Hello, Welcome to MS Q&A
- Make sure you are using the latest version of the Azure CLI. You can update it using:
sudo apt-get update
sudo apt-get install --only-upgrade -y azure-cli
- If you are behind a proxy, configure the Azure CLI to use the proxy:
export HTTP_PROXY=http://proxy-server:port
export HTTPS_PROXY=http://proxy-server:port
3 Debug Logs: Run the command with the --debug flag to get more detailed logs:
az login --debug
If the issue persists, please let us know with will check further
Thanks,
Deepanshu