hi,
在windows2012上,执行Get-AzureStorageContainer失败(同样的命令在Windows2008没有问题):
PS C:\Windows\System32\WindowsPowerShell\v1.0> Get-AzureStorageContainer
Get-AzureStorageContainer : The remote server returned an error: (403) Forbidden. HTTP Status Code: 403 - HTTP Error Message: Server failed to
authenticate the request. Make sure the value of Authorization header is formed correctly including the signature.
At line:1 char:1
+ Get-AzureStorageContainer
+ ~~~~~~~~~~~~~~~~~~~~~~~~~
+ CategoryInfo : CloseError: (:) [Get-AzureStorageContainer], StorageException
+ FullyQualifiedErrorId : StorageException,Microsoft.WindowsAzure.Commands.Storage.Blob.Cmdlet.GetAzureStorageContainerCommand
多谢!