You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I don't think it is a good idea to try every Azure CLI account, as this may cause unexpected user credential to be used.
Instead, only the default/selected (subscription, tenant, user) combination should be used to get an access token. If that token doesn't have access, we should explicitly switch account with az account set.
I don't think it is a good idea to try every Azure CLI account, as this may cause unexpected user credential to be used.
Instead, only the default/selected (subscription, tenant, user) combination should be used to get an access token. If that token doesn't have access, we should explicitly switch account with
az account set
.Originally posted by @jiasli in #1226 (comment)
The text was updated successfully, but these errors were encountered: