Well, well, well, you are looking to up your game! Then let’s do this. Let’s discuss feature flags, […]
Category Archive: Serverless
In this article we will look into writing unit tests for Orchestrator functions using xUnit and Moq. We […]
In this article, we will be implementing an “orchestrated” flow, or interaction if you will, as discussed in […]
Well, in the last article, we built a serverless microservice. But one microservice on its own doesn’t do […]
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.
This is one of the awesome things that I think can be done in functions, which also enables […]
One of the most important updates to the Azure function framework was the addition of the DI support. […]