Skip to content

Commit 745b838

Browse files
authored
replace "backend" with "storage provider"
1 parent 14fc2aa commit 745b838

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/azure-functions/durable/durable-functions-packages.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ Users of [Extension Bundles](../functions-bindings-register.md#extension-bundles
6161

6262
Durable Functions is developed in the open as OSS. Users are welcome to contribute to it's development, request features, and to report issues in the appropiate repositories:
6363

64-
* [azure-functions-durable-extension](https://github.com/Azure/azure-functions-durable-extension): For .NET in-process and the Azure Storage backend.
64+
* [azure-functions-durable-extension](https://github.com/Azure/azure-functions-durable-extension): For .NET in-process and the Azure Storage storage provider.
6565
* [durabletask-dotnet](https://github.com/microsoft/durabletask-dotnet): For .NET isolated.
6666
* [azure-functions-durable-js](https://github.com/Azure/azure-functions-durable-js): For the Node.js SDK.
6767
* [azure-functions-durable-python](https://github.com/Azure/azure-functions-durable-python): For the Python SDK.

0 commit comments

Comments
 (0)