Skip to content

Commit beb4f3d

Browse files
committed
art1-1
1 parent ce7d928 commit beb4f3d

1 file changed

Lines changed: 10 additions & 10 deletions

File tree

articles/managed-grafana/how-to-manage-access-permissions-users-identities.md

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,8 @@ This guide walks you through the supported Grafana roles and shows you how to us
2121
## Prerequisites
2222

2323
- An Azure account with an active subscription. [Create an account for free](https://azure.microsoft.com/pricing/purchase-options/azure-account?cid=msft_learn).
24-
- An Azure Managed Grafana workspace. If you don't have one yet, [create an Azure Managed Grafana workspace](./how-to-permissions.md).
25-
- You must have Grafana Admin permissions on the workspace.
24+
- An Azure Managed Grafana workspace. If you don't have one yet, you can [create one in the Azure portal](./quickstart-managed-grafana-portal.md) or [create one using the Azure CLI](./quickstart-managed-grafana-cli.md).
25+
- You must have Grafana Admin permissions on the workspace, see [how to modify access permissions to Azure Monitor](./how-to-permissions.md).
2626

2727
## Learn about Grafana roles
2828

@@ -40,33 +40,33 @@ The following built-in roles are available in Azure Managed Grafana, each provid
4040
> | <a name='grafana-limited-viewer'></a>[Grafana Limited Viewer](../role-based-access-control/built-in-roles/monitor.md#grafana-limited-viewer) | View a Grafana home page. This role contains no permissions assigned by default and it is not available for Grafana v9 workspaces. | 41e04612-9dac-4699-a02b-c82ff2cc3fb5 |
4141
> | <a name='grafana-viewer'></a>[Grafana Viewer](../role-based-access-control/built-in-roles/monitor.md#grafana-viewer) | View a Grafana workspace, including its dashboards and alerts. | 60921a7e-fef1-4a43-9b16-a26c52ad4769 |
4242
43-
To access the Grafana user interface, users must possess one of the roles above. You can find more information about the Grafana roles from the [Grafana documentation](https://grafana.com/docs/grafana/latest/administration/roles-and-permissions/#organization-roles). The Grafana Limited Viewer role in Azure maps to the "No Basic Role" in the Grafana docs.
43+
To access the Grafana user interface, users must possess one of the roles listed in the previous table. You can find more information about the Grafana roles from the [Grafana documentation](https://grafana.com/docs/grafana/latest/administration/roles-and-permissions/#organization-roles). The Grafana Limited Viewer role in Azure maps to the "No Basic Role" in the Grafana docs.
4444

4545
## Assign a Grafana role
4646

47-
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.
47+
Grafana [user roles](../role-based-access-control/built-in-roles.md#grafana-admin) and assignments are fully integrated within Microsoft Entra ID. 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.
4848

4949
### [Portal](#tab/azure-portal)
5050

5151
1. Open your Azure Managed Grafana workspace.
5252
1. Select **Access control (IAM)** in the left menu.
5353
1. Select **Add role assignment**.
5454

55-
:::image type="content" source="media/share/iam-page.png" alt-text="Screenshot of Add role assignment in the Azure platform.":::
55+
:::image type="content" source="media/share/iam-page.png" alt-text="Screenshot of Add role assignment in the Azure platform.":::
5656

5757
1. Select a Grafana role to assign among **Grafana Admin**, **Grafana Editor**, **Grafana Limited Viewer**, or **Grafana Viewer**, then select **Next**.
5858

59-
:::image type="content" source="media/share/role-assignment.png" alt-text="Screenshot of the Grafana roles in the Azure platform.":::
59+
:::image type="content" source="media/share/role-assignment.png" alt-text="Screenshot of the Grafana roles in the Azure platform.":::
6060

6161
1. Choose if you want to assign access to a **User, group, or service principal**, or to a **Managed identity**.
62-
1. Click on **Select members**, pick the members you want to assign to the Grafana role and then confirm with **Select**.
62+
1. Choose **Select members** and pick the members you want to assign to the Grafana role. Confirm your choices with **Select**.
6363
1. Select **Next**, then **Review + assign** to complete the role assignment.
6464

6565
### [Azure CLI](#tab/azure-cli)
6666

6767
Assign a role using the [az role assignment create](/cli/azure/role/assignment#az-role-assignment-create) command.
6868

69-
In the code below, replace the following placeholders:
69+
In the following code, replace these placeholders:
7070

7171
- `<assignee>`:
7272
- For a Microsoft Entra user, enter their email address or the user object ID.
@@ -93,12 +93,12 @@ az role assignment create --assignee "[email protected]" \
9393
--role "Grafana Admin" \
9494
--scope "/subscriptions/aaaa0a0a-bb1b-cc2c-dd3d-eeeeee4e4e4e/resourcegroups/my-rg/providers/Microsoft.Dashboard/grafana/my-grafana"
9595
```
96-
For more information about assigning Azure roles using the Azure CLI, refer to the [Role based access control documentation](../role-based-access-control/role-assignments-cli.md).
96+
For more information about assigning Azure roles using the Azure CLI, see [Role based access control documentation](../role-based-access-control/role-assignments-cli.md).
9797

9898
---
9999

100100
> [!TIP]
101-
> When onboarding a new user to your Azure Managed Grafana workspace, granting them the Grafana Limited Viewer role allows them limited access to the Grafana workspace.
101+
> When you onboard a new user to your Azure Managed Grafana workspace, granting them the Grafana Limited Viewer role allows them limited access to the Grafana workspace.
102102
>
103103
> You can then grant the user access to each relevant dashboard and data source using their management settings. This method ensures that users with the Grafana Limited Viewer role only access the specific components they need, enhancing security and data privacy.
104104

0 commit comments

Comments
 (0)