Skip to content

Commit 125ef43

Browse files
committed
Apply feedback
1 parent d98bfe7 commit 125ef43

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -93,8 +93,8 @@ System-assigned managed identity is the default authentication method provided t
9393

9494
1. Under **Grafana administrator role**, if you have the Owner or User Access Administrator role for the subscription, the box **Include myself** is checked by default. Optionally select **Add** to grant the Grafana administrator role to more members. If you don't have the necessary role, you won't be able to manage Grafana access rights yourself.
9595

96-
> [!CAUTION]
97-
> Turning off system-assigned managed identity, disables the Azure Monitoring data source plugin for your Azure Managed Grafana instance.
96+
> [!NOTE]
97+
> Turning off system-assigned managed identity disables the Azure Monitor data source plugin for your Azure Managed Grafana instance. In this scenario, use a service principal instead of Azure Monitor to access data sources.
9898
9999
#### Create a workspace: tags and review + create
100100

@@ -165,8 +165,8 @@ Azure Managed Grafana can also access data sources with managed identity disable
165165
az grafana create --name <managed-grafana-resource-name> --resource-group <resource-group-name> --skip-role-assignment true --skip-system-assigned-identity true
166166
```
167167

168-
> [!CAUTION]
169-
> Turning off system-assigned managed identity, disables the Azure Monitoring data source plugin for your Azure Managed Grafana instance.
168+
> [!NOTE]
169+
> Turning off system-assigned managed identity disables the Azure Monitor data source plugin for your Azure Managed Grafana instance. In this scenario, use a service principal instead of Azure Monitor to access data sources.
170170
171171
Once the deployment is complete, you'll see a note in the output of the command line stating that the instance was successfully created, alongside with additional information about the deployment.
172172

0 commit comments

Comments
 (0)