Azure / azure-cli

Azure Command-Line Interface
MIT License
3.96k stars 2.94k forks source link

`az login` hangs console when Web Account Manager service is disabled #28783

Open afscrome opened 4 months ago

afscrome commented 4 months ago

Describe the bug

If the Web Account Manager service is disabled, azure cli fails to login with an unhelpful error message

Related command

az login

Errors

image

Issue script & Debug output

I'm unable to provide --debug output when az login fails, it causes the console window to hang and block you from copying the debug text out of the console

Expected behavior

  1. After az login fails, the console window shouldn't hang (i.e. I should be able to copy text in/out of the console, or run additional commands)
  2. The error message should provide more indication as to the failure. As reference, Visual Studio's error at least mentions that a service failed to start (even if it doens't mention the Web Account Management service by name) image

Environment Summary

azure-cli                         2.59.0

core                              2.59.0
telemetry                          1.1.0

Extensions:
resource-graph                     2.1.0

Dependencies:
msal                              1.27.0
azure-mgmt-resource             23.1.0b2

Python location 'C:\Program Files\Microsoft SDKs\Azure\CLI2\python.exe'
Extensions directory 'C:\Users\alexanderc\.azure\cliextensions'

Python (Windows) 3.11.8 (tags/v3.11.8:db85d51, Feb  6 2024, 22:03:32) [MSC v.1937 64 bit (AMD64)]

Legal docs and information: aka.ms/AzureCliLegal

Your CLI is up-to-date.

Additional context

No response

yonzhan commented 4 months ago

Thank you for opening this issue, we will look into it.