I can logon to the Azure Portal using my MSN account. From the portal, I can see the several storage accounts I have created. But I want to do this from PowerShell. So I use the Azure module and issue this command:
Get-AzureStorageAccount
I get the error: Psh[Cookham8:Cert:\CurrentUser\my]> get-azurestorageaccount get-azurestorageaccount : Account with name '[email protected]' does not exist. Parameter name: accountName
Two things: first the account that Get-AzureStorageAccount is reporting as non existent works perfectly when I login to the portal.
Second: what accountName parameter - that parameter does not exist in the cmdlet?
How do I get Azure to see accounts that exist?