Skip to content

Commit 3032423

Browse files
committed
Minor edits.
1 parent 3c6fe4b commit 3032423

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

articles/container-apps/scale-app.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -717,9 +717,9 @@ If you don't create a scale rule, the default scale rule is applied to your cont
717717
718718
## Scale behavior
719719

720-
Scaling behavior has the following defaults:
720+
Scaling has the following behaviors:
721721

722-
| Parameter | Value |
722+
| Behavior | Value |
723723
|--|--|
724724
| Polling interval | 30 seconds |
725725
| Cool down period | 300 seconds |
@@ -734,7 +734,7 @@ Scaling behavior has the following defaults:
734734
- **Scale up stabilization window** is how long to wait before performing a scale up decision once scale up conditions were met.
735735
- **Scale down stabilization window** is how long to wait before performing a scale down decision once scale down conditions were met.
736736
- **Scale up step** is how many replicas are added as your container app scales out. It starts at 1, then increases to 4, 8, 16, 32, and so on, up to the configured maximum replica count.
737-
- **Scale down step** is how many replicas are removed as your container app scales in. By default, 100% of replicas that need to shut down are removed.
737+
- **Scale down step** is how many replicas are removed as your container app scales in. 100% of replicas that need to shut down are removed.
738738
- **Scaling algorithm** is the formula used to calculate the current desired number of replicas.
739739

740740
### Example

0 commit comments

Comments
 (0)