首页
学习
活动
专区
圈层
工具
发布
首页
学习
活动
专区
圈层
工具
MCP广场
社区首页 >问答首页 >无法从Mac连接到Azure

无法从Mac连接到Azure
EN

Stack Overflow用户
提问于 2018-09-06 02:45:49
回答 1查看 890关注 0票数 2

我在AzureRM.Profile下看到Connect-AzureRmAccount命令:

代码语言:javascript
运行
复制
Get-Command -Module AzureRM.Profile* 
CommandType Name                    Version
Cmdlet      Connect-AzureRmAccount  0.13.1

但当我运行它时,得到以下错误:

代码语言:javascript
运行
复制
Connect-AzureRmAccount : The term 'Connect-AzureRmAccount' is not recognized as the name of a cmdlet, function, script file, or operable program.
Check the spelling of the name, or if a path was included, verify that the path is correct and try again.
At line:1 char:1
+ Connect-AzureRmAccount
+ ~~~~~~~~~~~~~~~~~~~~~~
+ CategoryInfo          : ObjectNotFound: (Connect-AzureRmAccount:String) [], CommandNotFoundException
+ FullyQualifiedErrorId : CommandNotFoundException

我搜索了stackoverflow,检查了我是否有最新的Powershell版本,是否安装了NetCore.Preview。我想不出是哪里出了问题,有没有人能指点一下?

EN
页面原文内容由Stack Overflow提供。腾讯云小微IT领域专用引擎提供翻译支持
原文链接:

https://stackoverflow.com/questions/52191638

复制
相关文章

相似问题

领券
问题归档专栏文章快讯文章归档关键词归档开发者手册归档开发者手册 Section 归档