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/managed-grafana/how-to-share-grafana-workspace.md
+9-6Lines changed: 9 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -24,19 +24,21 @@ Azure Managed Grafana enables such collaboration by allowing you to set custom p
24
24
25
25
## Supported Grafana roles
26
26
27
-
Azure Managed Grafana supports the Grafana Admin, Grafana Editor, and Grafana Viewer roles:
27
+
Azure Managed Grafana supports the following Grafana roles:
28
28
29
-
-The Grafana Admin role provides full control of the instance including managing role assignments, viewing, editing, and configuring data sources.
30
-
-The Grafana Editor role provides read-write access to the dashboards in the instance.
31
-
-The Grafana Limited Viewer role provides read-only access to the Grafana home page.
32
-
-The Grafana Viewer role provides read-only access to dashboards in the instance.
29
+
- Grafana Admin: provides full control of the instance including managing role assignments, viewing, editing, and configuring data sources.
30
+
- Grafana Editor: provides read-write access to the dashboards in the instance.
31
+
- Grafana Limited Viewer: provides read-only access to the Grafana home page. This role contains no permissions assigned by default and it is not available for Grafana v9 workspaces.
32
+
- Grafana Viewer: provides read-only access to dashboards in the instance.
33
33
34
34
More details on Grafana roles can be found in the [Grafana documentation](https://grafana.com/docs/grafana/latest/permissions/organization_roles/#compare-roles).
35
35
36
36
Grafana user roles and assignments are fully [integrated within Microsoft Entra ID](../role-based-access-control/built-in-roles.md#grafana-admin). You can assign a Grafana role to any Microsoft Entra user, group, service principal or managed identity, and grant them access permissions associated with that role. You can manage these permissions from the Azure portal or the command line. This section explains how to assign Grafana roles to users in the Azure portal.
37
37
38
38
## Add a Grafana role assignment
39
39
40
+
In this section, learn how to assign a Grafana role to a user, group, service principal, or to managed identity.
41
+
40
42
### [Portal](#tab/azure-portal)
41
43
42
44
1. Open your Azure Managed Grafana instance.
@@ -45,7 +47,7 @@ Grafana user roles and assignments are fully [integrated within Microsoft Entra
45
47
46
48
:::image type="content" source="media/share/iam-page.png" alt-text="Screenshot of Add role assignment in the Azure platform.":::
47
49
48
-
1. Select a Grafana role to assign among **Grafana Admin**, **Grafana Editor** or **Grafana Viewer**, then select **Next**.
50
+
1. Select a Grafana role to assign among **Grafana Admin**, **Grafana Editor**, **Grafana Limited Viewer** or **Grafana Viewer**, then select **Next**.
49
51
50
52
:::image type="content" source="media/share/role-assignment.png" alt-text="Screenshot of the Grafana roles in the Azure platform.":::
51
53
@@ -70,6 +72,7 @@ In the code below, replace the following placeholders:
70
72
-`<roleNameOrId>`:
71
73
- For Grafana Admin, enter `Grafana Admin` or `22926164-76b3-42b3-bc55-97df8dab3e41`.
72
74
- For Grafana Editor, enter `Grafana Editor` or `a79a5197-3a5c-4973-a920-486035ffd60f`.
75
+
- For Grafana Limited Viewer, enter `Grafana Limited Viewer` or `41e04612-9dac-4699-a02b-c82ff2cc3fb5`.
73
76
- For Grafana Viewer, enter `Grafana Viewer` or `60921a7e-fef1-4a43-9b16-a26c52ad4769`.
74
77
-`<scope>`: enter the full ID of the Azure Managed Grafana instance.
0 commit comments