Skip to content

Commit a131f4c

Browse files
Merge pull request #260183 from cherylmc/arm2
Update
2 parents afb91db + f3c6388 commit a131f4c

File tree

1 file changed

+14
-9
lines changed

1 file changed

+14
-9
lines changed

articles/vpn-gateway/about-zone-redundant-vnet-gateways.md

Lines changed: 14 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ titleSuffix: Azure VPN Gateway
55
author: cherylmc
66
ms.service: vpn-gateway
77
ms.topic: how-to
8-
ms.date: 09/03/2020
8+
ms.date: 12/04/2023
99
ms.author: cherylmc
1010
---
1111
# About zone-redundant virtual network gateway in Azure availability zones
@@ -38,22 +38,27 @@ For information about gateway SKUs, see [VPN gateway SKUs](vpn-gateway-about-vpn
3838

3939
## <a name="pipskus"></a>Public IP SKUs
4040

41-
Zone-redundant gateways and zonal gateways both rely on the Azure public IP resource *Standard* SKU. The configuration of the Azure public IP resource determines whether the gateway that you deploy is zone-redundant, or zonal. If you create a public IP resource with a *Basic* SKU, the gateway won't have any zone redundancy, and the gateway resources will be regional.
41+
Zone-redundant, zonal and non-zonal gateways rely on the configuration of *Standard* SKU of Azure public IP resource. If you create a public IP resource with a *Basic* SKU, the gateway won't have any zone redundancy, and the gateway resources are regional.
42+
43+
For more information, see [Availability zones](../virtual-network/ip-services/public-ip-addresses.md#availability-zone).
4244

4345
### <a name="pipzrg"></a>Zone-redundant gateways
4446

45-
When you create a public IP address using the **Standard** public IP SKU without specifying a zone, the behavior differs depending on whether the gateway is a VPN gateway, or an ExpressRoute gateway.
47+
When you create a public IP address using the **Standard** public IP SKU with zone-redundant option, the behavior differs depending on whether the gateway is a VPN gateway, or an ExpressRoute gateway.
4648

47-
* For a VPN gateway, the two gateway instances will be deployed in any 2 out of these three zones to provide zone-redundancy.
49+
* For a VPN gateway, the two gateway instances are deployed in any two out of these three zones to provide zone-redundancy.
4850
* For an ExpressRoute gateway, since there can be more than two instances, the gateway can span across all the three zones.
4951

5052
### <a name="pipzg"></a>Zonal gateways
5153

52-
When you create a public IP address using the **Standard** public IP SKU and specify the Zone (1, 2, or 3), all the gateway instances will be deployed in the same zone.
54+
When you create a public IP address using the **Standard** public IP SKU and specify the Zone (1, 2, or 3), all the gateway instances are deployed in the same zone.
55+
56+
### <a name="piprg"></a>Non-zonal or regional gateways
5357

54-
### <a name="piprg"></a>Regional gateways
58+
A non-zonal or regional gateway doesn't have zone-redundancy. These gateways are created in the following scenarios:
5559

56-
When you create a public IP address using the **Basic** public IP SKU, the gateway is deployed as a regional gateway and doesn't have any zone-redundancy built into the gateway.
60+
* When you create a public IP address using the **Standard** public IP SKU with the "No Zone" option
61+
* When you create a public IP address using the **Basic** public IP SKU
5762

5863
## <a name="faq"></a>FAQ
5964

@@ -63,7 +68,7 @@ From your perspective, you can deploy your gateways with zone-redundancy. This m
6368

6469
### Can I use the Azure portal?
6570

66-
Yes, you can use the Azure portal to deploy these SKUs. However, you'll see these SKUs only in those Azure regions that have Azure availability zones.
71+
Yes, you can use the Azure portal to deploy these SKUs. However, you see these SKUs only in those Azure regions that have Azure availability zones.
6772

6873
### What regions are available for me to use these SKUs?
6974

@@ -75,7 +80,7 @@ Migrating your existing virtual network gateways to zone-redundant or zonal gate
7580

7681
### Can I deploy both VPN and ExpressRoute gateways in same virtual network?
7782

78-
Co-existence of both VPN and ExpressRoute gateways in the same virtual network is supported. However, you should reserve a /27 IP address range for the gateway subnet.
83+
Coexistence of both VPN and ExpressRoute gateways in the same virtual network is supported. However, you should reserve a /27 IP address range for the gateway subnet.
7984

8085
## Next steps
8186

0 commit comments

Comments
 (0)