Skip to content

Commit a141b82

Browse files
Merge pull request #296040 from craigshoemaker/aca/scaling-overview-update
[Container Apps] Update: Scaling overview
2 parents ffe8d57 + 5eeca72 commit a141b82

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

articles/container-apps/scale-app.md

Lines changed: 7 additions & 2 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: 02/10/2025
9+
ms.date: 03/07/2025
1010
ms.author: cshoe
1111
zone_pivot_groups: arm-azure-cli-portal
1212
---
@@ -15,6 +15,8 @@ zone_pivot_groups: arm-azure-cli-portal
1515

1616
Azure Container Apps manages automatic horizontal scaling through a set of declarative scaling rules. As a container app revision scales out, new instances of the revision are created on-demand. These instances are known as replicas.
1717

18+
To support this scaling behavior, Azure Container Apps is powered by KEDA (Kubernetes Event-driven Autoscaling). KEDA supports scaling against a variety of metrics like HTTP requests, queue messages, CPU and memory load, and event sources like Azure Service Bus, Azure Event Hubs, Apache Kafka, and Redis. For more information, see [Scalers in the KEDA documentation](https://keda.sh/docs/scalers/).
19+
1820
Adding or editing scaling rules creates a new revision of your container app. A revision is an immutable snapshot of your container app. To learn which types of changes trigger a new revision, see revision [change types](./revisions.md#change-types).
1921

2022
[Event-driven Container Apps jobs](jobs.md#event-driven-jobs) use scaling rules to trigger executions based on events.
@@ -50,7 +52,10 @@ Scaling is driven by three different categories of triggers:
5052

5153
- [HTTP](#http): Based on the number of concurrent HTTP requests to your revision.
5254
- [TCP](#tcp): Based on the number of concurrent TCP connections to your revision.
53-
- [Custom](#custom): Based on CPU, memory, or supported event-driven data sources such as:
55+
- [Custom](#custom): Based on custom metrics like:
56+
- CPU
57+
- Memory
58+
- Supported event-driven data sources:
5459
- Azure Service Bus
5560
- Azure Event Hubs
5661
- Apache Kafka

0 commit comments

Comments
 (0)