What problem does it solve? Choosing the wrong architecture pattern or Azure service leads to costly re-platforming, especially for irreversible decisions like Cosmos DB partition keys, event schemas, and multi-tenancy isolation models. This Skill provides a decision-oriented reference that maps architecture patterns to concrete Azure implementations with production gotchas and migration deadlines. ## Core Features & Use Cases - Pattern-to-Azure Mapping: Covers compute (monolith, microservices, serverless, EDA), communication (REST, gRPC, GraphQL, messaging), data (relational, Cosmos DB, vector search, lakehouse), resilience (retry, circuit breaker, saga, outbox), security (Zero Trust, IAM, encryption), and AI/ML (RAG, AI gateway, agents). - Decision Frameworks: Provides decision ladders and matrices, such as App Service to Container Apps to AKS, and load balancer selection across L4, L7, and global DNS options. - Production Gotchas & Deadlines: Flags real constraints like Flex Consumption subnet rules, Istio add-on CNI incompatibility, and retirements such as Prompt Flow (April 2027) and Front Door classic (March 2027). - Use Case: When designing a new microservices system on Azure, use this Skill to decide between Container Apps and AKS, select Service Bus versus Event Hubs versus Event Grid, and apply the outbox pattern to avoid dual-write inconsistencies. ## Quick Start Ask the assistant to recommend an Azure architecture for your workload, for example: help me choose between Azure Container Apps and AKS for a microservices application with event-driven processing.