Skip to content

Commit 6dc5633

Browse files
Merge pull request #310436 from hhunter-ms/hh-545031
[DTS] Fix typo and update paragraph re task hub limitation
2 parents a53b309 + 0dfb91f commit 6dc5633

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

articles/azure-functions/durable/durable-task-scheduler/durable-task-scheduler-dedicated-sku.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ Durable Task Scheduler offers two SKU options: Dedicated and Consumption (previe
5757

5858
The Dedicated SKU provides performance and pricing through preallocated Capacity Units (CUs). You can purchase up to three CUs.
5959

60-
Currently, you're limited to 15 task hubs when using the Dedicated SKU. For more quota, [contact support](https://github.com/Azure/azure-functions-durable-extension/issues).
60+
Currently, you're limited to 25 task hubs when using the Dedicated SKU. For more quota, [contact support](https://github.com/Azure/azure-functions-durable-extension/issues).
6161

6262
#### Key features
6363

articles/azure-functions/durable/durable-task-scheduler/durable-task-scheduler.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ Creating multiple task hubs isolates different workloads that can be managed ind
107107
- Create task hubs for different teams within your organization.
108108
- Share the same scheduler instance across multiple apps.
109109

110-
Scheduler sharing is a great way to optimize cost when multiple teams have scenarios requiring orchestrations. Although you can create unlimited task hubs in one scheduler instance, they share the same resources; if one task hub is heavily loaded, it might affect the performance of the other task hubs.
110+
Scheduler sharing is a great way to optimize cost when multiple teams have scenarios requiring orchestrations. Although you can create multiple task hubs in one scheduler instance, they share the same resources; if one task hub is heavily loaded, it might affect the performance of the other task hubs.
111111

112112
### Emulator for local development
113113

@@ -160,7 +160,7 @@ Stale orchestration data should be purged periodically to ensure efficient stora
160160

161161
You're limited in how many task hubs you can use depending on your billing SKU.
162162

163-
- [When using the Dedicated SKU,](./durable-task-scheduler-dedicated-sku.md#dedicated-sku) task hubs are limited to 15.
163+
- [When using the Dedicated SKU,](./durable-task-scheduler-dedicated-sku.md#dedicated-sku) task hubs are limited to 25.
164164
- [When using the Consumption SKU,](./durable-task-scheduler-dedicated-sku.md#consumption-sku-preview) task hubs are limited to 5.
165165

166166
For more quota, [contact support](https://github.com/Azure/azure-functions-durable-extension/issues).

0 commit comments

Comments
 (0)