Skip to content

Commit 2412627

Browse files
authored
Merge pull request #268796 from cherylmc/fresh4
freshness graphics updates
2 parents c228483 + 67a8b6b commit 2412627

File tree

6 files changed

+18
-24
lines changed

6 files changed

+18
-24
lines changed

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

Lines changed: 12 additions & 14 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: 07/22/2021
8+
ms.date: 03/12/2024
99
ms.author: cherylmc
1010

1111
---
@@ -17,20 +17,20 @@ 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. For more information, see [Configuration settings](vpn-gateway-about-vpn-gateway-settings.md#gwsku).
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.
2121
>
2222
23-
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.
23+
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.
2424

2525
* Active-active gateways have two Gateway IP configurations and two public IP addresses.
2626
* Active-active gateways have active-active setting enabled.
2727
* The virtual network gateway SKU can't be Basic or Standard.
2828

2929
If you already have a VPN gateway, you can [Update an existing VPN gateway](#update) from active-standby to active-active mode, or from active-active to active-standby mode.
3030

31-
## <a name="vnet"></a>Create a VNet
31+
## <a name="vnet"></a>Create a virtual network
3232

33-
If you don't already have a VNet that you want to use, create a VNet using the following values:
33+
If you don't already have a virtual network (VNet) that you want to use, create a VNet using the following values:
3434

3535
* **Resource group:** TestRG1
3636
* **Name:** VNet1
@@ -67,7 +67,7 @@ You can see the deployment status on the Overview page for your gateway. After t
6767

6868
## <a name ="update"></a> Update an existing VPN gateway
6969

70-
This section helps you change an existing Azure VPN gateway from active-standby to active-active mode, and from active-active to active-standby mode. When you change an active-standby gateway to active-active, you create another public IP address, then add a second gateway IP configuration.
70+
This section helps you change an existing Azure VPN gateway from active-standby to active-active mode, and from active-active to active-standby mode. When you change an active-standby gateway to active-active, you create another public IP address, then add a second gateway IP configuration.
7171

7272
### Change active-standby to active-active
7373

@@ -77,22 +77,20 @@ Use the following steps to convert active-standby mode gateway to active-active
7777

7878
1. On the left menu, select **Configuration**.
7979

80-
1. On the **Configuration** page, configure the following settings:
80+
1. On the **Configuration** page, configure the following settings:
8181

8282
* Change the Active-active mode to **Enabled**.
83-
* Click **Create another gateway IP configuration**.
83+
* Click **Add new** to add another public IP address. If you already have an IP address that you previously created that's available to dedicate to this resource, you can instead select it from the **SECOND PUBLIC IP ADDRESS** dropdown.
8484

85-
:::image type="content" source="./media/active-active-portal/configuration.png" alt-text="Screenshot shows the Configuration page.":::
85+
:::image type="content" source="./media/active-active-portal/active-active.png" alt-text="Screenshot shows the Configuration page with active-active mode enabled." lightbox="./media/active-active-portal/active-active.png":::
8686

87-
1. On the **Choose public IP address** page and either specify an existing public IP address that meets the criteria, or select **+Create new** to create a new public IP address to use for the second VPN gateway instance.
88-
89-
1. On the **Create public IP address** page, select the **Basic** SKU, then click **OK**.
87+
1. On the **Choose public IP address** page and either specify an existing public IP address that meets the criteria, or select **+Create new** to create a new public IP address to use for the second VPN gateway instance. After you've specified the second public IP address, click **OK**.
9088

9189
1. At the top of the **Configuration** page, click **Save**. This update can take about 30-45 minutes to complete.
9290

9391
> [!IMPORTANT]
9492
> If you have BGP sessions running, be aware that the Azure VPN Gateway BGP configuration will change and two newly assigned BGP IPs will be provisioned within the Gateway Subnet address range. The old Azure VPN Gateway BGP IP address will no longer exist. This will incur downtime and updating the BGP peers on the on-premises devices will be required. Once the gateway is finished provisioning, the new BGP IPs can be obtained and the on-premises device configuration will need to be updated accordingly. This applies to non APIPA BGP IPs. To understand how to configure BGP in Azure, see [How to configure BGP on Azure VPN Gateways](bgp-howto.md).
95-
>
93+
>
9694
9795
### Change active-active to active-standby
9896

@@ -108,7 +106,7 @@ Use the following steps to convert active-active mode gateway to active-standby
108106

109107
> [!IMPORTANT]
110108
> If you have BGP sessions running, be aware that the Azure VPN Gateway BGP configuration will change from two BGP IP addresses to a single BGP address. The platform generally assigns the last usable IP of the Gateway Subnet. This will incur downtime and updating the BGP peers on the on-premises devices will be required. This applies to non APIPA BGP IPs. To understand how to configure BGP in Azure, see [How to configure BGP on Azure VPN Gateways](bgp-howto.md).
111-
>
109+
>
112110
113111
## Next steps
114112

136 KB
Loading
45.3 KB
Loading
Lines changed: 4 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,24 +1,20 @@
11
---
2-
title: include file
3-
description: include file
4-
services: vpn-gateway
52
author: cherylmc
63
ms.service: vpn-gateway
74
ms.topic: include
8-
ms.date: 07/16/2021
5+
ms.date: 03/12/2024
96
ms.author: cherylmc
10-
ms.custom: include file
117
---
12-
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 are not [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. 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.
139

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

1612
* **Public IP address**: Leave **Create new** selected.
1713
* **Public IP address name**: In the text box, type a name for your public IP address instance.
18-
* **Assignment**: VPN gateway supports only Dynamic.
14+
* **Assignment**: Static is selected automatically.
1915
* **Enable active-active mode**: Select **Enabled**.
2016
* **Second Public IP Address**: Select **Create new**.
2117
* **Public IP address name**: Name the second Public IP address.
22-
* Leave **Configure BGP** as **Disabled**, unless your configuration specifically requires this setting. If you do require this setting, the default ASN is 65515, although this can be changed.
18+
* Leave **Configure BGP** as **Disabled**, unless your configuration specifically requires this setting. If you do require this setting, the default ASN is 65515, but other ASNs can be used.
2319
5. Select **Review + create** to run validation.
2420
6. Once validation passes, select **Create** to deploy the VPN gateway.

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
author: cherylmc
33
ms.service: vpn-gateway
44
ms.topic: include
5-
ms.date: 01/17/2024
5+
ms.date: 03/12/2024
66
ms.author: cherylmc
77
---
88

includes/vpn-gateway-basic-vnet-rm-portal-include.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ author: cherylmc
33
ms.author: cherylmc
44
ms.service: vpn-gateway
55
ms.topic: include
6-
ms.date: 08/08/2023
6+
ms.date: 03/12/2024
77
---
88

99
1. Sign in to the [Azure portal](https://portal.azure.com).

0 commit comments

Comments
 (0)