Skip to content

Commit 576471a

Browse files
committed
add links
1 parent d979a8a commit 576471a

File tree

4 files changed

+9
-18
lines changed

4 files changed

+9
-18
lines changed

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

Lines changed: 3 additions & 3 deletions
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: 08/01/2024
9+
ms.date: 10/04/2024
1010

1111
---
1212

@@ -19,13 +19,13 @@ This tutorial helps you create and manage a virtual network gateway (VPN gateway
1919
* The left side of the diagram shows the virtual network and the VPN gateway that you create by using the steps in this article.
2020
* You can later add different types of connections, as shown on the right side of the diagram. For example, you can create [site-to-site](tutorial-site-to-site-portal.md) and [point-to-site](point-to-site-about.md) connections. To view different design architectures that you can build, see [VPN gateway design](design.md).
2121

22-
If you want to learn more about the configuration settings used in this tutorial, see [About VPN Gateway configuration settings](vpn-gateway-about-vpn-gateway-settings.md). For more information about Azure VPN Gateway, see [What is Azure VPN Gateway](vpn-gateway-about-vpngateways.md).
22+
If you want to learn more about the configuration settings used in this tutorial, see [About VPN Gateway configuration settings](vpn-gateway-about-vpn-gateway-settings.md). For more information about Azure VPN Gateway, see [What is Azure VPN Gateway](vpn-gateway-about-vpngateways.md). These steps create an [active-active mode](about-active-active-gateways.md) [zone-redundant](about-zone-redundant-vnet-gateways.md) gateway. If you want to create a Basic SKU gateway instead, see [Create a Basic SKU VPN gateway](create-gateway-basic-sku-powershell.md).
2323

2424
In this tutorial, you learn how to:
2525

2626
> [!div class="checklist"]
2727
> * Create a virtual network.
28-
> * Create a VPN gateway.
28+
> * Create an active-active mode VPN gateway.
2929
> * View the gateway public IP address.
3030
> * Resize a VPN gateway (resize SKU).
3131
> * Reset a VPN gateway.

includes/vpn-gateway-add-gw-pip-portal-include.md

Lines changed: 3 additions & 3 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: 04/16/2024
5+
ms.date: 10/04/2024
66
ms.author: cherylmc
77

88
# The numbers in this include are correct. They add on to sections in multiple articles that are already numbered.
@@ -11,12 +11,12 @@
1111

1212
:::image type="content" source="./media/vpn-gateway-add-gw-pip-portal/pip-values.png" alt-text="Screenshot that shows the Public IP address field." lightbox="./media/vpn-gateway-add-gw-pip-portal/pip-values.png":::
1313

14-
* **Public IP address type**: If you are presented with this option, select **Standard**. The **Basic** public IP address SKU is only supported for **Basic** SKU VPN gateways.
14+
* **Public IP address type**: If you're presented with this option, select **Standard**. The **Basic** public IP address SKU is only supported for **Basic** SKU VPN gateways.
1515
* **Public IP address**: Leave **Create new** selected.
1616
* **Public IP address name**: In the text box, enter a name for your public IP address instance.
1717
* **Public IP address SKU**: Setting is autoselected.
1818
* **Assignment**: The assignment is typically autoselected. For the Standard SKU, assignment is always Static.
19-
* **Enable active-active mode**: Select **Disabled**. Only enable this setting if you're creating an active-active gateway configuration.
19+
* **Enable active-active mode**: For this exercise, you can select **Disabled**. However, you can choose to enable this setting if you're creating an active-active mode gateway configuration. For more information, see [About active-active gateways](../articles/vpn-gateway/about-active-active-gateways.md). If you create an active-active gateway, you also must create an additional public IP address.
2020
* **Configure BGP**: Select **Disabled**, unless your configuration specifically requires this setting. If you do require this setting, the default ASN is 65515, although this value can be changed.
2121
4. Select **Review + create** to run validation.
2222
5. After validation passes, select **Create** to deploy the VPN gateway.

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

Lines changed: 3 additions & 3 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: 04/16/2024
5+
ms.date: 10/04/2024
66
ms.author: cherylmc
77
---
88

@@ -17,8 +17,8 @@
1717
* **Name**: Name your gateway. Naming your gateway isn't the same as naming a gateway subnet. It's the name of the gateway object you're creating.
1818
* **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.
1919
* **Gateway type**: Select **VPN**. VPN gateways use the virtual network gateway type **VPN**.
20-
* **SKU**: From the dropdown list, select the gateway SKU that supports the features you want to use. See [Gateway SKUs](../articles/vpn-gateway/vpn-gateway-about-vpn-gateway-settings.md#gwsku). In the portal, the SKUs available in the dropdown list depend on the `VPN type` you select. [!INCLUDE [Basic SKU](vpn-gateway-basic-sku.md)]
21-
* **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).
20+
* **SKU**: From the dropdown list, select the gateway SKU that supports the features you want to use. See [Gateway SKUs](../articles/vpn-gateway/vpn-gateway-about-vpn-gateway-settings.md#gwsku). **AZ** SKUs support [availability zones](https://learn.microsoft.com/azure/reliability/availability-zones-service-support).
21+
* **Generation**: Select the generation you want to use. We recommend using a Generation2 SKU. For more information, see [Gateway SKUs](../articles/vpn-gateway/about-gateway-skus.md).
2222
* **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 for which you want to create a gateway, make sure you selected the correct subscription and region in the previous settings.
2323
* **Gateway subnet address range** or **Subnet**: The gateway subnet is required to create a VPN gateway.
2424

includes/vpn-gateway-basic-sku.md

Lines changed: 0 additions & 9 deletions
This file was deleted.

0 commit comments

Comments
 (0)