在azure powershell中执行Get-AzureStorageAccount时出错

时间:2014-08-06 14:45:20

标签: powershell azure azure-powershell

这是错误

PS C:\Windows\system32> Get-AzureStorageAccount
Get-AzureStorageAccount : Value cannot be null.
Parameter name: resource
At line:1 char:1
+ Get-AzureStorageAccount
+ ~~~~~~~~~~~~~~~~~~~~~~~
    + CategoryInfo          : NotSpecified: (:) [Get-AzureStorageAccount], AadAuthenticationFailedException
    + FullyQualifiedErrorId : Microsoft.WindowsAzure.Commands.Utilities.Common.Authentication.AadAuthenticationFailedException,Microsoft.WindowsAzure.Commands.ServiceManagement.StorageServices.GetAzureStorageAccountCommand

我在

上遇到同样的错误

GET-AzureLocation,   得到-AzureWebsite

我已导入我的设置文件,Get-AzureSubscription工作得很好,并为我提供了所有正确的信息。

1 个答案:

答案 0 :(得分:0)

这解决了我的问题,从微软支持论坛得到了这个。

就我的研究而言,这个问题可能与某个帐户的缓存有关。如果只是添加不起作用,我建议您再次删除并添加订阅:

本文将为您提供以下信息:

http://msdn.microsoft.com/en-us/library/dn495268.aspx