Dynamic Configuration with Azure App Configuration

Azure App Configuration provides a service to centrally manage application settings and feature flags. Modern programs, especially programs running in a cloud, generally have many components that are distributed in nature. In this post, we are going to take a look at not just dynamic configuration with Azure App Configuration, but we are going to … Continue reading Dynamic Configuration with Azure App Configuration

.NET Authentication Loop with Container Based Apps

Following on from my previous post on identity with .NET and containers, I wanted to expand on this to look at authentication loops from Entra ID. The symptoms of this issue are pretty simple, when you hit your .NET container based application, secured with Entra ID, you are sent in a loop to the authentication … Continue reading .NET Authentication Loop with Container Based Apps

Architecting for the Modern Cloud

Engineering and architecting applications in the cloud is different to on-premises. I wanted to explore high level approaches to how you decide on architecture and the stack used for the application. Before writing, I did some research, what I expected to find was vendors saying why their tools are better than other vendors, for the … Continue reading Architecting for the Modern Cloud