我正在尝试从Powershell登录我们的Azure帐户。 我安装了正确的模块,但无法通过以下错误:
PS C:> Add-AzureAccount -Credential $ cred Add-AzureAccount
AADSTS50034:要登录此应用程序,必须添加帐户 到domain.com目录。跟踪ID: ef487122-88d6-4e36-8421-4434806041d2相关ID: a1ea0ee1-b278-4241-bc48-e213ecd47b27时间戳:2014-11-04 09:46:02Z: 远程服务器返回错误:(400)Bad Request.At line:1 焦炭:1 + Add-AzureAccount -Credential $ cred + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + CategoryInfo:CloseError:(:) [Add-AzureAccount],AadAuthenticationFailedException + FullyQualifiedErrorId:Microsoft.WindowsAzure.Commands.Profile.AddAzureAccount
我是Azure新手,所以我不知道这个“domain.com”目录是什么或在哪里。 我也没能在网上找到任何与之相关的东西。
答案 0 :(得分:6)
登录https://manage.windowsazure.com/并选择Subscriptions
> Manage subscriptions\directory
。每个订阅都与特定的Azure Active Directory相关联。从左侧菜单的服务列表中选择Active Directory
。打开您感兴趣的目录。users
列表会说明sourced from
是Microsoft account
还是Windows Azure Active Directory
。您只能自动登录Azure AD帐户。
您可以选择add user
和New user in your organization
。
我希望我可以使用我的Microsoft account
在没有UI提示的情况下从命令行登录。我不确定为什么这样设置。但是,您必须使用域帐户自动登录。
答案 1 :(得分:3)
尝试使用cmdlet" add-azureaccount"如果没有任何参数,您将获得一个简单的登录屏幕弹出窗口,您可以在其中输入您的天蓝色凭证。
答案 2 :(得分:2)
替代方法:
请改用证书方法。 立即工作顺利。