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

php - Wordpress website dashboard page or post editor content is not showing but front end data is showing properly -

javascript - Get parameter of GET request -

javascript - Twitter Bootstrap - how to add some more margin between tooltip popup and element -