Skip to content

Commit 55debb7

Browse files
committed
PR work
1 parent 74f5419 commit 55debb7

File tree

2 files changed

+8
-11
lines changed

2 files changed

+8
-11
lines changed

articles/managed-grafana/how-to-sync-teams-with-azure-ad-groups.md

Lines changed: 8 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ ms.date: 06/7/2024
1111

1212
# Configure Grafana teams with Microsoft Entra groups and Grafana team sync
1313

14-
In this guide, you learn how to use This guide will help you use Microsoft Entra groups with [Grafana Team Sync](https://grafana.com/docs/grafana/latest/setup-grafana/configure-security/configure-team-sync/) to manage dashboard permissions in Azure Managed Grafana.
14+
In this guide, you learn how to useMicrosoft Entra groups with [Grafana Team Sync](https://grafana.com/docs/grafana/latest/setup-grafana/configure-security/configure-team-sync/) to manage dashboard permissions in Azure Managed Grafana.
1515

1616
In Azure Managed Grafana, you can use Azure's role-based access control (RBAC) roles for Grafana to define access rights. These permissions apply to all resources in your Grafana workspace by default, not per folder or dashboard. If you assign a user to the Grafana Editor role, that user can edit any dashboard in your Grafana workspace. However, with Grafana's [granular permission model](https://grafana.com/docs/grafana/latest/setup-grafana/configure-security/configure-team-sync/), you can adjust a user's default permission level for specific dashboards or dashboard folders.
1717

@@ -28,17 +28,15 @@ Before you start, make sure you have:
2828
- An Azure Managed Grafana instance. If needed, [create a new instance](quickstart-managed-grafana-portal.md).
2929
- A Microsoft Entra group. If needed, [create a basic group and add members](/entra/fundamentals/how-to-manage-groups#create-a-basic-group-and-add-members).
3030

31-
## Assign a permission to the Microsoft Entra group
31+
## Assign a permission to a Microsoft Entra group
3232

3333
The Microsoft Entra group must have a Grafana role to access the Grafana instance.
3434

3535
1. In your Grafana workspace, open the **Access control (IAM)** menu select **Add** > **Add new role assignment**.
3636

3737
:::image type="content" source="media/azure-ad-group-sync/add-role-assignment.png" alt-text="Screenshot of the Azure portal. Adding a new role assignment.":::
3838

39-
1. Assign a role, such as **Grafana viewer**, to the Microsoft Entra group.
40-
41-
For more information about assigning a role, go to [Grant access](../role-based-access-control/quickstart-assign-role-user-portal.md#grant-access).
39+
1. Assign a role, such as **Grafana viewer**, to the Microsoft Entra group. For more information about assigning a role, go to [Grant access](../role-based-access-control/quickstart-assign-role-user-portal.md#grant-access).
4240

4341
### Create a Grafana team
4442

@@ -76,16 +74,15 @@ Set up a Microsoft Entra ID-backed Grafana team.
7674

7775
:::image type="content" source="media/azure-ad-group-sync/add-permission-for-team.png" alt-text="Screenshot of the Grafana UI, adding a permission for a team in a Grafana folder.":::
7876

79-
> [!TIP]
80-
> To check existing access permissions for a dashboard, open a dashboard and go to the **Permissions** tab. This page shows all permissions assigned for this dashboard and all inherited permissions.
81-
82-
:::image type="content" source="media/azure-ad-group-sync/view-permissions.png" alt-text="Screenshot of the Grafana UI, showing permission for a Grafana dashboard.":::
77+
> [!TIP]
78+
> To check existing access permissions for a dashboard, open a dashboard and go to the **Permissions** tab. This page shows all permissions assigned for this dashboard and all inherited permissions.
79+
> :::image type="content" source="media/azure-ad-group-sync/view-permissions.png" alt-text="Screenshot of the Grafana UI, showing permission for a Grafana dashboard.":::
8380

8481
### Scope down access
8582

86-
You can scale down access by removing permissions to access one or more folders.
83+
You can limit access by removing permissions to access one or more folders.
8784

88-
For example, if a user, group of users has the Grafana Viewer role on a Grafana instance, disable their access to a folder by following these steps:
85+
For example, to disable access to a user who has the Grafana Viewer role on a Grafana instance, remove their access to a Grafana folder by following these steps:
8986

9087
1. In the Grafana UI, go to a folder you want to hide from the user.
9188
1. In the **Permissions** tab, select the **X** button to the right of the **Viewer** permission to remove this permission from this folder.
37.3 KB
Loading

0 commit comments

Comments
 (0)