File tree Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ There are two scale properties that apply to all rules in your container app:
20
20
21
21
| Scale property | Description | Default value | Min value | Max value |
22
22
| ---| ---| ---| ---| ---|
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 |
24
24
| ` maxReplicas ` | Maximum number of replicas running for your container app. | n/a | 1 | 10 |
25
25
26
26
- 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:
30
30
- Changes to scaling rules are a [ revision-scope] ( ./revisions.md#revision-scope-changes ) change.
31
31
- When using non-HTTP event scale rules, setting the ` activeRevisionMode ` to ` single ` is recommended.
32
32
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
+
35
34
36
35
## Scale triggers
37
36
You can’t perform that action at this time.
0 commit comments