cloud-solution-architect

Guide Azure architecture design with Well-Architected Framework reviews and ADRs.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/MoonAxis/azure-stack --skill cloud-solution-architect
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: cloud-solution-architect
Source: https://github.com/MoonAxis/azure-stack/tree/main/skills/cloud-solution-architect
Command: npx skills add https://github.com/MoonAxis/azure-stack --skill cloud-solution-architect

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill provides comprehensive guidance and best practices for designing, reviewing, and optimizing cloud-native applications on Azure, ensuring they are reliable, secure, cost-effective, operationally excellent, and performant.

Core Features & Use Cases

  • Architecture Design: Select appropriate architecture styles, apply design patterns, and make technology choices based on requirements.
  • Well-Architected Framework (WAF): Evaluate designs against the five WAF pillars (Reliability, Security, Cost Optimization, Operational Excellence, Performance Efficiency).
  • Use Case: You need to design a new microservices-based application for Azure. Use this Skill to understand different architecture styles, select suitable Azure services (like AKS, Cosmos DB, Service Bus), apply relevant design patterns (like Saga, CQRS), and ensure the design adheres to the Well-Architected Framework principles.

Quick Start

Use the cloud-solution-architect skill to design a scalable and reliable architecture for a new e-commerce platform on Azure.

Frequently Asked Questions about cloud-solution-architect

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I design a microservices architecture on Azure that meets Well-Architected Framework standards?▼

To design a microservices architecture on Azure, select suitable architecture styles and Azure services like AKS and Cosmos DB, apply cloud design patterns such as CQRS, and evaluate the design against the Well-Architected Framework pillars to ensure reliability and performance.

What are the best Azure services for building a scalable e-commerce platform?▼

For a scalable e-commerce platform on Azure, appropriate technology choices include Azure Kubernetes Service (AKS) for container orchestration, Cosmos DB for globally distributed data, and Service Bus for asynchronous messaging, guided by cloud design patterns like Saga.

How does the Well-Architected Framework review process work for existing Azure applications?▼

The Well-Architected Framework review evaluates existing Azure applications against five pillars: Reliability, Security, Cost Optimization, Operational Excellence, and Performance Efficiency, identifying performance antipatterns and providing best practices for optimization.

Can I use this approach to document architecture decisions for mission-critical Azure workloads?▼

Yes, you can document architecture decisions for mission-critical Azure workloads by generating Architecture Decision Records (ADRs) that capture technology choices, applied design patterns, and Well-Architected Framework review outcomes systematically.

When should I apply cloud design patterns like Saga and CQRS in Azure solution design?▼

Apply cloud design patterns like Saga and CQRS in Azure solution design when managing distributed transactions across microservices or separating read and write workloads, ensuring the architecture handles data consistency and scales efficiently.

What is a performance antipattern in Azure cloud architecture and how do I avoid it?▼

A performance antipattern in Azure cloud architecture is a design flaw that degrades system efficiency under load, which you avoid by applying Well-Architected Framework best practices and selecting appropriate cloud design patterns during the architecture review process.