Skip to content

Commit 1ecce14

Browse files
Merge pull request #291450 from jcjiang/patch-7
Added details to troubleshooting permissions issues
2 parents 34fed7d + 7bd5bf3 commit 1ecce14

File tree

1 file changed

+18
-1
lines changed

1 file changed

+18
-1
lines changed

articles/container-apps/aspire-dashboard.md

Lines changed: 18 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,24 @@ Refer to the following items if you have issues enabling your dashboard:
9696

9797
- You might receive an authentication error when accessing the dashboard that reads, "Could not authenticate user with requested resource."
9898

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.
116+
100117

101118
## Related content
102119

0 commit comments

Comments
 (0)