Skip to content

Commit 36f66eb

Browse files
committed
Update scale document change min revisions
1 parent cbb25d5 commit 36f66eb

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

articles/container-apps/scale-app.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ There are two scale properties that apply to all rules in your container app:
2020

2121
| Scale property | Description | Default value | Min value | Max value |
2222
|---|---|---|---|---|
23-
| `minReplicas` | Minimum number of replicas running for your container app. | 0 | 1 | 10 |
23+
| `minReplicas` | Minimum number of replicas running for your container app. | 0 | 0 | 10 |
2424
| `maxReplicas` | Maximum number of replicas running for your container app. | n/a | 1 | 10 |
2525

2626
- If your container app scales to zero, then you aren't billed.
@@ -30,8 +30,7 @@ There are two scale properties that apply to all rules in your container app:
3030
- Changes to scaling rules are a [revision-scope](./revisions.md#revision-scope-changes) change.
3131
- When using non-HTTP event scale rules, setting the `activeRevisionMode` to `single` is recommended.
3232

33-
> [!IMPORTANT]
34-
> Replica quantities are a target amount, not a guarantee. Even if you set `maxReplicas` to `1`, there is no assurance of thread safety.
33+
3534

3635
## Scale triggers
3736

0 commit comments

Comments
 (0)