> azure-blueprints

Expert knowledge for Azure Blueprints development including troubleshooting, architecture & design patterns, security, configuration, and integrations & coding patterns. Use when building, debugging, or optimizing Azure Blueprints applications. Not for Azure Policy (use azure-policy), Azure Resource Manager (use azure-resource-manager), Azure Resource Graph (use azure-resource-graph), Azure Deployment Environments (use azure-deployment-environments).

fetch
$curl "https://skillshub.wtf/MicrosoftDocs/Agent-Skills/azure-blueprints?format=md"
SKILL.mdazure-blueprints

Azure Blueprints Skill

This skill provides expert guidance for Azure Blueprints. Covers troubleshooting, architecture & design patterns, security, configuration, and integrations & coding patterns. 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

This skill requires network access to fetch documentation content:

  • Preferred: Use mcp_microsoftdocs:microsoft_docs_fetch with query string from=learn-agent-skill. Returns Markdown.
  • Fallback: Use fetch_webpage with query string from=learn-agent-skill&accept=text/markdown. Returns Markdown.

Category Index

CategoryLinesDescription
TroubleshootingL33-L37Diagnosing and fixing common Azure Blueprint creation/assignment errors, including policy, role, and resource lock issues, and interpreting error messages during deployment.
Architecture & Design PatternsL38-L46Blueprint reference architectures for Azure landing zones and workloads, showing how security, governance, and ISO 27001 controls are implemented and structured in Azure.
SecurityL47-L63Security-focused Azure Blueprint deployment, locks, operator setup, and using/mapping built‑in compliance blueprints (PBMM, ISM PROTECTED, ISO 27001, SWIFT, UK OFFICIAL/NHS) to Policy and RBAC
ConfigurationL64-L77Designing and configuring Azure Blueprint definitions: parameters, deployment order, built-in functions, and setup of security/compliance blueprint samples (CAF, ASB, ISO 27001, SWIFT, ISM).
Integrations & Coding PatternsL78-L85Automating Azure Blueprints as code using CLI, PowerShell, and REST: create, import/export, and manage blueprint definitions and assignments programmatically.

Troubleshooting

TopicURL
Troubleshoot common Azure Blueprint creation and assignment errorshttps://learn.microsoft.com/en-us/azure/governance/blueprints/troubleshoot/general

Architecture & Design Patterns

TopicURL
Architecture of Azure Security Benchmark blueprint foundationhttps://learn.microsoft.com/en-us/azure/governance/blueprints/samples/azure-security-benchmark-foundation/
CAF foundation blueprint architecture for Azure landing zoneshttps://learn.microsoft.com/en-us/azure/governance/blueprints/samples/caf-foundation/
CAF migration landing zone blueprint architecturehttps://learn.microsoft.com/en-us/azure/governance/blueprints/samples/caf-migrate-landing-zone/
Architecture of ISO 27001 ASE/SQL workload blueprinthttps://learn.microsoft.com/en-us/azure/governance/blueprints/samples/iso27001-ase-sql-workload/
Architecture of ISO 27001 shared services blueprinthttps://learn.microsoft.com/en-us/azure/governance/blueprints/samples/iso27001-shared/

Security

TopicURL
Understand security-related stages of Azure Blueprint deploymenthttps://learn.microsoft.com/en-us/azure/governance/blueprints/concepts/deployment-stages
Configure resource locking behavior in Azure Blueprintshttps://learn.microsoft.com/en-us/azure/governance/blueprints/concepts/resource-locking
Configure environment for Azure Blueprint Operator rolehttps://learn.microsoft.com/en-us/azure/governance/blueprints/how-to/configure-for-blueprint-operator
Use Canada Federal PBMM blueprint for governance controlshttps://learn.microsoft.com/en-us/azure/governance/blueprints/samples/canada-federal-pbmm
Use ISM PROTECTED blueprint for Australian compliancehttps://learn.microsoft.com/en-us/azure/governance/blueprints/samples/ism-protected/
Map ISM PROTECTED controls to Azure Policyhttps://learn.microsoft.com/en-us/azure/governance/blueprints/samples/ism-protected/control-mapping
Apply ISO 27001 blueprint for Azure governancehttps://learn.microsoft.com/en-us/azure/governance/blueprints/samples/iso-27001-2013
Map ISO 27001 ASE/SQL controls to Policy and RBAChttps://learn.microsoft.com/en-us/azure/governance/blueprints/samples/iso27001-ase-sql-workload/control-mapping
Map ISO 27001 shared services controls to Azure Policyhttps://learn.microsoft.com/en-us/azure/governance/blueprints/samples/iso27001-shared/control-mapping
Use SWIFT CSP-CSCF 2020 blueprint for Azure compliancehttps://learn.microsoft.com/en-us/azure/governance/blueprints/samples/swift-2020/
Map SWIFT CSP-CSCF 2020 controls to Azure Policyhttps://learn.microsoft.com/en-us/azure/governance/blueprints/samples/swift-2020/control-mapping
Use UK OFFICIAL and NHS blueprint for Azure governancehttps://learn.microsoft.com/en-us/azure/governance/blueprints/samples/ukofficial-uknhs
Protect Azure Blueprint-deployed resources with lockshttps://learn.microsoft.com/en-us/azure/governance/blueprints/tutorials/protect-new-resources

