You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: includes/vpn-gateway-add-gw-portal-include.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,7 +2,7 @@
2
2
author: cherylmc
3
3
ms.service: vpn-gateway
4
4
ms.topic: include
5
-
ms.date: 06/23/2023
5
+
ms.date: 09/26/2023
6
6
ms.author: cherylmc
7
7
---
8
8
@@ -20,7 +20,7 @@
20
20
***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.
21
21
***Gateway type**: Select **VPN**. VPN gateways use the virtual network gateway type **VPN**.
22
22
***VPN type**: Select the VPN type that is specified for your configuration. Most configurations require a Route-based VPN type.
23
-
***SKU**: Select the gateway SKU you want to use from the dropdown. The SKUs listed in the dropdown depend on the VPN type you select. Make sure to select a SKU that supports the features you want to use. For example, if you select an **'AZ'** SKU such as 'VPNGw2AZ', you're selecting an availability zone SKU, which has different settings than shown in this example. For more information, see [Zone redundant virtual network gateway in Azure availability zones](../articles/vpn-gateway/about-zone-redundant-vnet-gateways.md). For more information about gateway SKUs, see [Gateway SKUs](../articles/vpn-gateway/vpn-gateway-about-vpn-gateway-settings.md#gwsku).
23
+
***SKU**: Select the gateway SKU that supports the features you want to use from the dropdown. See [Gateway SKUs](../articles/vpn-gateway/vpn-gateway-about-vpn-gateway-settings.md#gwsku). In the portal, the SKUs available in the dropdown depend on the `VPN type` you select. [!INCLUDE [Basic SKU](vpn-gateway-basic-sku.md)]
24
24
***Generation**: Select the generation you want to use. We recommend using a Generation2 SKU. For more information, see [Gateway SKUs](../articles/vpn-gateway/vpn-gateway-about-vpngateways.md#gwsku).
25
25
***Virtual network**: From the dropdown, select the virtual network to which you want to add this gateway. If you can't see the VNet for which you want to create a gateway, make sure you selected the correct subscription and region in the previous settings.
26
26
***Gateway subnet address range**: This field only appears if your VNet doesn't have a gateway subnet. It's best to specify /27 or larger (/26,/25 etc.). This allows enough IP addresses for future changes, such as adding an ExpressRoute gateway. If you already have a gateway subnet, you can view GatewaySubnet details by navigating to your virtual network. Select **Subnets** to view the range. If you want to change the range, you can delete and recreate the GatewaySubnet.
Copy file name to clipboardExpand all lines: includes/vpn-gateway-gwsku-include.md
+10-13Lines changed: 10 additions & 13 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,24 +1,21 @@
1
1
---
2
-
title: include file
3
-
description: include file
4
-
services: vpn-gateway
5
-
author: cherylmc
6
-
ms.service: vpn-gateway
7
-
ms.topic: include
8
-
ms.date: 09/15/2023
9
-
ms.author: cherylmc
10
-
ms.custom: include file
2
+
ms.author: cherylmc
3
+
author: cherylmc
4
+
ms.date: 09/26/2023
5
+
ms.service: vpn-gateway
6
+
ms.topic: include
11
7
---
12
8
13
-
When you create a virtual network gateway, you need to specify the gateway SKU that you want to use. Select the SKU that satisfies your requirements based on the types of workloads, throughput, features, and SLAs. For virtual network gateway SKUs in Azure Availability Zones, see [Zone-redundant gateway SKUs](../articles/vpn-gateway/about-zone-redundant-vnet-gateways.md).
9
+
When you create a virtual network gateway, you need to specify the gateway SKU that you want to use. Select the SKU that satisfies your requirements based on the types of workloads, throughput, features, and SLAs. For virtual network gateway SKUs in Azure Availability Zones (*AZ SKUs), see [Zone-redundant gateway SKUs](../articles/vpn-gateway/about-zone-redundant-vnet-gateways.md).
14
10
15
11
### <aname="benchmark"></a>Gateway SKUs by tunnel, connection, and throughput
16
12
17
13
[!INCLUDE [Aggregated throughput by SKU](./vpn-gateway-table-gwtype-aggtput-include.md)]
18
14
19
15
> [!NOTE]
20
-
> * For information about working with the legacy gateway SKUs (Basic, Standard, and HighPerformance), see [Working with VPN gateway SKUs (legacy SKUs)](../articles/vpn-gateway/vpn-gateway-about-skus-legacy.md).
21
-
> * For ExpressRoute gateway SKUs, see [Virtual Network Gateways for ExpressRoute](../articles/expressroute/expressroute-about-virtual-network-gateways.md).
16
+
> * For information about working with the legacy gateway SKUs (Basic, Standard, and HighPerformance), see [Working with VPN gateway SKUs (legacy SKUs)](../articles/vpn-gateway/vpn-gateway-about-skus-legacy.md).
17
+
> * For ExpressRoute gateway SKUs, see [Virtual Network Gateways for ExpressRoute](../articles/expressroute/expressroute-about-virtual-network-gateways.md).
18
+
> * For Availability Zone SKUs (*AZ SKUs), see [About Zone redundant gateway SKUs](../articles/vpn-gateway/about-zone-redundant-vnet-gateways.md).
22
19
>
23
20
24
21
### <aname="feature"></a>Gateway SKUs by feature set
@@ -45,6 +42,6 @@ Due to the differences in SLAs and feature sets, we recommend the following SKUs
45
42
|**Dev-test or proof of concept**| Basic (**) |
46
43
|||
47
44
48
-
(\*\*) The Basic SKU is considered a legacy SKU and has feature limitations. Verify that the feature that you need is supported before you use the Basic SKU.
45
+
(\*\*) The Basic SKU is considered a legacy SKU and has feature limitations. Verify that the feature that you need is supported before you use the Basic SKU. Additionally, the Basic SKU can only be configured using Azure CLI or PowerShell.
49
46
50
47
If you are using the old SKUs (legacy), the production SKU recommendations are Standard and HighPerformance. For information and instructions for old SKUs, see [Gateway SKUs (legacy)](../articles/vpn-gateway/vpn-gateway-about-skus-legacy.md).
0 commit comments