A cloud-based identity and access management service for securing user authentication and resource access
Hello Joe Comeau,
The issue you’re seeing is caused by the Windows Broker (WAM) login mechanism in Azure CLI. Please follow the steps below to fix it:
- 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
For your reference, please follow this document: https://learn.microsoft.com/en-us/cli/azure/authenticate-azure-cli-interactively?view=azure-cli-latest#sign-in-with-web-account-manager-wam-on-windows