Skip to content

Commit 38dc7dc

Browse files
authored
Merge pull request #282899 from cherylmc/az-include4
VPN Gateway add az include
2 parents 71cb973 + 27f6a95 commit 38dc7dc

File tree

3 files changed

+15
-3
lines changed

3 files changed

+15
-3
lines changed

articles/vpn-gateway/tutorial-create-gateway-portal.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ author: cherylmc
66
ms.author: cherylmc
77
ms.service: azure-vpn-gateway
88
ms.topic: tutorial
9-
ms.date: 07/05/2024
9+
ms.date: 08/01/2024
1010

1111
---
1212

@@ -30,6 +30,8 @@ In this tutorial, you learn how to:
3030
> * Resize a VPN gateway (resize SKU).
3131
> * Reset a VPN gateway.
3232
33+
[!INCLUDE [Availability zones](../../includes/vpn-gateway-az-regions-support-include.md)]
34+
3335
## Prerequisites
3436

3537
You need an Azure account with an active subscription. If you don't have one, [create one for free](https://azure.microsoft.com/free/?ref=microsoft.com&utm_source=microsoft.com&utm_medium=docs&utm_campaign=visualstudio).

includes/vpn-gateway-add-azgw-portal-include.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
author: cherylmc
33
ms.service: azure-vpn-gateway
44
ms.topic: include
5-
ms.date: 06/17/2024
5+
ms.date: 07/31/2024
66
ms.author: cherylmc
77
---
88

@@ -18,7 +18,7 @@
1818
* **Name**: This is the name of the gateway object you're creating. This is different than the gateway subnet to which gateway resources will be deployed.
1919
* **Region**: Select the region in which you want to create this resource. The region for the gateway must be the same as the virtual network.
2020
* **Gateway type**: Select **VPN**. VPN gateways use the virtual network gateway type **VPN**.
21-
* **SKU**: From the dropdown list, select the gateway SKU that supports the features you want to use. We suggest selecting an **AZ** SKU such as VpnGw2AZ. At this time, The Basic SKU can only be configured using Azure CLI or PowerShell. For more information about SKUs, see [Gateway SKUs](../articles/vpn-gateway/vpn-gateway-about-vpn-gateway-settings.md#gwsku).
21+
* **SKU**: From the dropdown list, select the gateway SKU that supports the features you want to use. For more information about SKUs, see [Gateway SKUs](../articles/vpn-gateway/vpn-gateway-about-vpn-gateway-settings.md#gwsku). To configure a Basic SKU gateway instead, see the [PowerShell](../articles/vpn-gateway/create-gateway-basic-sku-powershell.md) steps.
2222
* **Generation**: Select **Generation2** from the dropdown.
2323
* **Virtual network**: From the dropdown list, select the virtual network to which you want to add this gateway. If you can't see the virtual network you want to use, make sure you selected the correct subscription and region in the previous settings.
2424
* **Gateway subnet address range** or **Subnet**: The gateway subnet is required to create a VPN gateway.
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
---
2+
ms.topic: include
3+
author: cherylmc
4+
ms.service: azure-vpn-gateway
5+
ms.date: 07/31/2024
6+
ms.author: cherylmc
7+
8+
---
9+
10+
The steps in this article use the gateway SKU **VpnGw2AZ**, which is a SKU that supports Azure availability zones. Some regions don't support availability zones. If you want to deploy to a region that's different than the example values in this article, make sure availability zones are supported for that region. If availability zones aren't supported, use a non-AZ SKU instead. For more information, see [Availability zone service and regional support](../articles/reliability/availability-zones-service-support.md). For more information about SKUs, see [About gateway SKUs](../articles/vpn-gateway/about-gateway-skus.md).

0 commit comments

Comments
 (0)