Skip to content

Commit c063965

Browse files
committed
small updates ahead of review
Signed-off-by: Hannah Hunter <[email protected]>
1 parent d29feaf commit c063965

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

articles/azure-functions/durable/durable-task-scheduler/durable-task-scheduler-auto-scaling-aca.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ You can implement autoscaling in container apps that use the Durable Task Schedu
1212

1313
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.
1414

15-
## Scaler configuration in the Azure portal
15+
## Configure the autoscaler
1616

1717
You can set the autoscaler configuration via the Azure portal, a Bicep template, and the Azure CLI.
1818

articles/azure-functions/durable/durable-task-scheduler/quickstart-aca-azd-durable-task-sdk.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -488,4 +488,5 @@ worker.start();
488488

489489
## Next steps
490490

491-
Need
491+
> [!div class="nextstepaction"]
492+
> [Configure autoscaling](./durable-task-scheduler-auto-scaling.md)

articles/azure-functions/durable/durable-task-scheduler/quickstart-portable-durable-task-sdks.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -705,4 +705,4 @@ logger.info("Output: {}", completedInstance.readOutputAs(int.class));
705705
Now that you've run the sample locally using the Durable Task Scheduler emulator, try creating a scheduler and task hub resource and deploying to Azure Container Apps.
706706

707707
> [!div class="nextstepaction"]
708-
> [Deploy to Azure](./develop-with-durable-task-scheduler.md)
708+
> [Deploy Durable Task Scheduler hosted on Azure Container Apps to Azure](./quickstart-aca-azd-durable-task-sdk.md)

0 commit comments

Comments
 (0)