Trail of Bits' security review skill for PRs, commits, and diffs: risk-first analysis with git history, blast radius, and honest coverage limits.
Cloud Solution Architect
Summary
Microsoft's official skill that turns an agent into an Azure solution architect — 10 design principles, 6 architecture styles, 44 design patterns and a Well-Architected review workflow.
Features
- 10 design principles for Azure applications
- 6 architecture styles with explicit selection criteria
- 44 cloud design patterns mapped to Well-Architected pillars
- Technology choice frameworks for compute, storage, data and messaging
- Catalogue of performance antipatterns to design away from
- Structured architecture review workflow for validating an existing design
Install This Skill
Add this skill to your favorite AI agent in a few steps.
Skill Content
Usage Instructions
Learn how to use this skill with different AI agents.
Example Usage
Review this architecture: an Azure Functions API in front of Cosmos DB with Service Bus between them. Which Well-Architected pillars does it fail and which patterns would fix it?
Description
Ask an agent to "design the architecture" and you usually get a plausible diagram with no stated trade-offs. This skill replaces that with the material an Azure Architecture Center review would actually apply, so the design comes with reasoning attached and can be argued with.
What it carries
- Ten design principles for Azure applications — the baseline every design is checked against.
- Six architecture styles with explicit selection guidance, so choosing N-tier over event-driven is a decision with stated conditions rather than a default.
- Forty-four cloud design patterns, each mapped to the Well-Architected Framework pillars it serves, which is what makes a pattern choice defensible when reliability and cost pull in different directions.
- Technology choice frameworks for compute, storage, data and messaging.
- Performance antipatterns — the recurring shapes that look reasonable in a diagram and fall over under load.
The review workflow
The skill's most useful mode is not greenfield design but systematic validation: a structured architecture review that walks an existing design against the principles and pillars and reports where it does not hold up. That makes it usable as a second opinion on a design a human already wrote, not only as a generator.
Use it when designing cloud architectures, reviewing system designs, selecting an architecture style, making technology choices, or running a Well-Architected Framework review.
Provenance
Part of Microsoft's official skills repository — 175 skills covering Azure SDKs, Microsoft Foundry and Microsoft 365 across Python, TypeScript, .NET, Java and Rust — published under the MIT licence in the open SKILL.md format. Works with Claude Code, GitHub Copilot, Codex and any agent implementing the Agent Skills standard.
Related Skills
Generates and validates parametric STEP-first CAD parts and assemblies from natural language.
Deno's official foundational skill — project setup, package choices, configuration, and CLI commands done the current way.
Build Gradio web UIs and ML demos in Python with the current API — components, layouts, events, and chat interfaces.