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