Skip to content

Commit 5f26977

Browse files
committed
updates before signing off
Signed-off-by: Hannah Hunter <[email protected]>
1 parent 4911df8 commit 5f26977

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ You can set the autoscaler configuration via the Azure portal, a Bicep template,
2626
| ----- | ----------- | ------- |
2727
| Min replicas | Minimum number of replicas allowed for the container revision at any given time. | 1 |
2828
| Max replicas | Maximum number of replicas allowed for the container revision at any given time. | 10 |
29-
| endpoint | The Durable Task Scheduler endpoint that the scaler connects to. | https://dts-ID.centralus.durabletask.io |
29+
| endpoint | The Durable Task Scheduler endpoint that the scaler connects to. | `https://dts-ID.centralus.durabletask.io` |
3030
| maxConcurrentWorkItemsCount | The maximum concurrent work items dispatched as an event to your compute, such as telling your compute to run an orchestration. | 1 |
3131
| taskhubName | The name of the task hub connected to the scheduler. | taskhub-ID |
3232
| workItemType | The work item type that is being dispatched. Options include Orchestration, Activity, or Entity. | Orchestration |
@@ -95,7 +95,7 @@ az containerapp create \
9595

9696
## Experiment with the sample
9797

98-
The [Autoscaling in Azure Container Apps sample]() demonstrates how to implement autoscaling with the Azure Durable Task Scheduler using the .NET SDK in Azure Container Apps. The function chaining application pattern showcases an orchestration workflow that benefits from dynamically scaling worker instances based on load.
98+
The [Autoscaling in Azure Container Apps sample](https://github.com/Azure-Samples/Durable-Task-Scheduler/tree/main/samples/scenarios/AutoscalingInACA) demonstrates how to implement autoscaling with the Azure Durable Task Scheduler using the .NET SDK in Azure Container Apps. The function chaining application pattern showcases an orchestration workflow that benefits from dynamically scaling worker instances based on load.
9999

100100
> [!NOTE]
101101
> Although this sample uses the Durable Task .NET SDK, autoscaling is language-agnostic.

0 commit comments

Comments
 (0)