azure-nat-gateway
Compare original and translation side by side
🇺🇸
Original
English🇨🇳
Translation
ChineseAzure NAT Gateway Skill
Azure NAT Gateway 技能
This skill provides expert guidance for Azure NAT Gateway. Covers troubleshooting, best practices, decision making, architecture & design patterns, limits & quotas, configuration, and deployment. It combines local quick-reference content with remote documentation fetching capabilities.
本技能为Azure NAT Gateway提供专业指导,涵盖故障排查、最佳实践、决策制定、架构与设计模式、限制与配额、配置以及部署。它结合了本地快速参考内容与远程文档获取能力。
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 | L35-L42 | Diagnosing and fixing NAT Gateway issues: reading flow logs, resolving misconfigurations, connectivity failures with Azure services, and outbound internet connection problems. |
| Best Practices | L43-L47 | Guidance on reducing SNAT port exhaustion and optimizing outbound connectivity patterns when using Azure NAT Gateway. |
| Decision Making | L48-L53 | Guidance on when to use each Azure NAT Gateway SKU (Standard vs StandardV2), feature/cost tradeoffs, and how to plan and execute migration from Standard to StandardV2. |
| Architecture & Design Patterns | L54-L62 | Design patterns for placing NAT Gateway in VNets, hub-spoke, with NVAs, and with internal/public load balancers, plus scaling outbound traffic and combining with Azure Firewall. |
| Limits & Quotas | L63-L67 | NAT Gateway FAQs plus limits on SNAT ports, IPs, throughput, connections, and other quotas, with guidance on capacity planning and scaling. |
| Configuration | L68-L76 | Configuring NAT Gateway (Standard and StandardV2), managing IPs/resources, setting up flow logs, and configuring monitoring, metrics, and alerts for gateway traffic. |
| Deployment | L77-L83 | How to deploy and redeploy NAT Gateway (ARM/Bicep), migrate or move outbound traffic from VMs/public IPs, and transition existing outbound access to Azure NAT Gateway. |
| 分类 | 行范围 | 描述 |
|---|---|---|
| 故障排查 | L35-L42 | 诊断并修复NAT Gateway问题:读取流日志、解决配置错误、与Azure服务的连接故障以及出站互联网连接问题。 |
| 最佳实践 | L43-L47 | 提供使用Azure NAT Gateway时减少SNAT端口耗尽、优化出站连接模式的指导。 |
| 决策制定 | L48-L53 | 指导何时使用各Azure NAT Gateway SKU(Standard与StandardV2)、功能/成本权衡,以及如何规划和执行从Standard到StandardV2的迁移。 |
| 架构与设计模式 | L54-L62 | NAT Gateway在虚拟网络(VNet)、中心辐射型架构、与NVA结合、与内部/公共负载均衡器结合的设计模式,以及出站流量扩展和与Azure Firewall的组合使用。 |
| 限制与配额 | L63-L67 | NAT Gateway常见问题解答,以及SNAT端口、IP、吞吐量、连接数等限制与配额,同时提供容量规划和扩展的指导。 |
| 配置 | L68-L76 | 配置NAT Gateway(Standard和StandardV2)、管理IP/资源、设置流日志,以及配置网关流量的监控、指标和警报。 |
| 部署 | L77-L83 | 如何通过ARM/Bicep部署和重新部署NAT Gateway、将VM/公共IP的出站流量迁移至NAT Gateway,以及将现有出站访问转换为Azure NAT Gateway。 |
Troubleshooting
故障排查
| Topic | URL |
|---|---|
| Monitor and troubleshoot with NAT Gateway flow logs | https://learn.microsoft.com/en-us/azure/nat-gateway/monitor-nat-gateway-flow-logs |
| Troubleshoot Azure NAT Gateway configuration issues | https://learn.microsoft.com/en-us/azure/nat-gateway/troubleshoot-nat |
| Fix NAT Gateway connectivity with other Azure services | https://learn.microsoft.com/en-us/azure/nat-gateway/troubleshoot-nat-and-azure-services |
| Resolve Azure NAT Gateway outbound connectivity problems | https://learn.microsoft.com/en-us/azure/nat-gateway/troubleshoot-nat-connectivity |
| 主题 | URL |
|---|---|
| 使用NAT Gateway流日志进行监控和故障排查 | https://learn.microsoft.com/en-us/azure/nat-gateway/monitor-nat-gateway-flow-logs |
| 排查Azure NAT Gateway配置问题 | https://learn.microsoft.com/en-us/azure/nat-gateway/troubleshoot-nat |
| 修复NAT Gateway与其他Azure服务的连接问题 | https://learn.microsoft.com/en-us/azure/nat-gateway/troubleshoot-nat-and-azure-services |
| 解决Azure NAT Gateway出站连接问题 | https://learn.microsoft.com/en-us/azure/nat-gateway/troubleshoot-nat-connectivity |
Best Practices
最佳实践
| Topic | URL |
|---|---|
| Optimize SNAT usage with Azure NAT Gateway | https://learn.microsoft.com/en-us/azure/nat-gateway/nat-gateway-snat |
| 主题 | URL |
|---|---|
| 使用Azure NAT Gateway优化SNAT使用率 | https://learn.microsoft.com/en-us/azure/nat-gateway/nat-gateway-snat |
Decision Making
决策制定
| Topic | URL |
|---|---|
| Migrate Azure NAT Gateway to StandardV2 | https://learn.microsoft.com/en-us/azure/nat-gateway/nat-gateway-v2-migrate |
| Choose between Azure NAT Gateway SKUs | https://learn.microsoft.com/en-us/azure/nat-gateway/nat-sku |
| 主题 | URL |
|---|---|
| 将Azure NAT Gateway迁移至StandardV2 | https://learn.microsoft.com/en-us/azure/nat-gateway/nat-gateway-v2-migrate |
| 选择Azure NAT Gateway SKU | https://learn.microsoft.com/en-us/azure/nat-gateway/nat-sku |
Architecture & Design Patterns
架构与设计模式
| Topic | URL |
|---|---|
| Design virtual networks using Azure NAT Gateway | https://learn.microsoft.com/en-us/azure/nat-gateway/nat-gateway-design |
| Scale outbound traffic with NAT Gateway and Azure Firewall | https://learn.microsoft.com/en-us/azure/nat-gateway/tutorial-hub-spoke-nat-firewall |
| Integrate NAT Gateway in hub-spoke with NVA | https://learn.microsoft.com/en-us/azure/nat-gateway/tutorial-hub-spoke-route-nat |
| Use NAT Gateway with internal load balancer | https://learn.microsoft.com/en-us/azure/nat-gateway/tutorial-nat-gateway-load-balancer-internal-portal |
| Use NAT Gateway with public load balancer | https://learn.microsoft.com/en-us/azure/nat-gateway/tutorial-nat-gateway-load-balancer-public-portal |
| 主题 | URL |
|---|---|
| 使用Azure NAT Gateway设计虚拟网络 | https://learn.microsoft.com/en-us/azure/nat-gateway/nat-gateway-design |
| 结合NAT Gateway与Azure Firewall扩展出站流量 | https://learn.microsoft.com/en-us/azure/nat-gateway/tutorial-hub-spoke-nat-firewall |
| 在中心辐射型架构中与NVA集成NAT Gateway | https://learn.microsoft.com/en-us/azure/nat-gateway/tutorial-hub-spoke-route-nat |
| 结合内部负载均衡器使用NAT Gateway | https://learn.microsoft.com/en-us/azure/nat-gateway/tutorial-nat-gateway-load-balancer-internal-portal |
| 结合公共负载均衡器使用NAT Gateway | https://learn.microsoft.com/en-us/azure/nat-gateway/tutorial-nat-gateway-load-balancer-public-portal |
Limits & Quotas
限制与配额
| Topic | URL |
|---|---|
| Azure NAT Gateway FAQ and service limits | https://learn.microsoft.com/en-us/azure/nat-gateway/faq |
| 主题 | URL |
|---|---|
| Azure NAT Gateway常见问题与服务限制 | https://learn.microsoft.com/en-us/azure/nat-gateway/faq |
Configuration
配置
| Topic | URL |
|---|---|
| Manage Azure NAT Gateway configuration and IPs | https://learn.microsoft.com/en-us/azure/nat-gateway/manage-nat-gateway |
| Reference for Azure NAT Gateway monitoring data | https://learn.microsoft.com/en-us/azure/nat-gateway/monitor-nat-gateway-reference |
| Enable and use StandardV2 NAT Gateway flow logs | https://learn.microsoft.com/en-us/azure/nat-gateway/nat-gateway-flow-logs |
| Configure Azure NAT Gateway resource components | https://learn.microsoft.com/en-us/azure/nat-gateway/nat-gateway-resource |
| Configure metrics and alerts for Azure NAT Gateway | https://learn.microsoft.com/en-us/azure/nat-gateway/nat-metrics |
| 主题 | URL |
|---|---|
| 管理Azure NAT Gateway配置与IP | https://learn.microsoft.com/en-us/azure/nat-gateway/manage-nat-gateway |
| Azure NAT Gateway监控数据参考 | https://learn.microsoft.com/en-us/azure/nat-gateway/monitor-nat-gateway-reference |
| 启用并使用StandardV2 NAT Gateway流日志 | https://learn.microsoft.com/en-us/azure/nat-gateway/nat-gateway-flow-logs |
| 配置Azure NAT Gateway资源组件 | https://learn.microsoft.com/en-us/azure/nat-gateway/nat-gateway-resource |
| 配置Azure NAT Gateway的指标与警报 | https://learn.microsoft.com/en-us/azure/nat-gateway/nat-metrics |
Deployment
部署
| Topic | URL |
|---|---|
| Deploy Standard V2 NAT Gateway with ARM/Bicep | https://learn.microsoft.com/en-us/azure/nat-gateway/quickstart-create-nat-gateway-v2-templates |
| Redeploy NAT Gateway after cross-region resource move | https://learn.microsoft.com/en-us/azure/nat-gateway/region-move-nat-gateway |
| Move VM public IP outbound traffic to NAT Gateway | https://learn.microsoft.com/en-us/azure/nat-gateway/tutorial-migrate-ilip-nat |
| Migrate outbound access to Azure NAT Gateway | https://learn.microsoft.com/en-us/azure/nat-gateway/tutorial-migrate-outbound-nat |
| 主题 | URL |
|---|---|
| 通过ARM/Bicep部署Standard V2 NAT Gateway | https://learn.microsoft.com/en-us/azure/nat-gateway/quickstart-create-nat-gateway-v2-templates |
| 跨区域移动资源后重新部署NAT Gateway | https://learn.microsoft.com/en-us/azure/nat-gateway/region-move-nat-gateway |
| 将VM公共IP出站流量迁移至NAT Gateway | https://learn.microsoft.com/en-us/azure/nat-gateway/tutorial-migrate-ilip-nat |
| 将出站访问迁移至Azure NAT Gateway | https://learn.microsoft.com/en-us/azure/nat-gateway/tutorial-migrate-outbound-nat |