我正在尝试使用PowerShell将图像上传到Azure存储。阅读their documentation它似乎得到了支持(我无法找到如何去做的参考)。它似乎是一个相当核心的功能,错过了什么?有人能把我联系到一个例子吗?
答案 0 :(得分:5)
在windows azure powershell中有一个 Set-AzureStorageBlobContent cmd。
Set-AzureStorageBlobContent -Container upload -File .\filename -Blob blobname
有关详细信息,请参阅http://msdn.microsoft.com/en-us/library/dn408487.aspx。
答案 1 :(得分:0)
在撰写本文时,受支持的Windows Azure Powershell download现在具有blob命令行开关。
这是walkthrough of doing an async parallel blob upload。
但实际上您想安装Windows Azure Powershell,然后安装man blob