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 -

How to get the ip address of VM and use it to configure SSH connection dynamically in Ansible -

javascript - Get parameter of GET request -