Well, well, well, you are looking to up your game! Then let's do this. Let's discuss feature flags, but first what are feature flags ? Well, feature flags are a technique which enables you to be able to influence how your application works actually touching the code, but don't take my word for it, check… Continue reading Using feature flags in Azure Function and Durable Functions with Azure App Configuration
Tag: Microservices
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