Skip to content

Commit 35fb7ee

Browse files
committed
status
1 parent 5e2e635 commit 35fb7ee

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -85,9 +85,9 @@ az role assignment create --assignee-object-id "<assignee>" --assignee-principal
8585
Example: assigning permission for an Azure Managed Grafana instance to access an Application Insights resource using a managed identity.
8686

8787
```azurecli
88-
az role assignment create --assignee-object-id "abcdef01-2345-6789-0abc-def012345678" --assignee-principal-type "ServicePrincipal" \
88+
az role assignment create --assignee-object-id "aaaaaaaa-0000-1111-2222-bbbbbbbbbbbb" --assignee-principal-type "ServicePrincipal" \
8989
--role "Monitoring Reader" \
90-
--scope "/subscriptions/abcdef01-2345-6789-0abc-def012345678/resourcegroups/my-rg/providers/microsoft.insights/components/myappinsights/"
90+
--scope "/subscriptions/aaaa0a0a-bb1b-cc2c-dd3d-eeeeee4e4e4e/resourcegroups/my-rg/providers/microsoft.insights/components/myappinsights/"
9191
```
9292

9393
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).

articles/managed-grafana/how-to-share-grafana-workspace.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ Example:
8585
```azurecli
8686
az role assignment create --assignee "[email protected]" \
8787
--role "Grafana Admin" \
88-
--scope "/subscriptions/abcdef01-2345-6789-0abc-def012345678/resourcegroups/my-rg/providers/Microsoft.Dashboard/grafana/my-grafana"
88+
--scope "/subscriptions/aaaa0a0a-bb1b-cc2c-dd3d-eeeeee4e4e4e/resourcegroups/my-rg/providers/Microsoft.Dashboard/grafana/my-grafana"
8989
```
9090
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).
9191

0 commit comments

Comments
 (0)