我在 Azure PowerShell 中遇到问题。我无法连接到 AzureRM 帐户。它显示此错误:
Connect-AzureRMAccount:术语“Connect-AzureRMAccount”未被识别为 cmdlet、函数、脚本文件或可运行程序的名称。检查名称的拼写,或者如果包含路径,请验证路径是否正确并重试。在 line:1 char:1 + Connect-AzureRMAccount + ~~~~~~~~~~~~~~~~~~~~~~ + CategoryInfo : ObjectNotFound: (Connect-AzureRMAccount:String) [], CommandNotFoundException +fullyQualifiedErrorId:CommandNotFoundException
我在 Mac OS 中这样做。首先,我使用以下命令安装了 PowerShell:brew cask install PowerShell。然后我做了以下事情:
- 安装模块 AzureRM -AllowClobber -Scope CurrentUser。
- 安装模块 Azure。
- 安装模块 AzureRM。
- 导入模块 AzureRM。
- Connect-AzureRMAccount(它向我显示了上述错误)。
我期待第 5 步会给我弹出的登录信息。请帮忙