Skip to content

Commit 52e9359

Browse files
Merge pull request #286351 from lilyjma/patch-17
Update durable-functions-storage-providers.md
2 parents 547ce01 + b6d8338 commit 52e9359

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ The key benefits of the Azure Storage provider include:
3030
* Lowest-cost serverless billing model - Azure Storage has a consumption-based pricing model based entirely on usage ([more information](durable-functions-billing.md#azure-storage-transactions)).
3131
* Best tooling support - Azure Storage offers cross-platform local emulation and integrates with Visual Studio, Visual Studio Code, and the Azure Functions Core Tools.
3232
* Most mature - Azure Storage was the original and most battle-tested storage backend for Durable Functions.
33-
* Preview support for using identity instead of secrets for connecting to the storage provider.
33+
* Support for using identity instead of secrets for connecting to the storage provider.
3434

3535
The source code for the DTFx components of the Azure Storage storage provider can be found in the [Azure/durabletask](https://github.com/Azure/durabletask/tree/main/src/DurableTask.AzureStorage) GitHub repo.
3636

0 commit comments

Comments
 (0)