Skip to content

Commit 6ff529a

Browse files
Merge pull request #288813 from meganbradley/meganbradley/docutune-autopr-20241020-030949-3875209-ignore-build
[BULK] - DocuTune remediation - Sensitive terms with GUIDs (part 53)
2 parents 137093a + 35fb7ee commit 6ff529a

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
@@ -86,9 +86,9 @@ az role assignment create --assignee-object-id "<assignee>" --assignee-principal
8686
Example: assigning permission for an Azure Managed Grafana instance to access an Application Insights resource using a managed identity.
8787

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

9494
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)