Tag: Azure Durable Functions
-
Azure Durable Function Parts
Durable Functions is an extension of Azure Functions that lets you write stateful functions in a serverless compute environment. https://docs.microsoft.com If you haven’t read the Microsoft Official documentation for durable function, I highly suggest it, the link is in the above citation. Durable functions (1) provides “durable” or reliable execution of stateful functions. (2) It simplifies the “orchestration”…
