DMZ design options in Azure VMware Solution (AVS) generation 2

Kaushal, Pravesh 125 Reputation points
2026-01-28T16:05:17.5+00:00

Hello everyone,

I am looking into DMZ design options in Azure VMware Solution (AVS) generation 2. Is it recommended to use a dedicated Tier-1 gateway for the DMZ, or should both Tier-0 and Tier-1 gateways be dedicated for a DMZ setup in AVS?

Regards

Pravesh

Azure VMware Solution

Answer accepted by question author
Manish Deshpande 8,135 Reputation points Microsoft External Staff Moderator
2026-01-28T18:25:38.2466667+00:00

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

  1. Create a separate Tier‑1 gateway specifically for DMZ segments
  2. Attach only DMZ logical segments to this Tier‑1
  3. Apply NAT, firewall rules, and route advertisements at this Tier‑1

Continue using the default Tier‑0

  1. DMZ Tier‑1 connects upstream to the default AVS Tier‑0
  2. Tier‑0 handles:
    • Internet egress/ingress
    • Azure VNet connectivity
    • On‑premises connectivity via ExpressRoute

Security enforcement

  1. Use NSX‑T Distributed Firewall (DFW) for east‑west traffic
  2. Use NAT + Tier‑1 firewall rules for north‑south DMZ traffic
  3. Optional: integrate third‑party firewalls (NVA) for advanced inspection.

Links:

https://learn.microsoft.com/en-us/azure/azure-vmware/native-network-design-consideration

https://learn.microsoft.com/en-us/azure/cloud-adoption-framework/scenarios/azure-vmware/example-architectures

Thanks,
Manish Deshpande.

Was this answer helpful?

1 person found this answer helpful.

1 additional answer

Sort by: Most helpful
  1. AI answer

    2026-01-28T16:05:25.8566667+00:00

    In Azure VMware Solution (AVS), it is generally recommended to use a dedicated Tier-1 gateway for the DMZ setup. The Tier-1 gateways can be linked to the default Tier-0 gateway, which provides connectivity to the physical network outside the vSphere/NSX-T cluster. This setup allows for better management and isolation of DMZ traffic, ensuring that security policies can be effectively applied without impacting other network segments.

    Using a dedicated Tier-1 gateway for the DMZ helps to streamline traffic management and enhances security by isolating DMZ traffic from other workloads. However, the Tier-0 gateway is managed by Microsoft and is not consumable by end users, so it cannot be dedicated for DMZ purposes.

    Therefore, the best practice is to utilize a dedicated Tier-1 gateway for the DMZ while relying on the Tier-0 gateway for overall connectivity.

    AI-generated content may be incorrect. Read our transparency notes for more information.

    Was this answer helpful?

Your answer

Answers can be marked as 'Accepted' by the question author and 'Recommended' by moderators, which helps users know the answer solved the author's problem.