Skip to content

ddizh/azure-functions-durable-extension

 
 

Repository files navigation

Durable Functions

Durable Functions is an extension of Azure Functions and Azure WebJobs that allows writing long-running, stateful function orchestrations in code in a serverless environment.

This extension enables a new type of function called the orchestrator function that allows you to do several new things that differentiates it from an ordinary, stateless function:

  • They are stateful workflows authored in code. No JSON schemas or designers.
  • They can synchronously and asynchronously call other functions and save output to local variables.
  • They automatically checkpoint their progress whenever the function awaits so that local state is never lost if the process recycles or the VM reboots.

The Durable Functions extension currently ships as the Microsoft.Azure.WebJobs.Extensions.DurableTask NuGet package that can be referenced by an Azure Functions Visual Studio project. The project is currently in a public preview "beta" status.

Documentation

See the documentation for in-depth information about Durable Functions, including samples, walkthroughs, and setup instructions.

License

This project is under the benevolent umbrella of the .NET Foundation and is licensed under the MIT License

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.

About

Durable Task Framework extension for Azure Functions

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C# 54.6%
  • CSS 30.8%
  • JavaScript 13.3%
  • Liquid 1.2%
  • Batchfile 0.1%