I am having the azure storage account(classic) and I can't set it as current storage account in powershell as it shows Set-AzureRmCurrentStorageAccount : The Resource 'Microsoft.Storage/storageAccounts/devstorageaccount' under resource group
'DEVENV' was not found.
I used Add-AzureRMAccount
.
When I login using Add-AzureAccount
it returns nothing except error as I'm just having owner
role for the subscription.
so how can I set the storage account as current storage account in powershell?