Azure – Durable Functions
In this post, we will see what a durable functions is and how we can implement it.First of all, what is a Durable Functions?An Azure Durable Functions is essentially an extension of Azure Functions that allows us to write stateful workflows in a serverless environment. Instead of manually managing state or relying on external storage,… Read More »