Skip to content

Commit ef00747

Browse files
committed
Try to fix rendering of pipe in markdown table.
1 parent 4ea02fd commit ef00747

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
@@ -6,7 +6,7 @@ author: craigshoemaker
66
ms.service: azure-container-apps
77
ms.custom: devx-track-azurecli
88
ms.topic: how-to
9-
ms.date: 05/29/2025
9+
ms.date: 06/03/2025
1010
ms.author: cshoe
1111
---
1212

@@ -503,7 +503,7 @@ The command to remove all user-assigned identities works as follows.
503503
| `--user-assigned $(...)` | Run the command enclosed by the parentheses. Send the output to `--user-assigned`. |
504504
| `az containerapp show...` | Get information about the specified container app. |
505505
| `--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. |
507507
| `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. |
508508
| `--output tsv` | Output the results in tab-separated format. |
509509

0 commit comments

Comments
 (0)