azure-security
Compare original and translation side by side
🇺🇸
Original
English🇨🇳
Translation
ChineseAzure Security Skill
Azure Security 技能
This skill provides expert guidance for Azure Security. Covers best practices, decision making, security, configuration, integrations & coding patterns, and deployment. It combines local quick-reference content with remote documentation fetching capabilities.
本技能为Azure Security提供专业指导,涵盖最佳实践、决策制定、安全防护、配置、集成与编码模式以及部署相关内容。它结合了本地快速参考内容与远程文档获取能力。
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 |
|---|---|---|
| Best Practices | L34-L58 | End-to-end Azure security guidance: hardening IaaS/PaaS, identity and access, network and operational security, backups and ransomware resilience, secrets management, and service-specific checklists. |
| Decision Making | L59-L64 | Guidance on choosing Azure security options, including comparing security features in US Gov clouds and selecting appropriate key management (Key Vault, managed keys, BYOK). |
| Security | L65-L97 | Platform-level and workload security: threat modeling mitigations, AKS image validation, crypto/authz/session hardening, Azure infra/network/SQL security, keys, Lockbox, Secure/Measured Boot, and integrity monitoring. |
| Configuration | L98-L108 | Configuring Azure security features: antimalware, container scanning (Dependabot/Copacetic), firewall rules, CMK encryption, logging/auditing, TLS changes, ransomware protections, and Customer Lockbox alerts. |
| Integrations & Coding Patterns | L109-L114 | Guides for generating signed SBOMs for container images and scripting Microsoft Antimalware configuration in Azure using PowerShell. |
| Deployment | L115-L120 | Guides for signing and verifying container images with Notation in Azure Pipelines/GitHub Actions, plus comparing security feature availability in Azure vs Azure Government. |
| 分类 | 行范围 | 描述 |
|---|---|---|
| 最佳实践 | L34-L58 | 端到端Azure安全指导:加固IaaS/PaaS、身份与访问管理、网络与运维安全、备份与勒索软件韧性、密钥管理、以及服务特定检查清单。 |
| 决策制定 | L59-L64 | Azure安全选项选择指导,包括对比美国政府云的安全功能、选择合适的密钥管理方案(Key Vault、托管密钥、BYOK)。 |
| 安全防护 | L65-L97 | 平台级与工作负载安全:威胁建模缓解措施、AKS镜像验证、加密/授权/会话加固、Azure基础架构/网络/SQL安全、密钥管理、Lockbox、Secure/Measured Boot、以及完整性监控。 |
| 配置 | L98-L108 | Azure安全功能配置:反恶意软件、容器扫描(Dependabot/Copacetic)、防火墙规则、CMK加密、日志/审计、TLS变更、勒索软件防护、以及Customer Lockbox告警。 |
| 集成与编码模式 | L109-L114 | 为容器镜像生成签名SBOM的指南,以及使用PowerShell在Azure中配置Microsoft Antimalware的脚本指导。 |
| 部署 | L115-L120 | 在Azure Pipelines/GitHub Actions中使用Notation签名和验证容器镜像的指南,以及对比Azure与Azure Government的安全功能可用性。 |
Best Practices
最佳实践
Decision Making
决策制定
| Topic | URL |
|---|---|
| Compare security feature availability in US Government clouds | https://learn.microsoft.com/en-us/azure/security/fundamentals/feature-availability |
| Choose the right Azure key management solution | https://learn.microsoft.com/en-us/azure/security/fundamentals/key-management-choose |
Security
安全防护
Configuration
配置
Integrations & Coding Patterns
集成与编码模式
| Topic | URL |
|---|---|
| Create and attach signed SBOMs to container images | https://learn.microsoft.com/en-us/azure/security/container-secure-supply-chain/articles/attach-sbom |
| Use PowerShell to configure Microsoft Antimalware in Azure | https://learn.microsoft.com/en-us/azure/security/fundamentals/antimalware-code-samples |
| 主题 | URL |
|---|---|
| 创建并为容器镜像附加签名SBOM | https://learn.microsoft.com/en-us/azure/security/container-secure-supply-chain/articles/attach-sbom |
| 使用PowerShell在Azure中配置Microsoft Antimalware | https://learn.microsoft.com/en-us/azure/security/fundamentals/antimalware-code-samples |
Deployment
部署
| Topic | URL |
|---|---|
| Sign and verify container images in Azure Pipelines with Notation | https://learn.microsoft.com/en-us/azure/security/container-secure-supply-chain/articles/notation-ado-task-sign |
| Sign container images with Notation in GitHub Actions | https://learn.microsoft.com/en-us/azure/security/container-secure-supply-chain/articles/notation-sign-gha |
| Verify container image signatures with Notation in GitHub Actions | https://learn.microsoft.com/en-us/azure/security/container-secure-supply-chain/articles/verify-gha |
| 主题 | URL |
|---|---|
| 在Azure Pipelines中使用Notation签名和验证容器镜像 | https://learn.microsoft.com/en-us/azure/security/container-secure-supply-chain/articles/notation-ado-task-sign |
| 在GitHub Actions中使用Notation签名容器镜像 | https://learn.microsoft.com/en-us/azure/security/container-secure-supply-chain/articles/notation-sign-gha |
| 在GitHub Actions中使用Notation验证容器镜像签名 | https://learn.microsoft.com/en-us/azure/security/container-secure-supply-chain/articles/verify-gha |