azure-reliability
Compare original and translation side by side
🇺🇸
Original
English🇨🇳
Translation
ChineseAzure Reliability Skill
Azure Reliability Skill
This skill provides expert guidance for Azure Reliability. Covers best practices, decision making, architecture & design patterns, limits & quotas, and deployment. It combines local quick-reference content with remote documentation fetching capabilities.
本Skill为Azure可靠性提供专业指导,涵盖最佳实践、决策制定、架构与设计模式、限制与配额以及部署相关内容。它结合了本地快速参考内容与远程文档获取功能。
How to Use This Skill
如何使用本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
本Skill需要网络访问权限来获取文档内容:
- 首选方式:使用工具,查询字符串为
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 | L33-L62 | Patterns and configurations to make Azure services (AKS, Functions, DBs, messaging, IoT, networking, DR) highly available, resilient to failures, and recover quickly from outages. |
| Decision Making | L63-L68 | Guidance on using availability zones, nonregional services, and resilient Azure Functions architectures to design highly available, fault-tolerant Azure solutions. |
| Architecture & Design Patterns | L69-L74 | Designing Azure apps for availability zones, choosing zonal vs zone-redundant resources, and hardening deployments for zone failures and high availability. |
| Limits & Quotas | L75-L79 | Details on Azure Queue Storage message size limits, including max message size, behavior when limits are exceeded, and best practices for handling large payloads. |
| Deployment | L80-L83 | Guidance for migrating Azure Database for MySQL Flexible Server to zone-redundant high availability, including architecture, prerequisites, and step-by-step migration process. |
| 分类 | 行范围 | 描述 |
|---|---|---|
| 最佳实践 | L33-L62 | 使Azure服务(AKS、Functions、数据库、消息服务、物联网、网络、灾难恢复)实现高可用、故障恢复能力以及快速从中断中恢复的模式和配置。 |
| 决策制定 | L63-L68 | 关于使用可用性区域、非区域性服务以及高可用Azure Functions架构来设计高可用、容错Azure解决方案的指导。 |
| 架构与设计模式 | L69-L74 | 为可用性区域设计Azure应用、选择区域性与区域冗余资源、强化部署以应对区域故障并实现高可用的相关内容。 |
| 限制与配额 | L75-L79 | Azure队列存储消息大小限制的详细信息,包括最大消息大小、超出限制时的行为以及处理大负载的最佳实践。 |
| 部署 | L80-L83 | 将Azure Database for MySQL Flexible Server迁移至区域冗余高可用环境的指导,包括架构、先决条件和分步迁移流程。 |
Best Practices
最佳实践
Decision Making
决策制定
| Topic | URL |
|---|---|
| Identify Azure services with availability zone support | https://learn.microsoft.com/en-us/azure/reliability/availability-zones-service-support |
| Select and understand Azure nonregional services | https://learn.microsoft.com/en-us/azure/reliability/regions-nonregional-services |
Architecture & Design Patterns
架构与设计模式
| Topic | URL |
|---|---|
| Enable and plan zone-resilient Azure workloads | https://learn.microsoft.com/en-us/azure/reliability/availability-zones-enable-zone-resiliency |
| Design and harden zonal Azure resource deployments | https://learn.microsoft.com/en-us/azure/reliability/availability-zones-zonal-resource-resiliency |
Limits & Quotas
限制与配额
| Topic | URL |
|---|---|
| Understand Azure Queue Storage message size limits | https://learn.microsoft.com/en-us/azure/reliability/reliability-storage-queue |
| 主题 | 链接 |
|---|---|
| 理解Azure Queue Storage消息大小限制 | https://learn.microsoft.com/en-us/azure/reliability/reliability-storage-queue |
Deployment
部署
| Topic | URL |
|---|---|
| Migrate MySQL Flexible Server to zone-redundant HA | https://learn.microsoft.com/en-us/azure/reliability/migrate-database-mysql-flex |
| 主题 | 链接 |
|---|---|
| 将MySQL Flexible Server迁移至区域冗余高可用环境 | https://learn.microsoft.com/en-us/azure/reliability/migrate-database-mysql-flex |