Agent skill · DevOps & Cloud

azure-architecture

Expert guidance for designing Azure solutions using Azure Architecture. Covers reference architectures, solution ideas, design patterns, technology choices, architecture styles, best practices, anti-patterns, example workloads, and migration guides. Use when designing AKS, data/AI, SAP, or hybrid workloads, choosing Azure services, or planning AWS/GCP migrations, and other Azure Architecture related development tasks.

MicrosoftDocsgithub.com/MicrosoftDocsGitHub ↗
claude-codecopilotcodexCC-BY-4.0
Install
npx skills add MicrosoftDocs/Agent-Skills --skill azure-architecture --agent claude-code

Same command for any agent — swap --agent for codex, cursor, copilot.

Facts
Files in the skill folder: 1
SKILL.md size: 59 KB
Bundled scripts: none
Requires: Requires network access. Uses mcp_microsoftdocs:microsoft_docs_fetch or fetch_webpage to retrieve documentation.
Path: skills/azure-architecture/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 682 · +8 this week
Read our review of the source →

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

Review
written from the skill's own SKILL.md · Aug 5, 2026

What it does

The skill provides expert guidance for designing Azure solutions using Azure Architecture. It helps agents locate relevant sections via a Category Index, read specific lines or linked files, and fetch remote documentation content to inform architectural decisions. It includes directions to suggest updating content if the metadata timestamp is older than 3 months and to install a Microsoft Docs fetch tool if unavailable.

How it works

  • Use the Category Index to locate relevant sections (Reference Architectures, Solution Ideas, Design Patterns, Technology Choices, Architecture Styles, Best Practices, Anti-patterns, Example Workloads, Migration Guides).
  • For categories with line ranges (e.g., L35-L120), read the specified lines using read_file with the given lines.
  • For categories with file links (e.g., security.md), read the linked reference file using read_file on the linked file.
  • If metadata.generated_at is more than 3 months old, suggest pulling the latest version from the repository.
  • If mcp_microsoftdocs tools are unavailable, suggest installing them via the provided Installation Guide.
  • Requires network access to fetch documentation content using mcp_microsoftdocs:microsoft_docs_fetch (preferred) or fetch_webpage (fallback).
  • Returns Markdown documentation to inform architectural guidance.

When to use it

Use when designing Azure solutions and need guidance across reference architectures, solution ideas, design patterns, technology choices, architecture styles, best practices, anti-patterns, example workloads, and migration guides.

What it can touch

  • Tools: mcp_microsoftdocs:microsoft_docs_fetch, fetch_webpage
  • Reads: Markdown content from remote Azure Architecture documentation and linked files

Caveats

  • Requires network access.
  • Relies on external documentation sources; freshness depends on remote content.
  • If metadata.generated_at is old, a user-facing prompt to update is suggested but not enforced.
From the SKILL.md

# Azure Architecture Skill This skill provides expert guidance for designing Azure solutions using Azure Architecture. Covers reference architectures, solution ideas, design patterns, technology choices, architecture styles, best practices, anti-patterns, example workloads, and migration guides. It combines local quick-reference content with remote documentation fetching capabilities. ## How to Use This Skill > **IMPORTANT for Agent**: Use the **Category Index** below to locate relevant sections. For categories with line ranges (e.g., `L35-L120`), use `read_file` with the specified lines. For categories with file links (e.g., `[security.md](security.md)`), use `read_file` on the linked reference file > **IMPORTANT for Agent**: If `metadata.generated_at` is more than 3 months old, suggest the user pull the latest version from the repository. If `mcp_microsoftdocs` tools are not available, suggest the user install it: [Installation Guide](https://github.com/MicrosoftDocs/mcp/blob/main/README.md) This skill requires **network access** to fetch documentation content: - **Preferred**: Use `mcp_microsoftdocs:microsoft_docs_fetch` with query string `from=learn-agent-skill`. Returns Markdo

What's inside
Steps it walks through
  1. How to Use This Skill
  2. Category Index
  3. Reference Architectures
  4. Solution Ideas
  5. Design Patterns
  6. Technology Choices
  7. Architecture Styles
  8. Best Practices
  9. Anti-patterns
  10. Example Workloads
  11. Migration Guides
More from Agent-Skills
All skills →
About this skill
What does the azure-architecture skill do?

Expert guidance for designing Azure solutions using Azure Architecture. Covers reference architectures, solution ideas, design patterns, technology choices, architecture styles, best practices, anti-patterns, example workloads, and migration guides. Use when designing AKS, data/AI, SAP, or hybrid workloads, choosing Azure services, or planning AWS/GCP migrations, and other Azure Architecture related development tasks.

How do I install it?

Run `npx skills add MicrosoftDocs/Agent-Skills --skill azure-architecture --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.

Where does this skill come from?

From MicrosoftDocs/Agent-Skills, a repository with 682 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.

Is a popular skill a good skill?

Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.

Keep going