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
+9-1Lines changed: 9 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -99,9 +99,17 @@ When the `azd provision` command runs it creates a deployment resource in your s
99
99
100
100
1. You should now be able to run the `azd provision` command and resume your deployment.
101
101
102
-
## ERROR: resolving bicep parameters file: fetching current principal id: getting tenant id for subscription...
102
+
## ERROR: reauthentication required, run `azd auth login --scope https://management.azure.com//.default` to log in
103
103
This error can happen when you are using an account that has access to multiple subscriptions. The `azd auth` command is not able to retrieve a list of the subscriptions that you can access when that tenant is configured to require a Multi-Factor Auth experience that was not completed.
104
104
105
+
**Alternate error message text**
106
+
107
+
Depending on your workflow you may get a different error message for the same issue:
108
+
109
+
```sh
110
+
ERROR: resolving bicep parameters file: fetching current principal id: getting tenant id for subscription...
111
+
```
112
+
105
113
### Workaround
106
114
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