Dear All,
I am trying to delete containers from MS Azure but I always end up with below error. I have set the subscription to current subscription. Rest of the commands like related to cluster creation works well but not related to storage. Could to please help?
Below is the error
Get-AzureStorageContainer : Can not find your azure storage credential. Please set current storage account using "Set-AzureSubscription" or set the "AZURE_STORAGE_CONNECTION_STRING" environment
variable.
At line:1 char:1
+ Get-AzureStorageContainer container*
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+ CategoryInfo : InvalidArgument: (:) [Get-AzureStorageContainer], ArgumentException
+ FullyQualifiedErrorId : ArgumentException,Microsoft.WindowsAzure.Commands.Storage.Blob.Cmdlet.GetAzureStorageContainerCommand