【发布时间】:2017-06-28 18:21:44
【问题描述】:
我拥有 azure 存储帐户(经典),我无法将其设置为 powershell 中的当前存储帐户,因为它显示 Set-AzureRmCurrentStorageAccount : The Resource 'Microsoft.Storage/storageAccounts/devstorageaccount' under resource group
'DEVENV' was not found.
我使用了Add-AzureRMAccount。
当我使用Add-AzureAccount 登录时,它只返回错误,因为我只是拥有owner 订阅角色。
那么如何在powershell中将存储帐户设置为当前存储帐户?
【问题讨论】:
标签: powershell azure azure-storage