Skip to content

Commit abee903

Browse files
lilyjmaggailey777
andauthored
Update articles/azure-functions/durable/durable-functions-azure-storage-provider.md
Co-authored-by: Glenn Gailey <[email protected]>
1 parent 6c6627e commit abee903

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

articles/azure-functions/durable/durable-functions-azure-storage-provider.md

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -283,9 +283,12 @@ If you are not seeing the throughput numbers you expect and your CPU and memory
283283
### Flex Consumption Plan
284284
The [Flex Consumption plan](../flex-consumption-plan.md) is an Azure Functions hosting plan that provides many of the benefits of the Consumption plan, including a serverless billing model, while also adding useful features, such as private networking, instance memory size selection, and full support for managed identity authentication.
285285

286-
When using the Azure Storage provider for your Durable Functions apps running on the Flex Consumption plan, the following is recommended to ensure the optimal performance:
287-
* Set the [Always Ready](../flex-consumption-how-to.md#set-always-ready-instance-counts) instance count for `durable` group to `1`
288-
* Reduce [queue polling](./durable-functions-azure-storage-provider.md#queue-polling) interval to 10 seconds or less. (Note that lowering the interval could cause a small increase in your Azure Storage cost.)
286+
Azure Storage is currently the only supported [storage provider](durable-functions-storage-providers.md) for Durable Functions when hosted in the Flex Consumption plan.
287+
288+
You should follow these performance recommendations when hosting Durable Functions in the Flex Consumption plan:
289+
290+
* Set the [always ready instance count](../flex-consumption-how-to.md#set-always-ready-instance-counts) for the `durable` group to `1`.
291+
* Reduce the [queue polling interval](durable-functions-azure-storage-provider.md#queue-polling) to 10 seconds or less. Lowering this interval might cause a small cost increase in your Azure Storage account.
289292

290293
### High throughput processing
291294

0 commit comments

Comments
 (0)