为New-AzureStorageAccount cmdlet指定超时

时间:2013-03-13 15:00:46

标签: powershell azure-storage azure-powershell

使用[New-AzureStorageAccount] cmdlet时,是否可以指定超时值?

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

  

New-AzureStorageAccount:HTTP请求   'https://management.core.windows.net/XXXX/operations/YYYY'有   超出分配的超时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

1 个答案:

答案 0 :(得分:1)

有趣。目前没有办法为此命令设置超时,在powershell :: https://github.com/WindowsAzure/azure-sdk-tools/issues/1175

的github存储库中提交了一个sisue

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