Skip to content

Commit 2af34cc

Browse files
update max scale quantity
1 parent 895f0be commit 2af34cc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/container-apps/scale-app.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@ Scaling rules are defined in `resources.properties.template.scale` section of th
1818

1919
| Scale property | Description | Default value | Min value | Max value |
2020
|---|---|---|---|---|
21-
| `minReplicas` | Minimum number of replicas running for your container app. | 0 | 1 | 25 |
22-
| `maxReplicas` | Maximum number of replicas running for your container app. | n/a | 1 | 25 |
21+
| `minReplicas` | Minimum number of replicas running for your container app. | 0 | 1 | 10 |
22+
| `maxReplicas` | Maximum number of replicas running for your container app. | n/a | 1 | 10 |
2323

2424
- If your container app scales to zero, then you aren't billed.
2525
- Individual scale rules are defined in the `rules` array.

0 commit comments

Comments
 (0)