An Azure service that runs native VMware workloads on Azure.
Hello Kaushal, Pravesh
Thank you for contacting us about the VM ware issue.
In Azure VMware Solution (AVS) Generation 2, the recommended and supported DMZ design is to use a dedicated Tier‑1 gateway for the DMZ, while continuing to use the default Microsoft‑managed Tier‑0 gateway.
A dedicated Tier‑0 gateway for DMZ is neither required nor supported in AVS Gen 2.
Why dedicated Teir 1 gateway is the right design:
In AVS:
- The Tier‑0 (T0) gateway is fully Microsoft‑managed
- Customers cannot create or dedicate their own Tier‑0 gateways
- Tier‑0 provides north‑south connectivity (Azure, internet, on‑premises)
- Tier‑1 (T1) gateways are customer‑managed and intended for workload isolation
Because of this architecture, DMZ isolation is achieved at the Tier‑1 layer, not Tier‑0.
This model has been successfully implemented in multiple AVS Gen 2 customer DMZ deployments, including internet‑facing workloads and hub‑and‑spoke topologies.
https://bogdanburuiana.com/index.php/2023/11/23/azure-vmware-solution-nsx-t-configuration/
Use a dedicated Tier‑1 gateway for DMZ
- Create a separate Tier‑1 gateway specifically for DMZ segments
- Attach only DMZ logical segments to this Tier‑1
- Apply NAT, firewall rules, and route advertisements at this Tier‑1
Continue using the default Tier‑0
- DMZ Tier‑1 connects upstream to the default AVS Tier‑0
- Tier‑0 handles:
- Internet egress/ingress
- Azure VNet connectivity
- On‑premises connectivity via ExpressRoute
Security enforcement
- Use NSX‑T Distributed Firewall (DFW) for east‑west traffic
- Use NAT + Tier‑1 firewall rules for north‑south DMZ traffic
- Optional: integrate third‑party firewalls (NVA) for advanced inspection.
Links:
https://learn.microsoft.com/en-us/azure/azure-vmware/native-network-design-consideration
Thanks,
Manish Deshpande.