2

有没有办法在使用 [New-AzureStorageAccount] cmdlet 时指定超时值?

通过powershell创建存储帐户时,我偶尔会收到此错误...

New-AzureStorageAccount :对“ https://management.core.windows.net/XXXX/operations/YYYY ”的 HTTP 请求已超过分配的超时 00:00:59.9930000。分配给此操作的时间可能是较长超时的一部分。在 C:\Temp\20130305_150221\somefile.ps1:212 char:36 + New-AzureStorageAccount <<<< + CategoryInfo : CloseError: (:) [New-AzureStorageAccount], TimeoutException + FullyQualifiedErrorId : Microsoft.WindowsAzure.Management.ServiceManagement。 StorageServices.NewAzureStorageAccountCommand

4

1 回答 1

1

有趣的。目前没有办法为此命令设置超时,在 github 存储库中为 powershell 提交了一个 sisue:: https://github.com/WindowsAzure/azure-sdk-tools/issues/1175

如果您对快速修复感兴趣,因为这是一个开源项目,您应该能够通过代码设置超时并在 VS 中编译自己的修复。

于 2013-03-14T03:53:34.843 回答