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 -

ios - Realm over CoreData should I use NSFetchedResultController or a Dictionary? -

r - Update two sets of radiobuttons reactively - shiny -