Skip to content

Commit d94974b

Browse files
Merge pull request #272477 from cherylmc/active-active
freshness
2 parents 4d300ce + 5ac7cec commit d94974b

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

articles/vpn-gateway/active-active-portal.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ description: Learn how to configure active-active virtual network gateways using
55
author: cherylmc
66
ms.service: vpn-gateway
77
ms.topic: how-to
8-
ms.date: 03/12/2024
8+
ms.date: 04/17/2024
99
ms.author: cherylmc
1010

1111
---
@@ -17,7 +17,7 @@ This article helps you create highly available active-active VPN gateways using
1717
To achieve high availability for cross-premises and VNet-to-VNet connectivity, you should deploy multiple VPN gateways and establish multiple parallel connections between your networks and Azure. See [Highly Available cross-premises and VNet-to-VNet connectivity](vpn-gateway-highlyavailable.md) for an overview of connectivity options and topology.
1818

1919
> [!IMPORTANT]
20-
> The active-active mode is available for all SKUs except Basic or Standard. See [About Gateway SKUs](about-gateway-skus.md) article for the latest information about gateway SKUs, performance, and supported features.
20+
> The active-active mode is available for all SKUs except Basic or Standard. See [About Gateway SKUs](about-gateway-skus.md) article for the latest information about gateway SKUs, performance, and supported features. For this configuration, Standard SKU Public IP addresses are required. You can't use a Basic SKU Public IP address.
2121
>
2222
2323
The steps in this article help you configure a VPN gateway in active-active mode. There are a few differences between active-active and active-standby modes. The other properties are the same as the non-active-active gateways.

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ author: cherylmc
66
ms.author: cherylmc
77
ms.service: vpn-gateway
88
ms.topic: tutorial
9-
ms.date: 03/12/2024
9+
ms.date: 04/17/2024
1010

1111
---
1212

@@ -71,7 +71,7 @@ Create a virtual network gateway by using the following values:
7171
* **Public IP address**: Create new
7272
* **Public IP address name**: VNet1GWpip
7373

74-
For this exercise, you won't select a zone-redundant SKU. If you want to learn about zone-redundant SKUs, see [About zone-redundant virtual network gateways](about-zone-redundant-vnet-gateways.md).
74+
For this exercise, you won't select a zone-redundant SKU. If you want to learn about zone-redundant SKUs, see [About zone-redundant virtual network gateways](about-zone-redundant-vnet-gateways.md). Additionally, these steps aren't intended to configure an active-active gateway. For more information, see [Configure active-active gateways](active-active-portal.md).
7575

7676
[!INCLUDE [Create a vpn gateway](../../includes/vpn-gateway-add-gw-portal-include.md)]
7777
[!INCLUDE [Configure PIP settings](../../includes/vpn-gateway-add-gw-pip-portal-include.md)]

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@
22
author: cherylmc
33
ms.service: vpn-gateway
44
ms.topic: include
5-
ms.date: 03/12/2024
5+
ms.date: 04/17/2024
66
ms.author: cherylmc
77
---
8-
4. Specify in the values for **Public IP address**. These settings specify the public IP address object that gets associated to the VPN gateway. The public IP address is dynamically assigned to this object when the VPN gateway is created. For gateways that aren't [zone-redundant](../articles/vpn-gateway/about-zone-redundant-vnet-gateways.md), the only time the Public IP address changes is when the gateway is deleted and re-created. It doesn't change across resizing, resetting, or other internal maintenance/upgrades of your VPN gateway.
8+
4. Specify in the values for **Public IP address**. These settings specify the public IP address object that gets associated to the VPN gateway. When you create a public IP address object, an IP address is assigned to the object. The public IP address object is then associated to the gateway. For gateways that aren't [zone-redundant](../articles/vpn-gateway/about-zone-redundant-vnet-gateways.md), the only time the Public IP address changes is when the gateway is deleted and re-created. It doesn't change across resizing, resetting, or other internal maintenance/upgrades of your VPN gateway. You must associate a public IP address object that uses the **Standard** SKU. The Basic SKU public IP address object is only supported for Basic SKU VPN gateways.
99

1010
:::image type="content" source="./media/vpn-gateway-add-gw-pip-active-portal/pip-details.png" alt-text="Screenshot of public IP address field.":::
1111

0 commit comments

Comments
 (0)