Skip to content

Commit 14fc2aa

Browse files
authored
add note on GitHub repositories
1 parent 2d8b42a commit 14fc2aa

File tree

1 file changed

+14
-1
lines changed

1 file changed

+14
-1
lines changed

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

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,4 +55,17 @@ Users of [Extension Bundles](../functions-bindings-register.md#extension-bundles
5555
* PowerShell: The current GA SDK is built-in to Azure Functions PowerShell language worker, so no installation is needed. See the following _note_ for details.
5656

5757
> [!NOTE]
58-
> For PowerShell users: we have a [_preview_ SDK standalone package](./durable-functions-powershell-v2-sdk-migration-guide.md) under [AzureFunctions.PowerShell.Durable.SDK](https://www.powershellgallery.com/packages/AzureFunctions.PowerShell.Durable.SDK) in the PowerShell gallery. The latter will be preferred in the future.
58+
> For PowerShell users: we have a [_preview_ SDK standalone package](./durable-functions-powershell-v2-sdk-migration-guide.md) under [AzureFunctions.PowerShell.Durable.SDK](https://www.powershellgallery.com/packages/AzureFunctions.PowerShell.Durable.SDK) in the PowerShell gallery. The latter will be preferred in the future.
59+
60+
## GitHub repositories
61+
62+
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:
63+
64+
* [azure-functions-durable-extension](https://github.com/Azure/azure-functions-durable-extension): For .NET in-process and the Azure Storage backend.
65+
* [durabletask-dotnet](https://github.com/microsoft/durabletask-dotnet): For .NET isolated.
66+
* [azure-functions-durable-js](https://github.com/Azure/azure-functions-durable-js): For the Node.js SDK.
67+
* [azure-functions-durable-python](https://github.com/Azure/azure-functions-durable-python): For the Python SDK.
68+
* [durabletask-java](https://github.com/Microsoft/durabletask-java): For the Java SDK.
69+
* [azure-functions-durable-powershel](https://github.com/Azure/azure-functions-durable-powershell): For the PowerShell SDK.
70+
* [durabletask-netherite](https://github.com/microsoft/durabletask-netherite): For the Netherite storage provider.
71+
* [durabletask-mssql](https://github.com/microsoft/durabletask-mssql): For the MSSQL storage provider.

0 commit comments

Comments
 (0)