Skip to content

Commit af4b9a3

Browse files
Merge pull request #125764 from v-jaswel/aca/v-jaswel_fix_revisions_20250210
[ACA] Add preview tag to max inactive revisions section.
2 parents 7f2b264 + 46e3788 commit af4b9a3

File tree

1 file changed

+9
-3
lines changed

1 file changed

+9
-3
lines changed

articles/container-apps/revisions.md

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ services: container-apps
55
author: craigshoemaker
66
ms.service: azure-container-apps
77
ms.topic: conceptual
8-
ms.date: 02/01/2024
8+
ms.date: 02/10/2025
99
ms.author: cshoe
1010
ms.custom: build-2023
1111
---
@@ -26,7 +26,7 @@ Key characteristics of revisions include:
2626

2727
- **Scoped changes**: While revisions remain static, [application-scope](#change-types) changes can affect all revisions, while [revision-scope](#change-types) changes create a new revision.
2828

29-
- **Historical record**: By default, you have access to 100 inactive revisions, but you can [adjust this threshold manually](#change-inactive-revision-limit).
29+
- **Historical record**: By default, you have access to 100 inactive revisions, but you can [adjust this threshold manually](#change-inactive-revision-limit-preview).
3030

3131
- **Multiple revisions**: You can run multiple revisions concurrently. This feature is especially beneficial when you need to manage different versions of your app simultaneously.
3232

@@ -65,10 +65,16 @@ After a container app is successfully provisioned, a revision enters its operati
6565

6666
Revisions can also enter an inactive state. These revisions don't possess provisioning or running states. However, Azure Container Apps maintains a list of these revisions, accommodating up to 100 inactive entries. You can activate a revision at any time.
6767

68-
### Change inactive revision limit
68+
### Change inactive revision limit (preview)
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)