Azure PowerShell登录:基于浏览器的身份验证对话框无法完成

时间:2015-12-18 02:14:58

标签: azure adal azure-powershell

我在PowerShell中运行Login-AzureRmAccount时遇到此错误:

Login-AzureRmAccount : The browser based authentication dialog failed to complete. Reason: The request could not be 
processed by the server due to invalid syntax.
At line:1 char:1
+ Login-AzureRmAccount
+ ~~~~~~~~~~~~~~~~~~~~
    + CategoryInfo          : NotSpecified: (:) [Add-AzureRmAccount], AadAuthenticationFailedException
    + FullyQualifiedErrorId : Microsoft.Azure.Common.Authentication.AadAuthenticationFailedException,Microsoft.Azure.Comm 
   ands.Profile.AddAzureRMAccountCommand

我看到登录窗口短暂弹出,但会立即关闭,并显示此错误消息。

2 个答案:

答案 0 :(得分:2)

事实证明我的代理设置阻止了我连接到互联网。一旦我更正了代理设置,我就能按预期登录Azure。不确定"无效语法"错误就是......

答案 1 :(得分:0)

运行 add-azureaccount 它将要求凭据,输入凭据。 然后运行 ​​Connect-azAccount 它会再次询问凭据,提供凭据,它会正常工作