How to connect with Storage account in Azure automation runbook
In Azure automation runbook I want to connect with storage account and get the context without the account key. I can connect with the storage account key but I don't want to connect with storage key. FYI $Context = New-AzStorageContext…