Build dynamic workflows with azure durable functions – Branching logic (part 3)

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)

Build dynamic workflows with azure durable functions (NoCode style)

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 1 (this)Build dynamic workflows with azure durable functions (Low-Code style) - Part 2Add branching logic to your dynamic workflows with azure durable functions -… Continue reading Build dynamic workflows with azure durable functions (NoCode style)

Building a serverless “Shopping Cart” microservice using Azure Functions and Durable Entities with c# [Tutorial]

We will be building a fully functional "microservice" that will be able to add, remove and return a list of products. For this example we will model the the way this microservice will be consumed will be done via REST. Get you coding hat on, we are about to start.

Dynamically select orchestrators in Azure Durable Functions

This is one of the awesome things that I think can be done in functions, which also enables us to build lot of very interesting mechanics, it's not that complicated to pull of, but the results of using this technique might lead to very impressive outcomes. This is part of a mini-series where we want… Continue reading Dynamically select orchestrators in Azure Durable Functions