How to receive DashboardConnectionString from access key disabled Azure Storage account in Web job
if I have to return Azure storage account connection string (whose access key is disabled for security reasons) to DashboardConnectionString property of JobHostConfiguration class which I use in my web job and also not use Key vault. how to proceed ?