We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 0090662 + 1adff6c commit 3c88df0Copy full SHA for 3c88df0
articles/container-apps/revisions-manage.md
@@ -325,7 +325,7 @@ This example removes a label to a revision: (Replace the \<PLACEHOLDERS\> with y
325
# [Bash](#tab/bash)
326
327
```azurecli
328
-az containerapp revision label add \
+az containerapp revision label remove \
329
--revision <REVISION_NAME> \
330
--resource-group <RESOURCE_GROUP_NAME> \
331
--label <LABEL_NAME>
@@ -334,7 +334,7 @@ az containerapp revision label add \
334
# [PowerShell](#tab/powershell)
335
336
337
-az containerapp revision label add `
+az containerapp revision label remove `
338
--revision <REVISION_NAME> `
339
--resource-group <RESOURCE_GROUP_NAME> `
340
0 commit comments