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.
npx skills add MicrosoftDocs/Agent-Skills --skill azure-architecture --agent claude-code
Same command for any agent — swap --agent for codex, cursor, copilot.
Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.
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.
# 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
- How to Use This Skill
- Category Index
- Reference Architectures
- Solution Ideas
- Design Patterns
- Technology Choices
- Architecture Styles
- Best Practices
- Anti-patterns
- Example Workloads
- Migration Guides
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.
