【发布时间】:2012-10-10 05:22:57
【问题描述】:
我正在尝试调用 Add-Blob Azure cmdlet
Add-Blob -BlobType Block -FilePath $packagePath -ContainerName $blobContainerName
直到最近它一直工作得很好,但现在它失败了
Operation could not be completed within the specified time.
消息。我怀疑无论出于何种原因,上传速度都变得非常低,因此上传文件的速度不够快。
是否可以增加该操作的超时值?
【问题讨论】:
标签: powershell azure azure-storage cmdlets