Skip to content

Commit 013d442

Browse files
Merge pull request #248710 from yegu-ms/user
Added clarification on when a user shows up in Grafana config
2 parents 37b0cb2 + 7365e92 commit 013d442

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

articles/managed-grafana/troubleshoot-managed-grafana.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -102,6 +102,12 @@ This issue can happen if:
102102
1. Your account is a foreign account: the Grafana instance isn't registered in your home tenant.
103103
1. If you recently addressed this problem and have been assigned a sufficient Grafana role, you may need to wait for some time before the cookie expires and get refreshed. This process normally takes 5 min. If in doubts, delete all cookies or start a private browser session to force a fresh new cookie with new role information.
104104

105+
## Authorized users don't show up in Grafana Users configuration
106+
107+
After you add a user to a Managed Grafana's built-in RBAC role, such as Grafana Viewer, you don't see that user listed in the Grafana's **Configuration** UI page right away. This behavior is *by design*. Managed Grafana's RBAC roles are stored in the Azure AD (AAD). For performance reasons, Managed Grafana doesn't automatically synchronize users assigned to the built-in roles to every instance. There is no notification for changes in RBAC assignments. Querying AAD periodically to get current assignments adds much extra load to the AAD service.
108+
109+
There's no "fix" for this in itself. After a user signs into your Grafana instance, the user shows up in the **Users** tab under Grafana **Configuration**. You can see the corresponding role that user has been assigned to.
110+
105111
## Azure Managed Grafana dashboard panel doesn't display any data
106112

107113
One or several Managed Grafana dashboard panels show no data.

0 commit comments

Comments
 (0)