c# - Changing the default name for connection strings AzureWebJobsStorage and AzureWebJobsDashboard for WebJobs -


i adding webjob project website project. webjob project requires azurewebjobsstorage , azurewebjobsdashboard connection strings in environment when deployed azure. possible change name of these connection strings, i.e. myazurewebjobsdashboard , myazurewebjobsdashboard?

the connection string names not configurable. are settable via jobhostconfiguration.storageconnectionstring , jobhostconfiguration.dashboardconnectionstring properties, allow read , set them choose.

however, won't work webjobs dashboard - reads settings directly app settings set in portal , expects these known names.


Comments

Popular posts from this blog

authentication - Mongodb revoke acccess to connect test database -

python - GitPython: check if git is available -

php - Extract Text from HTTP referer -