Skip to content

Commit c7d7088

Browse files
committed
remove preview language for consumption sku
Signed-off-by: Hannah Hunter <[email protected]>
1 parent d667d04 commit c7d7088

2 files changed

Lines changed: 1 addition & 7 deletions

File tree

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

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -132,9 +132,6 @@ The Durable Task Scheduler emulator is only available as a Docker image today.
132132

133133
#### [Consumption SKU](#tab/consumption)
134134

135-
> [!NOTE]
136-
> The Consumption SKU is currently in preview. [Learn more about the SKU and orchestration framework combinations recommended for production use.](./durable-task-scheduler-billing.md)
137-
138135
```azurecli
139136
az durabletask scheduler create --name "YOUR_SCHEDULER" --resource-group "YOUR_RESOURCE_GROUP" --location "LOCATION" --ip-allowlist "[0.0.0.0/0]" --sku-name "consumption"
140137
```

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

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ The Durable Task Scheduler is a managed backend service that persists orchestrat
1919
The [Durable Task Scheduler](./durable-task-scheduler.md) is a purpose-built backend as a service that persists orchestration state for your Durable Task SDK applications. The Durable Task Scheduler offers two pricing models to accommodate different service requirements, usage patterns, and preferred billing models:
2020

2121
- [Dedicated](#dedicated-sku)
22-
- [Consumption (preview)](#consumption-sku)
22+
- [Consumption](#consumption-sku)
2323

2424
## What is an action?
2525

@@ -106,9 +106,6 @@ A software as a service (SaaS) platform supports 800 million orchestrations mont
106106

107107
## Consumption SKU
108108

109-
> [!NOTE]
110-
> The Consumption SKU is currently in preview. [Learn more about the SKU and orchestration framework recommended for production use.](../choose-orchestration-framework.md)
111-
112109
The Consumption SKU offers a pay-as-you-use model, ideal for variable workloads and development scenarios.
113110

114111
Currently, you're limited to 10 schedulers and five task hubs per region per subscription when using the Consumption SKU. For more quota, [contact support](https://github.com/Azure/azure-functions-durable-extension/issues).

0 commit comments

Comments
 (0)