使用Azcopy下载特定的VHD文件
答
试试这个:
AzCopy /Source:"https://[accountname].blob.core.windows.net/[containername]/" /Dest:"[folder path e.g. d:\test\]" /SourceKey:[account key] /Pattern:"[vhd file name]"
更换[accountname]
,[containername]
,[folder path]
,[account key]
和[vhd file name]
用适当的值。
+0
感谢它为我工作 – 2015-02-19 07:38:53
+1
太棒了!如果它解决了问题,请将其标记为已接受的答案。谢谢。 – 2015-02-19 07:40:50
你到目前为止尝试了什么? – abatishchev 2015-02-09 17:51:17