NAT Gateway is a fully managed service that securely routes internet traffic from a private virtual network with enterprise-grade performance and low latency.
Hi @ Shan Vasudevan,
Welcome to Microsoft Q&A Platform.
It looks like you’ve put together a solid NVA-based design and just want to make sure there’s nothing in Azure that will break it. Based on Microsoft’s own docs, there is no platform-level limitation preventing you from using an Azure NAT Gateway in front of (or behind) a third-party firewall such as Check Point CloudGuard. In other words:
- Azure NAT Gateway is the recommended approach for outbound connectivity from your virtual network.
- There’s no clause in the NAT Gateway docs that says “you can’t combine a third-party NVA with NAT Gateway.” As long as the NAT Gateway is attached to the same subnet (or spoke) and your UDRs forward traffic through your active/standby NVA cluster, outbound flows will be SNAT’d by NAT Gateway and inbound return traffic will flow back through it.
- All the “gotchas” in the NAT Gateway documentation revolve around SKU mismatches, delegated subnets for certain PaaS, empty-subnet issues (for StandardV2), etc.—none of which block a standard NVA + NAT Gateway pairing.
- The nudges toward Azure Firewall in some guidance are largely driven by unified management, built-in telemetry, Microsoft-owned support channels and the tighter integration that comes with a first-party service (for example, DNAT rule collections, Azure Policy compliance, Firewall Manager, etc.), not by a hard technical bar on NVAs + NAT Gateway.
So, from a pure platform standpoint, your design is supported. If you’re simply aiming for “Will this break?” or “Is this unsupported?” — the answer is no.
References
- What is Azure Virtual Network NAT (Azure’s outbound-connectivity recommendation) https://docs.microsoft.com/azure/virtual-network/nat-gateway/nat-overview
- Design virtual networks with NAT gateway (applicable restrictions & known issues) https://docs.microsoft.com/azure/virtual-network/nat-gateway/nat-gateway-resource
- Troubleshoot NAT Gateway connectivity and configuration issues https://docs.microsoft.com/azure/virtual-network/nat-gateway/troubleshoot-nat-connectivity
- Integrate Azure Firewall with NAT Gateway (for comparison on 1st-party behavior) https://docs.microsoft.com/azure/firewall/integrate-with-nat-gateway
Please
and “up-vote” wherever the information provided helps you, this can be beneficial to other community members.