Skip to content

Commit 8d88998

Browse files
committed
review update
1 parent 4b0ec17 commit 8d88998

File tree

1 file changed

+27
-39
lines changed

1 file changed

+27
-39
lines changed

articles/expressroute/expressroute-howto-gateway-migration-portal.md

Lines changed: 27 additions & 39 deletions
Original file line numberDiff line numberDiff line change
@@ -7,70 +7,58 @@ author: duongau
77
ms.service: azure-expressroute
88
ms.custom: ignite-2023, devx-track-azurepowershell
99
ms.topic: how-to
10-
ms.date: 04/26/2024
10+
ms.date: 03/31/2025
1111
ms.author: duau
1212
---
1313

1414
# Migrate to an availability zone-enabled ExpressRoute virtual network gateway in Azure portal
1515

16-
When you create an ExpressRoute virtual network gateway, you need to choose the [gateway SKU](expressroute-about-virtual-network-gateways.md#gateway-types). If you choose a higher-level SKU, more CPUs and network bandwidth are allocated to the gateway. As a result, the gateway can support higher network throughput and more dependable network connections to the virtual network.
17-
18-
The following SKUs are available for ExpressRoute virtual network gateways:
19-
20-
* Standard
21-
* HighPerformance
22-
* UltraPerformance
23-
* ErGw1Az
24-
* ErGw2Az
25-
* ErGw3Az
26-
* ErGwScale (Preview)
16+
When creating an ExpressRoute virtual network gateway, you must select a [gateway SKU](expressroute-about-virtual-network-gateways.md#gateway-types). Higher-level SKUs allocate more CPUs and network bandwidth, enabling the gateway to support higher throughput and more reliable connections to the virtual network.
2717

2818
## Prerequisites
2919

30-
- Review the [Gateway migration](gateway-migration.md) article before you begin.
31-
- You must have an existing [ExpressRoute Virtual network gateway](expressroute-howto-add-gateway-portal-resource-manager.md) in your Azure subscription.
20+
- Review the [gateway migration](gateway-migration.md) article before starting.
21+
- Ensure you have an existing [ExpressRoute virtual network gateway](expressroute-howto-add-gateway-portal-resource-manager.md) in your Azure subscription.
3222

33-
## Migrate to a new gateway in Azure portal
23+
## Steps to migrate to a new gateway in Azure portal
3424

35-
Here are the steps to migrate to a new gateway in Azure portal.
25+
Follow these steps to migrate to a new gateway using the Azure portal:
3626

27+
1. Navigate to your **Virtual Network Gateway** resource in the [Azure portal](https://portal.azure.com/).
3728

38-
1. In the [Azure portal](https://portal.azure.com/), navigate to your Virtual Network Gateway resource.
29+
1. In the left-hand menu under **Settings**, select **Gateway SKU Migration**.
3930

40-
1. the left-hand menu under *Settings*, select **Gateway SKU Migration**.
31+
1. Select **Validate** to check if the gateway is ready for migration. A list of prerequisites will be displayed. If any prerequisites are unmet, validation fails, and migration can't proceed.
4132

42-
1. Select **Validate** to check if the gateway is ready for migration. You'll first see a list of prerequisites that must be met before migration can begin. If these prerequisites aren't met, validation fails and you can't proceed.
33+
:::image type="content" source="media/gateway-migration/validate-step.png" alt-text="Screenshot of the validate step for migrating a virtual network gateway." lightbox="media/gateway-migration/validate-step.png":::
4334

44-
:::image type="content" source="media/gateway-migration/validate-step.png" alt-text="Screenshot of the validate step for migrating a virtual network gateway."lightbox="media/gateway-migration/validate-step.png":::
35+
1. Once validation succeeds, proceed to the **Prepare** stage. A new virtual network gateway is created. Under **Virtual Network Gateway Details**, provide the following information:
4536

46-
1. Once validation is successful, you enter the *Prepare* stage. Here, a new Virtual Network gateway is created. Under **Virtual Network Gateway Details**, enter the following information.
47-
48-
:::image type="content" source="media/gateway-migration/gateway-prepare-stage.png" alt-text="Screenshot of the Prepare stage for migrating a virtual network gateway."lightbox="media/gateway-migration/gateway-prepare-stage.png":::
37+
:::image type="content" source="media/gateway-migration/gateway-prepare-stage.png" alt-text="Screenshot of the Prepare stage for migrating a virtual network gateway." lightbox="media/gateway-migration/gateway-prepare-stage.png":::
4938

50-
| Setting | Value |
51-
| --------| ----- |
52-
| **Gateway Name** | Enter a name for the new gateway. |
53-
| **Gateway SKU** | Select the SKU for the new gateway. |
54-
| **Public IP Address** | Select **Add new**, then enter a name for the new public IP, select your availability zone, and select **OK** |
39+
| Setting | Value |
40+
|----------------------|-----------------------------------------------------------------------|
41+
| **Gateway name** | Enter a name for the new gateway. |
42+
| **Gateway SKU** | Select the SKU for the new gateway. |
43+
| **Public IP address**| Select **Add new**, provide a name for the new public IP, choose an availability zone, and select **OK**. |
5544

5645
> [!NOTE]
57-
> Be aware that your existing Virtual Network gateway will be locked during this process, preventing any creation or modification of connections to this gateway.
58-
59-
1. Select **Prepare** to create the new gateway. This operation could take up to 45 minutes.
46+
> During this process, your existing virtual network gateway is locked, preventing the creation or modification of connections.
6047
61-
1. After the new gateway is created, you'll proceed to the *Migrate* stage. Here, select the new gateway you created. In this example, it's **myERGateway_migrated**. This transfers the settings from your old gateway to the new one. All network traffic and data path connections from your old gateway will transfer without any interruptions. To start this process, select **Migrate Traffic**. This operation could take up to 5 minutes.
48+
1. Select **Prepare** to create the new gateway. This operation can take up to 45 minutes.
6249

63-
:::image type="content" source="media/gateway-migration/migrate-traffic-step.png" alt-text="Screenshot of migrating traffic for migrating a virtual network gateway."lightbox="media/gateway-migration/migrate-traffic-step.png":::
50+
1. After the new gateway is created, proceed to the **Migrate** stage. Select the new gateway (for example, **myERGateway_migrated**) to transfer settings from the old gateway to the new one. All network traffic and data path connections transfer without interruptions. Select **Migrate Traffic** to start the process. This step can take up to 5 minutes.
6451

65-
1. After the traffic migration is finished, you'll proceed to the *Commit* stage. In this stage, you finalize the migration, which involves deleting the old gateway. To do this, select **Commit Migration**. This final step is designed to occur without causing any downtime.
52+
:::image type="content" source="media/gateway-migration/migrate-traffic-step.png" alt-text="Screenshot of migrating traffic for migrating a virtual network gateway." lightbox="media/gateway-migration/migrate-traffic-step.png":::
6653

67-
:::image type="content" source="media/gateway-migration/commit-step.png" alt-text="Screenshot of the commit step for migrating a virtual network gateway."lightbox="media/gateway-migration/commit-step.png":::
54+
1. Once traffic migration is complete, proceed to the **Commit** stage. Finalize the migration by deleting the old gateway. Select **Commit Migration** to complete this step without downtime.
6855

56+
:::image type="content" source="media/gateway-migration/commit-step.png" alt-text="Screenshot of the commit step for migrating a virtual network gateway." lightbox="media/gateway-migration/commit-step.png":::
6957

70-
>[!IMPORTANT]
71-
> - Before running this step, verify that the new virtual network gateway has a working ExpressRoute connection and validate if the traffic is flowing through the new connection.
72-
> - When migrating your gateway, you can expect possible interruption for a maximum of 30 seconds.
73-
> - Once committed, the connection name can't be changed and has to be deleted and recreated if you want to change the connection naming. Reach out to Azure support in case of any issues.
58+
> [!IMPORTANT]
59+
> - Before committing, verify that the new virtual network gateway has a working ExpressRoute connection and confirm traffic is flowing through the new connection.
60+
> - Expect a possible interruption of up to 30 seconds during migration.
61+
> - Once committed, the connection name can't be changed. To rename the connection, it must be deleted and recreated. Contact Azure support for assistance if needed.
7462
7563
## Next steps
7664

0 commit comments

Comments
 (0)