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: articles/container-apps/aspire-dashboard.md
+18-1Lines changed: 18 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -96,7 +96,24 @@ Refer to the following items if you have issues enabling your dashboard:
96
96
97
97
- You might receive an authentication error when accessing the dashboard that reads, "Could not authenticate user with requested resource."
98
98
99
-
To solve this problem, make sure you grant the *Microsoft.App/managedEnvironments/write*, *Contributor*, or *Owner* roles on your Container Apps environment.
99
+
This issue occurs because security group permissions do not propagate to the Container App Environment. To solve this problem, make sure you explicitly give yourself a *Contributor* or *Owner* role on your Container Apps environment. This can be done through the following steps:
100
+
101
+
-**Navigate to the Resource:**
102
+
- Open the Azure Portal and search for your container app environment.
103
+
-**Access the Access Control (IAM) Blade:**
104
+
- Click on _Access Control (IAM)_ for the container app environment.
105
+
-**Verify Existing Role Assignments:**
106
+
- Check if you (or your account) are assigned any roles. Note that permissions do not currently propagate through security groups.
107
+
- If you are not, follow the remaining steps to assign the role.
108
+
-**Explicit Role Assignment:**
109
+
- Click _Add > Add role assignment_.
110
+
- Choose Role: Either _Contributor_ or _Owner_, as appropriate for your required access level.
111
+
- Assign the role explicitly to your user account (e.g., [email protected]).
112
+
-**Save and Confirm:**
113
+
- Save the changes. Ensure the role is visible under the Role Assignments section.
114
+
-**Verify Dashboard Access:**
115
+
- Test by attempting to access the Aspire dashboard. If you continue to get the error, please reach out to our team.
0 commit comments