Skip to content

Commit d4b0d8d

Browse files
Merge pull request #264362 from duongau/erconnectionnew
ExpressRoute - link vnet to circuit (new create experience)
2 parents 6122e9f + c3f2ec5 commit d4b0d8d

File tree

7 files changed

+74
-17
lines changed

7 files changed

+74
-17
lines changed

articles/expressroute/expressroute-howto-linkvnet-portal-resource-manager.md

Lines changed: 74 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,17 @@
11
---
2-
title: 'Link a virtual network to an ExpressRoute circuit - Azure portal'
3-
description: This article shows you how to create a connection to link a virtual network to an Azure ExpressRoute circuit using the Azure portal.
2+
title: 'Link a virtual network to ExpressRoute circuits - Azure portal'
3+
description: This article shows you how to create a connection to link a virtual network to Azure ExpressRoute circuits using the Azure portal.
44
services: expressroute
55
author: duongau
66
ms.service: expressroute
77
ms.topic: how-to
88
ms.date: 08/31/2023
99
ms.author: duau
1010
ms.custom: seodec18, template-tutorial
11+
zone_pivot_groups: expressroute-experience
1112
---
1213

13-
# Connect a virtual network to an ExpressRoute circuit using the Azure portal
14+
# Connect a virtual network to ExpressRoute circuits using the Azure portal
1415

1516
> [!div class="op_single_selector"]
1617
> * [Azure portal](expressroute-howto-linkvnet-portal-resource-manager.md)
@@ -19,7 +20,7 @@ ms.custom: seodec18, template-tutorial
1920
> * [PowerShell (classic)](expressroute-howto-linkvnet-classic.md)
2021
>
2122
22-
This article helps you create a connection to link a virtual network (virtual network) to an Azure ExpressRoute circuit using the Azure portal. The virtual networks that you connect to your Azure ExpressRoute circuit can either be in the same subscription or part of another subscription.
23+
This article helps you create a connection to link a virtual network (virtual network) to Azure ExpressRoute circuits using the Azure portal. The virtual networks that you connect to your Azure ExpressRoute circuit can either be in the same subscription or part of another subscription.
2324

2425
:::image type="content" source="./media/expressroute-howto-linkvnet-portal-resource-manager/gateway-circuit.png" alt-text="Diagram showing a virtual network linked to an ExpressRoute circuit.":::
2526

