If you haven’t yet read about Azure Durable Functions, they essentially allow you to build serverless workflows using C# or Javascript. So instead of a more graphical and declarative approach of e.g. Logic Apps, you use an imperative approach through code. Since Durable Functions run on Azure Functions, running it...
Read more...