Actions · Automation · Azure · Azure-Pipelines · AzureDevOps · Bicep · Bicep · Bicep · Blue-Green Deployment · Canary-Release · CI-CD · Cloud Governance · compliance · docker · GitHub · GitHub-Actions · IAC · Kubernetes · pattern · Pipeline · Pipeline-Templates · Policy · Service-Connection · Workflow · YAML-Templates

This Azure Pipeline Pattern Scales to 100+ Teams (Rolling, Canary & Blue-Green)

Previously, I have been working on demonstrating how in an enterprise, Platform Engineering Team can provide curated, compliant templates that provides deployment strategies out of the box for workload teams. You can read all about that here: https://moimhossain.com/2026/01/06/blueprints-for-unified-azure-pipelines-governing-rolling-blue-green-and-canary-deployments/ I have put a bit more work on top of that concept to make it more easy… Continue reading This Azure Pipeline Pattern Scales to 100+ Teams (Rolling, Canary & Blue-Green)

Architecture · Azure · Azure Open Ai · AzureContainerApps · C# · pattern · Private DNS Zone

AI Powered SLA Calculator from Architecture Diagram

Introduction https://www.youtube.com/watch?v=K-jdXyzrRbE&ab_channel=MoimHossain Designing cloud native application architecture that is resilient requires a careful consideration of many aspects. Availability metrics and Recovery metrics could ease the design process. Microsoft has some decent guidance that describes the recommendations for defining availability and recovery target metrics for critical workloads and flows. Reliability targets are derived through workshop exercises… Continue reading AI Powered SLA Calculator from Architecture Diagram

.NET · Architecture · ASP.net · Automation · Azure · C# · Command · Cosmos · CQRS · DocumentDB · ES · EventSourcing · http · pattern · Queries · Query · TableStorage

CQRS and ES on Azure Table Storage

Lately I was playing with Event Sourcing and command query responsibility segregation (aka CQRS) pattern on Azure Table storage. Thought of creating a lightweight library that facilitates writing such applications. I ended up with a Nuget package to do this. here is the GitHub Repository. A lightweight CQRS supporting library with Event Store based on… Continue reading CQRS and ES on Azure Table Storage