Home

Awesome

<p align="center"> <a href="https://microsoft.github.io/durabletask-mssql/"> <img alt="Durable Task SQL Provider" src="./docs/media/logo.png"> </a> </p>

Microsoft SQL Provider for the Durable Task Framework and Durable Functions

Build status License: MIT

The Microsoft SQL provider for the Durable Task Framework (DTFx) and Azure Durable Functions is a storage provider that persists all task hub state in a Microsoft SQL database, which can be hosted in the cloud or in your own infrastructure.

The key benefits of this storage provider include:

Downloads

The Durable SQL provider for Durable Functions and DTFx are available as NuGet packages.

PackageLatest VersionDescription
Microsoft.Azure.Functions.Worker.Extensions.DurableTask.SqlServerNuGetUse this package if using Azure Durable Functions with the .NET out-of-process worker.
Microsoft.DurableTask.SqlServer.AzureFunctionsNuGetUse this package if building serverless Function apps with Azure Durable Functions (for everything except the .NET out-of-process worker).
Microsoft.DurableTask.SqlServerNuGetUse this package if using DTFx to build .NET apps.

Documentation

Want to learn more? Detailed information about this provider and getting started instructions can be found here.

If you use Azure Durable Functions and want to learn more about all the supported storage provider options, see the Durable Functions Storage Providers documentation.

Contributing

This project welcomes contributions and suggestions. Most contributions require you to agree to a Contributor License Agreement (CLA) declaring that you have the right to, and actually do, grant us the rights to use your contribution.

When you submit a pull request, a CLA-bot will automatically determine whether you need to provide a CLA and decorate the PR appropriately (e.g., label, comment). Simply follow the instructions provided by the bot. You will only need to do this once across all repositories using our CLA.

Running Tests

Tests will attempt to connect to an instance of SQL Server installed on the local machine. When running on Windows, you'll need to ensure that SQL Server Mixed Mode Authentication is enabled.

Code of Conduct

This project has adopted the Microsoft Open Source Code of conduct. For more information see the Code of Conduct FAQ or contact opencode@microsoft.com with any additional questions or comments.