azure-blueprints
Compare original and translation side by side
🇺🇸
Original
English🇨🇳
Translation
ChineseAzure Blueprints Skill
Azure Blueprints技能
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.
本技能提供Azure Blueprints的专业指导,涵盖故障排查、架构与设计模式、安全、配置以及集成与编码模式。它结合了本地快速参考内容与远程文档获取功能。
How to Use This Skill
如何使用该技能
IMPORTANT for Agent: Use the Category Index below to locate relevant sections. For categories with line ranges (e.g.,), useL35-L120with the specified lines. For categories with file links (e.g.,read_file), use[security.md](security.md)on the linked reference fileread_file
IMPORTANT for Agent: Ifis more than 3 months old, suggest the user pull the latest version from the repository. Ifmetadata.generated_attools are not available, suggest the user install it: Installation Guidemcp_microsoftdocs
This skill requires network access to fetch documentation content:
- Preferred: Use with query string
mcp_microsoftdocs:microsoft_docs_fetch. Returns Markdown.from=learn-agent-skill - Fallback: Use with query string
fetch_webpage. Returns Markdown.from=learn-agent-skill&accept=text/markdown
Agent注意事项:请使用下方的分类索引定位相关章节。对于带有行号范围的分类(如),请使用L35-L120命令读取指定行内容。对于带有文件链接的分类(如read_file),请使用[security.md](security.md)命令读取链接的参考文件read_file
本技能需要网络访问权限以获取文档内容:
- 优先方式:使用命令,附带查询字符串
mcp_microsoftdocs:microsoft_docs_fetch,返回Markdown格式内容。from=learn-agent-skill - 备选方式:使用命令,附带查询字符串
fetch_webpage,返回Markdown格式内容。from=learn-agent-skill&accept=text/markdown
Category Index
分类索引
| Category | Lines | Description |
|---|---|---|
| Troubleshooting | L33-L37 | Diagnosing and fixing common Azure Blueprint creation/assignment errors, including policy, role, and resource lock issues, and interpreting error messages during deployment. |
| Architecture & Design Patterns | L38-L46 | Blueprint reference architectures for Azure landing zones and workloads, showing how security, governance, and ISO 27001 controls are implemented and structured in Azure. |
| Security | L47-L63 | Security-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 |
| Configuration | L64-L77 | Designing 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 Patterns | L78-L85 | Automating Azure Blueprints as code using CLI, PowerShell, and REST: create, import/export, and manage blueprint definitions and assignments programmatically. |
| 分类 | 行号 | 描述 |
|---|---|---|
| 故障排查 | L33-L37 | 诊断并修复Azure Blueprint创建/分配过程中的常见错误,包括策略、角色和资源锁问题,以及解读部署期间的错误信息。 |
| 架构与设计模式 | L38-L46 | 适用于Azure登陆区域和工作负载的蓝图参考架构,展示安全、治理和ISO 27001控制措施在Azure中的实现和结构。 |
| 安全 | L47-L63 | 以安全为重点的Azure Blueprint部署、锁设置、操作员配置,以及使用/映射内置合规蓝图(PBMM、ISM PROTECTED、ISO 27001、SWIFT、UK OFFICIAL/NHS)到策略和RBAC |
| 配置 | L64-L77 | 设计并配置Azure Blueprint定义:参数、部署顺序、内置函数,以及安全/合规蓝图示例(CAF、ASB、ISO 27001、SWIFT、ISM)的设置。 |
| 集成与编码模式 | L78-L85 | 使用CLI、PowerShell和REST将Azure Blueprints作为代码实现自动化:以编程方式创建、导入/导出和管理蓝图定义与分配。 |
Troubleshooting
故障排查
| Topic | URL |
|---|---|
| Troubleshoot common Azure Blueprint creation and assignment errors | https://learn.microsoft.com/en-us/azure/governance/blueprints/troubleshoot/general |
| 主题 | URL |
|---|---|
| 排查Azure Blueprint创建和分配的常见错误 | https://learn.microsoft.com/en-us/azure/governance/blueprints/troubleshoot/general |
Architecture & Design Patterns
架构与设计模式
| Topic | URL |
|---|---|
| Architecture of Azure Security Benchmark blueprint foundation | https://learn.microsoft.com/en-us/azure/governance/blueprints/samples/azure-security-benchmark-foundation/ |
| CAF foundation blueprint architecture for Azure landing zones | https://learn.microsoft.com/en-us/azure/governance/blueprints/samples/caf-foundation/ |
| CAF migration landing zone blueprint architecture | https://learn.microsoft.com/en-us/azure/governance/blueprints/samples/caf-migrate-landing-zone/ |
| Architecture of ISO 27001 ASE/SQL workload blueprint | https://learn.microsoft.com/en-us/azure/governance/blueprints/samples/iso27001-ase-sql-workload/ |
| Architecture of ISO 27001 shared services blueprint | https://learn.microsoft.com/en-us/azure/governance/blueprints/samples/iso27001-shared/ |
Security
安全
Configuration
配置
Integrations & Coding Patterns
集成与编码模式
| Topic | URL |
|---|---|
| Create Azure Blueprints using Azure CLI commands | https://learn.microsoft.com/en-us/azure/governance/blueprints/create-blueprint-azurecli |
| Create and manage Azure Blueprints with PowerShell | https://learn.microsoft.com/en-us/azure/governance/blueprints/create-blueprint-powershell |
| Create Azure Blueprints via REST API requests | https://learn.microsoft.com/en-us/azure/governance/blueprints/create-blueprint-rest-api |
| Import and export Azure Blueprints as code with PowerShell | https://learn.microsoft.com/en-us/azure/governance/blueprints/how-to/import-export-ps |
| Manage Azure Blueprint assignments with Az.Blueprint PowerShell | https://learn.microsoft.com/en-us/azure/governance/blueprints/how-to/manage-assignments-ps |
| 主题 | URL |
|---|---|
| 使用Azure CLI命令创建Azure Blueprints | https://learn.microsoft.com/en-us/azure/governance/blueprints/create-blueprint-azurecli |
| 使用PowerShell创建和管理Azure Blueprints | https://learn.microsoft.com/en-us/azure/governance/blueprints/create-blueprint-powershell |
| 通过REST API请求创建Azure Blueprints | https://learn.microsoft.com/en-us/azure/governance/blueprints/create-blueprint-rest-api |
| 使用PowerShell以代码形式导入和导出Azure Blueprints | https://learn.microsoft.com/en-us/azure/governance/blueprints/how-to/import-export-ps |
| 使用Az.Blueprint PowerShell管理Azure Blueprint分配 | https://learn.microsoft.com/en-us/azure/governance/blueprints/how-to/manage-assignments-ps |