Skip to content

Commit 3526257

Browse files
authored
Merge pull request #288042 from maud-lv/ml-g-umi
Update managed identity docs
2 parents 927ad39 + 8322a1b commit 3526257

14 files changed

+60
-183
lines changed

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

Lines changed: 36 additions & 149 deletions
Large diffs are not rendered by default.

articles/managed-grafana/how-to-data-source-plugins-managed-identity.md

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -141,12 +141,10 @@ The Azure Monitor data source is automatically added to all new Managed Grafana
141141
:::image type="content" source="media/data-sources/configuration.png" alt-text="Screenshot of the Add data sources page.":::
142142

143143
1. Azure Monitor is listed as a built-in data source for your Managed Grafana instance. Select **Azure Monitor**.
144-
1. In the **Settings** tab, authenticate through **Managed Identity** and select your subscription from the dropdown list or enter your **App Registration** details
144+
1. In the **Settings** tab, authenticate through **Managed Identity** and select your subscription from the dropdown list, or alternatively enter your **App Registration** details. When you select **Managed identity**, the authentication and authorization are made through the system-assigned or the user-assigned managed identity you [configured in your Azure Managed Grafana workspace](how-to-authentication-permissions.md). Using a managed identity lets you assign permissions for your Managed Grafana instance to access Azure Monitor data without having to manually manage service principals in Microsoft Entra ID.
145145

146146
:::image type="content" source="media/data-sources/configure-Azure-Monitor.png" alt-text="Screenshot of the Azure Monitor page in data sources.":::
147147

148-
Authentication and authorization are made through the provided managed identity. Using managed identity, lets you assign permissions for your Managed Grafana instance to access Azure Monitor data without having to manually manage service principals in Microsoft Entra ID.
149-
150148
### [Azure CLI](#tab/azure-cli)
151149

152150
Run the [az grafana data-source update](/cli/azure/grafana/data-source#az-grafana-data-source-update) command to update the configuration of your Azure Monitor data sources using the Azure CLI.
@@ -187,9 +185,6 @@ az grafana data-source update --data-source 'Azure Monitor' --name <instance-nam
187185

188186
---
189187

190-
> [!NOTE]
191-
> User-assigned managed identity isn't currently supported.
192-
193188
### Azure Data Explorer
194189

195190
To learn how to configure Azure Data Explorer, go to [Configure Azure Data Explorer](how-to-connect-azure-data-explorer.md).

articles/managed-grafana/known-limitations.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ titlesuffix: Azure Managed Grafana
44
description: Learn about current technical or feature limitations you may encounter in the Azure Managed Grafana service.
55
ms.service: azure-managed-grafana
66
ms.topic: troubleshooting
7-
ms.date: 09/25/2024
7+
ms.date: 10/08/2024
88
ms.author: malev
99
ms.custom: engagement-fy23
1010
author: maud-lv
@@ -60,7 +60,11 @@ Each data source also has its own limits that can be reflected in Azure Managed
6060
* Refer to [Azure Monitor](/azure/azure-monitor/service-limits) to learn about Azure Monitor service limits including alerts, Prometheus metrics, data collection, logs and more.
6161
* Refer to [Azure Data Explorer](/azure/data-explorer/kusto/concepts/querylimits) to learn about Azure Data Explorer service limits.
6262

63-
## Next steps
63+
## Managed identities
64+
65+
Each Azure Managed Grafana instance can only have one user-assigned managed identity, or one user-assigned managed identity assigned.
66+
67+
## Related links
6468

6569
> [!div class="nextstepaction"]
6670
> [Troubleshooting](./troubleshoot-managed-grafana.md)
Binary file not shown.
Binary file not shown.
Binary file not shown.
66.2 KB
Loading
75.6 KB
Loading
-46.9 KB
Loading

0 commit comments

Comments
 (0)