Skip to content

Commit 6cf5168

Browse files
authored
Merge pull request #294633 from MekaylaMoore/Exrlegacy
ExpressRoute-recreate connections
2 parents 9794b59 + c1389f0 commit 6cf5168

File tree

6 files changed

+57
-0
lines changed

6 files changed

+57
-0
lines changed

articles/expressroute/TOC.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -143,6 +143,8 @@
143143
href: expressroute-howto-linkvnet-arm.md
144144
- name: Azure CLI
145145
href: expressroute-howto-linkvnet-cli.md
146+
- name: Convert legacy connections
147+
href: howto-recreate-connections.md
146148
- name: Configure route filters for Microsoft peering
147149
items:
148150
- name: Azure portal
Lines changed: 55 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,55 @@
1+
---
2+
title: 'How to convert your legacy ExpressRoute gateway connections'
3+
titleSufffix: Azure ExpressRoute
4+
description: Learn how to delete your legacy connections and recreate them on improved hardware.
5+
services: expressroute
6+
author: mekaylamoore
7+
ms.service: azure-expressroute
8+
ms.topic: how-to
9+
ms.date: 02/13/2025
10+
ms.author: duau
11+
---
12+
13+
# How to convert your legacy ExpressRoute gateway connections
14+
15+
ExpressRoute gateways created or connected to circuits before 2017 have limitations that affect performance. This guide provides step-by-step instructions to migrate from legacy gateway connections. These limitations include restricted bandwidth, inability to upgrade to higher bandwidth SKUs, and inability to migrate to zone-redundant gateways. Converting to newer connections is recommended to avoid lower throughput and potential connectivity loss.
16+
17+
18+
To begin the conversion, you need to delete all existing connections associated with the identified gateway.
19+
20+
1. Sign in to the [Azure portal](https://portal.azure.com).
21+
2. Navigate to the virtual network gateway with legacy connections.
22+
3. Identify and delete **all** existing connections. If you have multiple connections, delete each one individually, ensuring the previous connection is fully deleted before proceeding to the next.
23+
24+
:::image type="content" source="media/howto-recreate-connections/delete-connections.png" alt-text="Screenshot of deleting ExpressRoute gateway connections.":::
25+
26+
> [!IMPORTANT]
27+
> Ensure all connections are removed before recreating new connections.
28+
29+
For more information on how to delete connections, see Link a virtual network to ExpressRoute circuits ([Portal](expressroute-howto-linkvnet-portal-resource-manager.md), [PowerShell](expressroute-howto-linkvnet-arm.md), and [CLI](expressroute-howto-linkvnet-cli.md)).
30+
31+
32+
## Recreate connections
33+
34+
After deleting the connections, you can proceed to recreate them.
35+
36+
1. Create new connections from the ExpressRoute virtual network gateway.
37+
38+
:::image type="content" source="media/howto-recreate-connections/add-connections.png" alt-text="Screenshot of adding a ExpressRoute gateway connections.":::
39+
40+
2. Configure the new ExpressRoute connections based on the resiliency model of your previous connections.
41+
42+
:::image type="content" source="media/howto-recreate-connections/create-connections.png" alt-text="Screenshot of creating ExpressRoute gateway connections.":::
43+
44+
3. Validate the new connections to ensure they're functioning correctly. Perform tests to verify that the connections are established and traffic is flowing as expected.
45+
46+
:::image type="content" source="media/howto-recreate-connections/validate-connections.png" alt-text="Screenshot of validating new ExpressRoute gateway connections.":::
47+
48+
For more information on how to create connections, see Link a virtual network to ExpressRoute circuits ([Portal](expressroute-howto-linkvnet-portal-resource-manager.md#to-create-a-connection), [PowerShell](expressroute-howto-linkvnet-arm.md#connect-a-virtual-network), and [CLI](expressroute-howto-linkvnet-cli.md#connect-a-virtual-network-in-the-same-subscription-to-a-circuit)).
49+
50+
> [!NOTE]
51+
> ExpressRoute gateway connections that aren't converted by February 28, 2025, might experience potential connectivity loss.
52+
53+
## Next steps
54+
55+
To learn more about ExpressRoute redundant gateways, see [About zone redundant virtual network gateway](../vpn-gateway/about-zone-redundant-vnet-gateways.md?toc=%2Fazure%2Fexpressroute%2Ftoc.json).
45.1 KB
Loading
122 KB
Loading
36.2 KB
Loading
37.5 KB
Loading

0 commit comments

Comments
 (0)