Skip to content

Commit b6d8338

Browse files
authored
Update durable-functions-storage-providers.md
Support for MI is no longer in preview. See https://learn.microsoft.com/en-us/azure/azure-functions/durable/durable-functions-configure-managed-identity
1 parent b0510e7 commit b6d8338

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)