This is part of a mini-series where we want to build low code product on the shoulders of azure durable functions: Build dynamic workflows with azure durable functions (NoCode style) - Part 1Build dynamic workflows with azure durable functions (Low-Code style) - Part 2 Add branching logic to your dynamic workflows with azure durable functions -… Continue reading Build dynamic workflows with azure durable functions – Branching logic (part 3)
Tag: Orchestration
Writing unit tests for orchestration functions in Azure Durable Functions
In this article we will look into writing unit tests for Orchestrator functions using xUnit and Moq. We will write tests for a mildly complex orchestrator with branching logic. So, unit testing... Before we start, I have to admin, I for one, am not a very big fan of unit testing, I mean, I strive… Continue reading Writing unit tests for orchestration functions in Azure Durable Functions
Serverless Microservices: Building an orchestrated workflow with Azure Durable functions
In this article, we will be implementing an "orchestrated" flow, or interaction if you will, as discussed in the previous article. So, this will be quite a technical and a lengthy post, so better get your coffee refill before we start. What can you see in this article: Using an HTTP client for communication between… Continue reading Serverless Microservices: Building an orchestrated workflow with Azure Durable functions
Building Serverless Microservices – Picking the right design
Well, in the last article, we built a serverless microservice. But one microservice on its own doesn't do much "by design". In this post, we will start accelerating our microservice game, by adding a "simple" requirement that will shape our system. The game plan Well, looking ahead we will be building some new microservices, also… Continue reading Building Serverless Microservices – Picking the right design