Skip to content

Commit e7c1bd6

Browse files
authored
Merge pull request #303563 from qingc/qingc-identity-ga
Remove preview tag from how-to-authentication-permissions.md
2 parents abb9527 + 1d35a5b commit e7c1bd6

File tree

4 files changed

+10
-9
lines changed

4 files changed

+10
-9
lines changed

articles/managed-grafana/how-to-authentication-permissions.md

Lines changed: 10 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ ms.author: malev
88
ms.date: 10/08/2024
99
---
1010

11-
# Set up Azure Managed Grafana authentication and permissions (preview)
11+
# Set up Azure Managed Grafana authentication and permissions
1212

1313
To process data, Azure Managed Grafana needs permission to access data sources. In this guide, learn how to set up authentication in an Azure Managed Grafana instance, so that Grafana can access data sources using a managed identity or a service principal. This guide also introduces the action of adding a Monitoring Reader role assignment on the target subscription to provide read-only access to monitoring data across all resources within the subscription.
1414

@@ -24,11 +24,11 @@ The system-assigned managed identity is the default authentication method provid
2424

2525
To enable a system-assigned managed identity:
2626

27-
1. Go to **Settings** > **Identity (Preview)**.
28-
1. In the **System assigned (Preview)** tab, set the status for **System assigned** to **On**.
27+
1. Go to **Settings** > **Identity**.
28+
1. In the **System assigned** tab, set the status for **System assigned** to **On**.
2929

3030
> [!NOTE]
31-
> Assigning multiple managed identities to a single Azure Managed Grafana resource isn't possible. If a user-assigned managed identity is already assigned to the Azure Managed Grafana resource, you must first remove the assignment from the **User assigned (Preview)** tab before you can enable the system-assigned managed identity.
31+
> Assigning multiple managed identities to a single Azure Managed Grafana resource isn't possible. If a user-assigned managed identity is already assigned to the Azure Managed Grafana resource, you must first remove the assignment from the **User assigned** tab before you can enable the system-assigned managed identity.
3232

3333
> [!NOTE]
3434
> Disabling a system-assigned managed identity is irreversible. Each time you enable a system-assigned managed identity, Azure creates a new identity.
@@ -47,18 +47,19 @@ To assign a user-assigned managed identity to a workspace, you must have the Own
4747

4848
To assign a user-assigned managed identity:
4949

50-
1. Go to **Settings** > **Identity (Preview)**.
51-
1. In the **User assigned (Preview)** tab, select **Add**.
50+
1. Go to **Settings** > **Identity**.
51+
1. In the **User assigned** tab, select **Add**.
5252

5353
> [!NOTE]
54-
> Assigning multiple managed identities to a single Azure Managed Grafana resource isn't possible. You can only use one managed identity per resource. If a system-assigned identity is enabled, you must first disable it from the **System assigned (Preview)** tab before you can enable the user-assigned identity.
54+
> Assigning multiple managed identities to a single Azure Managed Grafana resource isn't possible. You can only use one managed identity per resource. If a system-assigned identity is enabled, you must first disable it from the **System assigned** tab before you can enable the user-assigned identity.
5555

5656
1. In the side panel, select a subscription and an identity, then select **Add**.
57-
1. Once the identity is successfully added, open it by selecting its name and go to **Azure role assignments** to assign it the **Monitoring Reader** role on the target subscription.
58-
1. When done, select **Save**
5957

6058
:::image type="content" source="media/authentication/user-assigned-managed-identity.png" alt-text="Screenshot of the Azure portal. Enabling a user-assigned managed identity.":::
6159

60+
1. Once the identity is successfully added, open it by selecting its name and go to **Azure role assignments** to assign it the **Monitoring Reader** role on the target subscription.
61+
1. When done, select **Save**
62+
6263
> [!NOTE]
6364
> You can only assign one user-assigned managed identity per Azure Managed Grafana instance.
6465

-3.42 KB
Loading
Binary file not shown.
-5.15 KB
Loading

0 commit comments

Comments
 (0)