Azure PowerShell - CurrentStorageAccountName 错误处理办法

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了Azure PowerShell - CurrentStorageAccountName 错误处理办法相关的知识,希望对你有一定的参考价值。

在使用New-AzureQuickVM时可能会遇到错误CurrentStorageAccountName is not accessible. Ensure the current storage account is accessible and in the same location or affinity group as your cloud service.

技术分享

有错误提示中我们可以看到时由于CurrentStorageAccount引起的,我们需要先检查下Azure订阅。

运行Get-AzureSubscription

技术分享

从图中我们可以看出当前并没有指定CurrentStorageAccountName,因此我们需要先指定下。

通过Set-AzureSubscription 命令进行设置

技术分享

设置完成后我们在Get-AzureSubscription 看下。

技术分享

可以看到已经设置好了。然后我们在运行下 New-AzureQuickVM 创建虚拟机

技术分享

命令成功执行。

以上是关于Azure PowerShell - CurrentStorageAccountName 错误处理办法的主要内容,如果未能解决你的问题,请参考以下文章

使用 PowerShell 自动登录Azure

使用 PowerShell 自动登录 Azure

Azure PowerShell批量创建Azure虚拟机

Azure 函数 - Powershell 和 Azure 存储表(插入或替换)

31.PowerShell连接Azure(国内&国际)

Azure 基础:用 PowerShell 自动登录