Problem
After upgrading to the latest azd version, azd version 1.2.0 (commit 99ea7577f0df0df2ba34b677da189fafba18c0f7), I'm experiencing failures that follow the following pattern:
- Run
azd <command>
- Command fails with
reauthentication required: run 'azd auth login' to login
- Run
azd auth login
- Login reports successful
- Run
azd <command> again
- Command still fails with
reauthentication required: 'run azd auth login' to login
Solution
- Run
azd auth logout
- Run
azd auth login
We're currently investigating options for fixing this without manual intervention.