Durable Functions Fundamentals – Durable Functions Series – Part 1

/ 05 Dec, 2022

Durable Functions is an extension of Azure Functions that provides additional functionality for programming scenarios requiring stateful workflows. With Durable Functions we can simplify the implementation of workflow related programming patterns that would otherwise require more complex setups. This is the first post in a series of posts about Azure Durable Functions. You can read more about it on Mario’s personal website.