Configuration

TopicURL
Use static and dynamic parameters in Azure Blueprintshttps://learn.microsoft.com/en-us/azure/governance/blueprints/concepts/parameters
Control Azure Blueprint artifact deployment sequencehttps://learn.microsoft.com/en-us/azure/governance/blueprints/concepts/sequencing-order
Use Azure Blueprint functions in definitions and artifactshttps://learn.microsoft.com/en-us/azure/governance/blueprints/reference/blueprint-functions
Configure and deploy Azure Security Benchmark blueprint samplehttps://learn.microsoft.com/en-us/azure/governance/blueprints/samples/azure-security-benchmark-foundation/deploy
Configure and deploy CAF foundation blueprint samplehttps://learn.microsoft.com/en-us/azure/governance/blueprints/samples/caf-foundation/deploy
Configure and deploy CAF migration landing zone blueprinthttps://learn.microsoft.com/en-us/azure/governance/blueprints/samples/caf-migrate-landing-zone/deploy
Configure and deploy ISM PROTECTED blueprint samplehttps://learn.microsoft.com/en-us/azure/governance/blueprints/samples/ism-protected/deploy
Configure and deploy ISO 27001 ASE/SQL workload blueprinthttps://learn.microsoft.com/en-us/azure/governance/blueprints/samples/iso27001-ase-sql-workload/deploy
Configure and deploy ISO 27001 shared services blueprinthttps://learn.microsoft.com/en-us/azure/governance/blueprints/samples/iso27001-shared/deploy
Configure and deploy SWIFT CSP-CSCF 2020 blueprinthttps://learn.microsoft.com/en-us/azure/governance/blueprints/samples/swift-2020/deploy

Integrations & Coding Patterns

TopicURL
Create Azure Blueprints using Azure CLI commandshttps://learn.microsoft.com/en-us/azure/governance/blueprints/create-blueprint-azurecli
Create and manage Azure Blueprints with PowerShellhttps://learn.microsoft.com/en-us/azure/governance/blueprints/create-blueprint-powershell
Create Azure Blueprints via REST API requestshttps://learn.microsoft.com/en-us/azure/governance/blueprints/create-blueprint-rest-api
Import and export Azure Blueprints as code with PowerShellhttps://learn.microsoft.com/en-us/azure/governance/blueprints/how-to/import-export-ps
Manage Azure Blueprint assignments with Az.Blueprint PowerShellhttps://learn.microsoft.com/en-us/azure/governance/blueprints/how-to/manage-assignments-ps

> related_skills --same-repo

> azure-well-architected

Expert guidance for designing, assessing, and optimizing Azure workloads using Azure Well Architected. Covers design review checklists, recommendations, design principles, tradeoffs, service guides, workload patterns, and assessment questions. Use when architecting new solutions, reviewing existing workloads, or applying Well-Architected principles.

> azure-web-pubsub

Expert knowledge for Azure Web PubSub development including troubleshooting, best practices, decision making, architecture & design patterns, limits & quotas, security, configuration, integrations & coding patterns, and deployment. Use when building, debugging, or optimizing Azure Web PubSub applications. Not for Azure SignalR Service (use azure-signalr-service), Azure Event Hubs (use azure-event-hubs), Azure Service Bus (use azure-service-bus), Azure Relay (use azure-relay).

> azure-web-application-firewall

Expert knowledge for Azure Web Application Firewall development including troubleshooting, best practices, decision making, architecture & design patterns, limits & quotas, security, configuration, integrations & coding patterns, and deployment. Use when building, debugging, or optimizing Azure Web Application Firewall applications. Not for Azure Application Gateway (use azure-application-gateway), Azure Front Door (use azure-front-door), Azure Firewall (use azure-firewall), Azure DDos Protectio

> azure-vpn-gateway

Expert knowledge for Azure VPN Gateway development including troubleshooting, best practices, decision making, architecture & design patterns, limits & quotas, security, configuration, integrations & coding patterns, and deployment. Use when building, debugging, or optimizing Azure VPN Gateway applications. Not for Azure Virtual Network (use azure-virtual-network), Azure Virtual WAN (use azure-virtual-wan), Azure ExpressRoute (use azure-expressroute), Azure Application Gateway (use azure-applica

┌ stats

installs/wk0
░░░░░░░░░░
github stars425
██████████
first seenMar 17, 2026
└────────────

┌ repo

MicrosoftDocs/Agent-Skills
by MicrosoftDocs
└────────────

┌ tags

└────────────