When I do az login in the command prompt opened with Administrator privileges, getting weird error which I didn't get this before:
Please select the account you want to log in with. User cancelled the Accounts Control Operation.. Status: Response_Status.Status_UserCanceled, Error code: 0, Tag: 528315210 Please explicitly log in with: az login
In Googling, I found the similar issue is reported in GitHub and Open State. Can we have any alternative fix to this issue..!
Apparently, this behaviour is specific to Windows. Please follow the following instructions to fix the issue.
Log out of all active Azure accounts.
az account clear
Disable Windows broker config of Azure.
az config set core.enable_broker_on_windows=false
Log back into your Azure account.
az login
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With