【发布时间】:2019-02-15 18:57:39
【问题描述】:
我想在 powershell 脚本中使用 Get-AzureStorageBlob,这样我的客户就可以从我的 Azure Blob 存储中下载文件(我使用 Devops 将它们放在那里)
密钥在脚本中,因此客户端不需要 Azure 帐户。
但是他确实需要安装Azure Powershell
并且说明要求他登录 Azure。
还有其他选择吗?
【问题讨论】:
标签: azure azure-devops azure-powershell