Monday, May 14, 2018

Durable Functions goes GA

Azure Durable Functions is an extension of Azure Functions and Azure WebJobs for managing state, checkpoints, and restarts.
  • They can checkpoint on await and maintain state
  • They can orchestrate other functions
  • They define workflows as code. 
There are some complex problems that can be solved by leveraging durable functions, including processes requiring manual intervention.

Be sure to view the release notes and open issues to make sure durable extensions will work in your scenario.

https://github.com/Azure/azure-functions-durable-extension/releases/tag/v1.4.0https://github.com/Azure/azure-functions-durable-extension/issues