@@ -51,23 +52,79 @@ This article helps you create a connection to link a virtual network (virtual ne
5152
5253
### To create a connection
5354

54-
1. Ensure that your ExpressRoute circuit and Azure private peering have been configured successfully. Follow the instructions in [Create an ExpressRoute circuit](expressroute-howto-circuit-arm.md) and [Create and modify peering for an ExpressRoute circuit](expressroute-howto-routing-arm.md). Your ExpressRoute circuit should look like the following image:
55+
::: zone pivot="expressroute-preview"
56+
57+
1. Sign in to the Azure portal with this [Preview link](https://aka.ms/expressrouteguidedportal). This link is required to access the new preview connection create experience to an ExpressRoute circuit.
58+
59+
::: zone-end
60+
61+
2. Ensure that your ExpressRoute circuit and Azure private peering have been configured successfully. Follow the instructions in [Create an ExpressRoute circuit](expressroute-howto-circuit-arm.md) and [Create and modify peering for an ExpressRoute circuit](expressroute-howto-routing-arm.md). Your ExpressRoute circuit should look like the following image:
5562

5663
:::image type="content" source="./media/expressroute-howto-linkvnet-portal-resource-manager/express-route-circuit.png" alt-text="ExpressRoute circuit screenshot":::
5764

58-
1. You can now start provisioning a connection to link your virtual network gateway to your ExpressRoute circuit. Select **Connection** > **Add** to open the **Add connection** page.
65+
3. You can now start provisioning a connection to link your virtual network gateway to your ExpressRoute circuit. Select **Connection** > **Add** to open the **Create connection** page.
5966

6067
:::image type="content" source="./media/expressroute-howto-linkvnet-portal-resource-manager/add-connection.png" alt-text="Add connection screenshot":::
6168

62-
1. Enter a name for the connection and then select **Next: Settings >**.
69+
::: zone pivot="expressroute-preview"
70+
71+
4. Select the **Connection type** as **ExpressRoute** and then select **Next: Settings >**.
72+
73+
:::image type="content" source="./media/expressroute-howto-linkvnet-portal-resource-manager/create-connection-basic-new.png" alt-text="Screenshot of create a connection basic page.":::
74+
75+
5. Select the resiliency type for your connection. You can choose **Maximum resiliency** or **Standard resiliency**.
76+
77+
**Maximum resiliency** - This option provides the highest level of resiliency to your virtual network. It provides two redundant connections from the virtual network gateway to two different ExpressRoute circuits in different ExpressRoute locations.
78+
79+
:::image type="content" source="./media/expressroute-howto-linkvnet-portal-resource-manager/maximum-resiliency.png" alt-text="Diagram of a virtual network gateway connected to two different ExpressRoute circuits.":::
80+
81+
**Standard resiliency** - This option provides a single redundant connection from the virtual network gateway to a single ExpressRoute circuit.
82+
83+
:::image type="content" source="./media/expressroute-howto-linkvnet-portal-resource-manager/standard-resiliency.png" alt-text="Diagram of a virtual network gateway connected to a single ExpressRoute circuit.":::
84+
85+
6. Enter the following information for the respective resiliency type and then select **Review + create**. Then select **Create** after validation completes.
86+
87+
:::image type="content" source="./media/expressroute-howto-linkvnet-portal-resource-manager/create-connection-configuration.png" alt-text="Screenshot of the settings page for maximum resiliency ExpressRoute connections to a virtual network gateway.":::
88+
89+
**Maximum resiliency**
90+
91+
| Setting | Value |
92+
| --- | --- |
93+
| Virtual network gateway | Select the virtual network gateway that you want to connect to the ExpressRoute circuit. |
94+
| Use existing connection or create new | You can augment resiliency for an ExpressRoute connection you already created by selecting **Use existing**. Then select an existing ExpressRoute connection for the first connection. If you select **Use existing**, you only need to configure the second connection. If you select **Create new**, enter following information for both connections. |
95+
| Name | Enter a name for the connection. |
96+
| ExpressRoute circuit | Select the ExpressRoute circuit that you want to connect to. |
97+
| Routing weight | Enter a routing weight for the connection. The routing weight is used to determine the primary and secondary connections. The connection with the higher routing weight is the preferred circuit. |
98+
| FastPath | Select the checkbox to enable FastPath. For more information, see [About ExpressRoute FastPath](about-fastpath.md). |
99+
100+
Complete the same information for the second ExpressRoute connection. When selecting an ExpressRoute circuit for the second connection, you are provided with the distance from the first ExpressRoute circuit. This information appears in the diagram and can help you select the second ExpressRoute location.
101+
102+
> [!NOTE]
103+
> To have maximum resiliency, you should select two circuits in different peering location. You'll be given the following warning if you select two circuits in the same peering location.
104+
>
105+
> :::image type="content" source="./media/expressroute-howto-linkvnet-portal-resource-manager/same-location-warning.png" alt-text="Screenshot of warning in the Azure portal when selecting two ExpressRoute circuits in the same peering location.":::
106+
107+
**Standard resiliency**
108+
109+
For standard resiliency, you only need to enter information for one connection.
110+
111+
7. After your connection has been successfully configured, your connection object will show the information for the connection.
112+
113+
:::image type="content" source="./media/expressroute-howto-linkvnet-portal-resource-manager/connection-object.png" alt-text="Screenshot of a created connection resource.":::
114+
115+
::: zone-end
116+
117+
::: zone pivot="expressroute-current"
118+
119+
4. Enter a name for the connection and then select **Next: Settings >**.
63120

64121
:::image type="content" source="./media/expressroute-howto-linkvnet-portal-resource-manager/create-connection-basic.png" alt-text="Create connection basic page":::
65122

66-
1. Select the gateway that belongs to the virtual network that you want to link to the circuit and select **Review + create**. Then select **Create** after validation completes.
123+
5. Select the gateway that belongs to the virtual network that you want to link to the circuit and select **Review + create**. Then select **Create** after validation completes.
67124

68125
:::image type="content" source="./media/expressroute-howto-linkvnet-portal-resource-manager/create-connection-settings.png" alt-text="Create connection settings page":::
69126

70-
1. After your connection has been successfully configured, your connection object will show the information for the connection.
127+
6. After your connection has been successfully configured, your connection object will show the information for the connection.
71128

72129
:::image type="content" source="./media/expressroute-howto-linkvnet-portal-resource-manager/connection-object.png" alt-text="Connection object screenshot":::
73130

@@ -77,14 +134,11 @@ You can share an ExpressRoute circuit across multiple subscriptions. The followi
77134

78135
:::image type="content" source="./media/expressroute-howto-linkvnet-portal-resource-manager/cross-subscription.png" alt-text="Cross-subscription connectivity":::
79136

80-
> [!NOTE]
81-
> Connecting virtual networks between Azure sovereign clouds and Public Azure cloud is not supported. You can only link virtual networks from different subscriptions in the same cloud.
82-
83137
Each of the smaller clouds within the large cloud is used to represent subscriptions that belong to different departments within an organization. Each of the departments within the organization uses their own subscription for deploying their services--but they can share a single ExpressRoute circuit to connect back to your on-premises network. A single department (in this example: IT) can own the ExpressRoute circuit. Other subscriptions within the organization may use the ExpressRoute circuit.
84138

85-
> [!NOTE]
86-
> Connectivity and bandwidth charges for the dedicated circuit will be applied to the ExpressRoute circuit owner. All virtual networks share the same bandwidth.
87-
>
139+
> [!NOTE]
140+
> * Connecting virtual networks between Azure sovereign clouds and Public Azure cloud is not supported. You can only link virtual networks from different subscriptions in the same cloud.
141+
> * Connectivity and bandwidth charges for the dedicated circuit will be applied to the ExpressRoute circuit owner. All virtual networks share the same bandwidth.
88142
89143
### Administration - About circuit owners and circuit users
90144

@@ -126,9 +180,10 @@ You can delete a connection by selecting the **Delete** icon for the authorizati
126180
:::image type="content" source="./media/expressroute-howto-linkvnet-portal-resource-manager/delete-authorization-key.png" alt-text="Delete authorization key":::
127181

128182
If you want to delete the connection but retain the authorization key, you can delete the connection from the connection page of the circuit.
183+
129184
> [!NOTE]
130-
> Connections redeemed in different subscriptions will not display in the circuit connection page. Navigate to the subscription where the authorization was redeemed and delete the top-level connection resource.
131-
>
185+
> Connections redeemed in different subscriptions will not display in the circuit connection page. Navigate to the subscription where the authorization was redeemed and delete the top-level connection resource.
186+
132187

133188
:::image type="content" source="./media/expressroute-howto-linkvnet-portal-resource-manager/delete-connection-owning-circuit.png" alt-text="Delete connection owning circuit":::
134189

@@ -164,6 +219,8 @@ The circuit user needs the resource ID and an authorization key from the circuit
164219

165220
You can enable [ExpressRoute FastPath](expressroute-about-virtual-network-gateways.md) if your virtual network gateway is Ultra Performance or ErGw3AZ. FastPath improves data path performance such as packets per second and connections per second between your on-premises network and your virtual network.
166221

222+
::: zone-end
223+
167224
**Configure FastPath on a new connection**
168225

169226
When adding a new connection for your ExpressRoute gateway, select the checkbox for **FastPath**.
33 KB
Loading
Loading
23.1 KB
Loading
43.7 KB
Loading
10.3 KB
Loading
23.6 KB
Loading

0 commit comments

Comments
 (0)