Open
Description
Quoted from @bgavrilMS
with VS open, this pretty much repros 4 times out of 5:
- Run login command
az login -u [email protected] -p **** --allow-no-subscriptions --debug
- it prints the token cache (without secrets), but not the stack trace.
- Error looks like:
Authentication failed: [Errno 13] Permission denied: 'C:\\Users\\bogavril\\AppData\\Local\\.IdentityService\\msal.cache.lockfile'
CC @SomkaPe