Skip to content

Commit 3c6fe4b

Browse files
committed
[ACA] [434939] Update scale up/down step descriptions.
1 parent f84ecfb commit 3c6fe4b

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

articles/container-apps/scale-app.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ author: craigshoemaker
66
ms.service: azure-container-apps
77
ms.custom: devx-track-azurecli
88
ms.topic: conceptual
9-
ms.date: 05/19/2025
9+
ms.date: 06/26/2025
1010
ms.author: cshoe
1111
zone_pivot_groups: arm-azure-cli-portal-bicep
1212
---
@@ -725,16 +725,16 @@ Scaling behavior has the following defaults:
725725
| Cool down period | 300 seconds |
726726
| Scale up stabilization window | 0 seconds |
727727
| Scale down stabilization window | 300 seconds |
728-
| Scale up step | 1, 4, 100% of current |
729-
| Scale down step | 100% of current |
728+
| Scale up step | 1, 4, 8, 16, 32, ... up to configured maximum replica count |
729+
| Scale down step | 100% of replicas that need to shut down |
730730
| Scaling algorithm | `desiredReplicas = ceil(currentMetricValue / targetMetricValue)` |
731731

732732
- **Polling interval** is how frequently event sources are queried by KEDA. This value doesn't apply to HTTP and TCP scale rules.
733733
- **Cool down period** is how long after the last event was observed before the application scales down to its minimum replica count.
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.
736-
- **Scale up step** is the rate new instances are added at. It starts with 1, 4, 8, 16, 32, ... up to the configured maximum replica count.
737-
- **Scale down step** is the rate at which replicas are removed. By default 100% of replicas that need to shut down are removed.
736+
- **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.
738738
- **Scaling algorithm** is the formula used to calculate the current desired number of replicas.
739739

740740
### Example

0 commit comments

Comments
 (0)