You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/container-apps/managed-identity.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,7 +6,7 @@ author: craigshoemaker
6
6
ms.service: azure-container-apps
7
7
ms.custom: devx-track-azurecli
8
8
ms.topic: how-to
9
-
ms.date: 05/29/2025
9
+
ms.date: 06/03/2025
10
10
ms.author: cshoe
11
11
---
12
12
@@ -503,7 +503,7 @@ The command to remove all user-assigned identities works as follows.
503
503
| `--user-assigned $(...)` | Run the command enclosed by the parentheses. Send the output to `--user-assigned`. |
504
504
| `az containerapp show...` | Get information about the specified container app. |
505
505
| `--query "identity.userAssignedIdentities...` | Get the user-assigned identities for the specified container app. |
506
-
| `|` | The pipe operator sends the user-assigned identities to the `keys` command. |
506
+
| `\|` | The pipe operator sends the user-assigned identities to the `keys` command. |
507
507
| `keys(@)` | The user-assigned identities are returned as a set of key/value pairs. Each key is the ID of a user-assigned identity. This command extracts each key. |
508
508
| `--output tsv` | Output the results in tab-separated format. |
0 commit comments