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
Copy file name to clipboardExpand all lines: troubleshooting.md
+5Lines changed: 5 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -106,9 +106,14 @@ This error can happen when you are using an account that has access to multiple
106
106
107
107
Depending on your workflow you may get a different error message for the same issue:
108
108
109
+
Option 1:
109
110
```sh
110
111
ERROR: resolving bicep parameters file: fetching current principal id: getting tenant id for subscription...
111
112
```
113
+
Option 2:
114
+
```sh
115
+
ERROR: getting target resource: getting service resource: resolving user access to subscription 'XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX' : reauthentication required, run `azd auth login --scope https://management.azure.com//.default` to log in
116
+
```
112
117
113
118
### Workaround
114
119
You should complete the MFA experience for your default tenant, and the tenant that you wish to access by running both authentication commands:
0 commit comments