Skip to content

Commit f178b84

Browse files
authored
Merge pull request #279598 from maud-lv/ml-grafanaroles
RBAC in Azure Managed Grafana
2 parents f541bbe + 0341ee8 commit f178b84

File tree

2 files changed

+47
-0
lines changed

2 files changed

+47
-0
lines changed
Lines changed: 45 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,45 @@
1+
---
2+
title: "Azure role-based access control - Azure Managed Grafana"
3+
titleSuffix: Azure Managed Grafana
4+
description: This conceptual article introduces Azure role-based access control for Azure Managed Grafana resources.
5+
#customer intent: As a Grafana user, I want to understand how Azure role-based access control (RBAC) works with Azure Managed Grafana so that I can manage access to Azure Managed Grafana workspaces.
6+
author: maud-lv
7+
ms.service: managed-grafana
8+
ms.topic: concept-article
9+
ms.date: 06/28/2024
10+
ms.author: malev
11+
---
12+
13+
# Azure role-based access control within Azure Managed Grafana
14+
15+
Azure Managed Grafana supports [Azure role-based access control (RBAC)](../role-based-access-control/index.yml), an authorization system that lets you manage individual access to your Azure resources.
16+
17+
Azure RBAC enables you to allocate varying permission levels to users, groups, service principals, or managed identities, for managing your Azure Managed Grafana resources.
18+
19+
## Azure Managed Grafana roles
20+
21+
The following built-in roles are available in Azure Managed Grafana, each providing different levels of access:
22+
23+
> [!div class="mx-tableFixed"]
24+
> | Built-in role | Description | ID |
25+
> | --- | --- | --- |
26+
> | <a name='grafana-admin'></a>[Grafana Admin](../role-based-access-control/built-in-roles/monitor.md#grafana-admin) | Perform all Grafana operations, including the ability to manage data sources, create dashboards, and manage role assignments within Grafana. | 22926164-76b3-42b3-bc55-97df8dab3e41 |
27+
> | <a name='grafana-editor'></a>[Grafana Editor](../role-based-access-control/built-in-roles/monitor.md#grafana-editor) | View and edit a Grafana instance, including its dashboards and alerts. | a79a5197-3a5c-4973-a920-486035ffd60f |
28+
> | <a name='grafana-viewer'></a>[Grafana Viewer](../role-based-access-control/built-in-roles/monitor.md#grafana-viewer) | View a Grafana instance, including its dashboards and alerts. | 60921a7e-fef1-4a43-9b16-a26c52ad4769 |
29+
30+
To access the Grafana user interface, users must possess one of these roles.
31+
32+
These permissions are included within the broader roles of resource group Contributor and resource group Owner roles. If you're not a resource group Contributor or resource group Owner, a User Access Administrator, you will need to ask a subscription Owner or resource group Owner to grant you one of the Grafana roles on the resource you want to access.
33+
34+
## Adding a role assignment to an Azure Managed Grafana resource
35+
36+
To add a role assignment to an Azure Managed Grafana instance, in your Azure Managed Grafana workspace, open the **Access control (IAM)** menu and select **Add** > **Add role assignment**.
37+
38+
:::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.":::
39+
40+
Assign a role, such as **Grafana viewer**, to a user, group, service principal or managed identity. For more information about assigning a role, go to [Grant access](../role-based-access-control/quickstart-assign-role-user-portal.md#grant-access).
41+
42+
## Related content
43+
44+
* [Configure Grafana teams](how-to-sync-teams-with-azure-ad-groups.md)
45+
* [Set up authentication and permissions](how-to-authentication-permissions.md)

articles/managed-grafana/toc.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,8 @@ items:
2828
href: high-availability.md
2929
- name: Encryption
3030
href: encryption.md
31+
- name: Azure RBAC
32+
href: concept-role-based-access-control.md
3133
- name: How-to guides
3234
expanded: true
3335
items:

0 commit comments

Comments
 (0)