Skip to content

Commit 3929537

Browse files
committed
Minor edit.
1 parent a16ab9c commit 3929537

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

articles/container-apps/revisions.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,12 @@ Revisions can also enter an inactive state. These revisions don't possess provis
6969

7070
You can use the `--max-inactive-revisions` parameter with the `containerapp create` or `containerapp update` commands to control the number of inactive revisions tracked by Container Apps.
7171

72+
First, make sure you have installed the Container Apps extension, with preview features enabled, for the Azure CLI:
73+
74+
```azurecli
75+
az extension add --name containerapp --upgrade --allow-preview true
76+
```
77+
7278
This example demonstrates how to create a new container app that tracks 50 inactive revisions:
7379

7480
```azurecli

0 commit comments

Comments
 (0)