azure-nat-gateway

Compare original and translation side by side

🇺🇸

Original

English
🇨🇳

Translation

Chinese

Azure 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.,
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.
Agent 重要提示:使用下方的分类索引查找相关章节。对于带有行范围的分类(例如
L35-L120
),使用
read_file
读取指定行内容。对于带有文件链接的分类(例如
[security.md](security.md)
),使用
read_file
读取链接的参考文件
Agent 重要提示:如果
metadata.generated_at
已超过3个月,建议用户从仓库拉取最新版本。如果
mcp_microsoftdocs
工具不可用,建议用户安装该工具:安装指南
本技能需要网络访问权限以获取文档内容:
  • 首选方式:使用
    mcp_microsoftdocs:microsoft_docs_fetch
    ,并携带查询字符串
    from=learn-agent-skill
    ,返回Markdown格式内容。
  • 备用方式:使用
    fetch_webpage
    ,并携带查询字符串
    from=learn-agent-skill&accept=text/markdown
    ,返回Markdown格式内容。

Category Index

分类索引

CategoryLinesDescription
TroubleshootingL35-L42Diagnosing and fixing NAT Gateway issues: reading flow logs, resolving misconfigurations, connectivity failures with Azure services, and outbound internet connection problems.
Best PracticesL43-L47Guidance on reducing SNAT port exhaustion and optimizing outbound connectivity patterns when using Azure NAT Gateway.
Decision MakingL48-L53Guidance 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 PatternsL54-L62Design 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 & QuotasL63-L67NAT Gateway FAQs plus limits on SNAT ports, IPs, throughput, connections, and other quotas, with guidance on capacity planning and scaling.
ConfigurationL68-L76Configuring NAT Gateway (Standard and StandardV2), managing IPs/resources, setting up flow logs, and configuring monitoring, metrics, and alerts for gateway traffic.
DeploymentL77-L83How 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-L62NAT Gateway在虚拟网络(VNet)、中心辐射型架构、与NVA结合、与内部/公共负载均衡器结合的设计模式,以及出站流量扩展和与Azure Firewall的组合使用。
限制与配额L63-L67NAT Gateway常见问题解答,以及SNAT端口、IP、吞吐量、连接数等限制与配额,同时提供容量规划和扩展的指导。
配置L68-L76配置NAT Gateway(Standard和StandardV2)、管理IP/资源、设置流日志,以及配置网关流量的监控、指标和警报。
部署L77-L83如何通过ARM/Bicep部署和重新部署NAT Gateway、将VM/公共IP的出站流量迁移至NAT Gateway,以及将现有出站访问转换为Azure NAT Gateway。

Troubleshooting

故障排查

Best Practices

最佳实践

TopicURL
Optimize SNAT usage with Azure NAT Gatewayhttps://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

决策制定

Architecture & Design Patterns

架构与设计模式

Limits & Quotas

限制与配额

TopicURL
Azure NAT Gateway FAQ and service limitshttps://learn.microsoft.com/en-us/azure/nat-gateway/faq
主题URL
Azure NAT Gateway常见问题与服务限制https://learn.microsoft.com/en-us/azure/nat-gateway/faq

Configuration

配置

Deployment

部署