How to set Azure WebJob queue name at runtime?

后端 未结 4 1748
一个人的身影
一个人的身影 2020-11-29 05:37

I am developing an Azure WebJobs executable that I would like to use with multiple Azure websites. Each web site would need its own Azure Storage queue.

The proble

4条回答
  •  生来不讨喜
    2020-11-29 06:19

    This is probably an old question, but in case anyone else stumbles across this post. This is now supported by passing a JobHostConfiguration object into the JobHost constructor.

    http://azure.microsoft.com/en-gb/documentation/articles/websites-dotnet-webjobs-sdk-storage-queues-how-to/#config

提交回复
热议问题