You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/azure-functions/durable/durable-task-scheduler/durable-task-scheduler-auto-scaling-aca.md
+5-21Lines changed: 5 additions & 21 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,17 +10,17 @@ ms.date: 05/01/2025
10
10
11
11
You can implement Kubernetes Event-Driven Autoscaling (KEDA) in container apps that use the Durable Task SDKs. Autoscaling maintains the reliability and scalability of long-running workflows by adapting to changing demands without manual intervention.
12
12
13
-
Control autoscaling by setting the range of application replicas deployed in response to an orchestrationbeing triggered. The scaler dynamically adjusts the number of replicas within that range, allowing your solution to handle spikes in the workload and prevent resource exhaustion.
13
+
Control autoscaling by setting the range of application replicas deployed in response to an orchestration, activity, or entity being triggered. The scaler dynamically adjusts the number of container app replicas within that range, allowing your solution to handle spikes in the workload and prevent resource exhaustion.
14
14
15
15
## Scaler configuration in the Azure portal
16
16
17
17
You can set the autoscaler configuration via the Azure portal, a Bicep template, and the Azure CLI.
18
18
19
19
# [Azure portal](#tab/portal)
20
20
21
-
:::image type="content" source="media/durable-task-scheduler-auto-scaling-aca/worker-app-log-stream.png" alt-text="Screenshot of the worker container's log stream in the Azure portal.":::
21
+
:::image type="content" source="media/durable-task-scheduler-auto-scaling-aca/scaler-configuration.png" alt-text="Screenshot of the scaler min and max replica configuration in the Azure portal.":::
22
22
23
-
:::image type="content" source="media/durable-task-scheduler-auto-scaling-aca/worker-app-log-stream.png" alt-text="Screenshot of the worker container's log stream in the Azure portal.":::
23
+
:::image type="content" source="media/durable-task-scheduler-auto-scaling-aca/scaler-configuration-details.png" alt-text="Screenshot of the Durable Task Scheduler-related configuration for the scaler in the Azure portal.":::
24
24
25
25
| Field | Description | Example |
26
26
| ----- | ----------- | ------- |
@@ -97,7 +97,7 @@ The [Autoscaling in Azure Container Apps sample]() demonstrates how to implement
97
97
98
98
-[.NET 8 SDK](https://dotnet.microsoft.com/download/dotnet/8.0) or later
99
99
-[Docker](https://www.docker.com/products/docker-desktop/) (for building the image)
0 commit comments