'AzureFunctionsJobHost__extensions__durableTask__hubName in deployment slots
I'm trying to understand deployment slots in Azure Functions.
I added a config setting AzureFunctionsJobHost__extensions__durableTask__hubName setting in both production slot and staging slot. I gave some random values ('production' for production slot and 'staging' for staging slot).
Production:
Staging:
After adding those settings, I noticed that my functions are not working properly. So, I removed this setting from production slot (so that it will use the default hub name) and my function in production slot started working properly. So, I tried giving the same value in staging slot as well but it gave me the error: you can not use the default value in both slots. Specified name must not equal the default HubName. What should I provide as the hub name value in staging slot? Adding a random value 'staging' didn't work.
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
| Solution | Source |
|---|


