Skip to content

Commit c081574

Browse files
authored
Merge pull request #207213 from AjayKumar-MSFT/patch-157
(AzureCXP) https://github.com/MicrosoftDocs/azure-docs/issues/96051
2 parents 492850c + ec8aa31 commit c081574

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/container-apps/managed-identity.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ First, you'll need to create a user-assigned identity resource.
125125
126126
Note the `id` property of the new identity.
127127
128-
1. Run the `az containerapps identity assign` command to assign the identity to the app. The identities parameter is a space separated list.
128+
1. Run the `az containerapp identity assign` command to assign the identity to the app. The identities parameter is a space separated list.
129129
130130
```azurecli
131131
az containerapp identity assign --resource-group <GROUP_NAME> --name <APP_NAME> \
@@ -289,7 +289,7 @@ For more information on the REST endpoint, see [REST endpoint reference](#rest-e
289289
You can show the system-assigned and user-assigned managed identities using the following Azure CLI command. The output will show the managed identity type, tenant IDs and principal IDs of all managed identities assigned to your container app.
290290

291291
```azurecli
292-
az containerapps identity show --name <APP_NAME> --resource-group <GROUP_NAME>
292+
az containerapp identity show --name <APP_NAME> --resource-group <GROUP_NAME>
293293
```
294294

295295
## Remove a managed identity

0 commit comments

Comments
 (0)