Skip to content

Commit 85aa935

Browse files
committed
remove the pivots and update the preview section
1 parent b220aa1 commit 85aa935

File tree

1 file changed

+7
-121
lines changed

1 file changed

+7
-121
lines changed

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

Lines changed: 7 additions & 121 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,9 @@ services: expressroute
55
author: duongau
66
ms.service: azure-expressroute
77
ms.topic: how-to
8-
ms.date: 08/31/2023
8+
ms.date: 09/30/2024
99
ms.author: duau
1010
ms.custom: template-tutorial
11-
zone_pivot_groups: expressroute-experience
1211
---
1312

1413
# Connect a virtual network to ExpressRoute circuits using the Azure portal
@@ -50,11 +49,7 @@ This article helps you create a connection to link a virtual network (virtual ne
5049
5150
### To create a connection
5251

53-
::: zone pivot="expressroute-preview"
54-
55-
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.
56-
57-
::: zone-end
52+
1. Sign in to the [Azure portal](https://portal.azure.com).
5853

5954
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:
6055

@@ -64,8 +59,6 @@ This article helps you create a connection to link a virtual network (virtual ne
6459

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

67-
::: zone pivot="expressroute-preview"
68-
6962
4. Select the **Connection type** as **ExpressRoute** and then select **Next: Settings >**.
7063

7164
:::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.":::
@@ -116,126 +109,20 @@ This article helps you create a connection to link a virtual network (virtual ne
116109

117110
:::image type="content" source="./media/expressroute-howto-linkvnet-portal-resource-manager/connection-object.png" alt-text="Screenshot of a created connection resource.":::
118111

119-
::: zone-end
120-
121-
::: zone pivot="expressroute-current"
122-
123-
4. Enter a name for the connection and then select **Next: Settings >**.
124-
125-
:::image type="content" source="./media/expressroute-howto-linkvnet-portal-resource-manager/create-connection-basic.png" alt-text="Create connection basic page":::
126-
127-
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.
128-
129-
:::image type="content" source="./media/expressroute-howto-linkvnet-portal-resource-manager/create-connection-settings.png" alt-text="Create connection settings page":::
130-
131-
6. After your connection has been successfully configured, your connection object will show the information for the connection.
132-
133-
:::image type="content" source="./media/expressroute-howto-linkvnet-portal-resource-manager/connection-object.png" alt-text="Connection object screenshot":::
134-
135-
## Connect a virtual network to a circuit - different subscription
136-
137-
You can share an ExpressRoute circuit across multiple subscriptions. The following figure shows a simple schematic of how sharing works for ExpressRoute circuits across multiple subscriptions.
138-
139-
:::image type="content" source="./media/expressroute-howto-linkvnet-portal-resource-manager/cross-subscription.png" alt-text="Cross-subscription connectivity":::
140-
141-
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.
142-
143-
> [!NOTE]
144-
> * 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.
145-
> * Connectivity and bandwidth charges for the dedicated circuit will be applied to the ExpressRoute circuit owner. All virtual networks share the same bandwidth.
146-
147-
### Administration - About circuit owners and circuit users
148-
149-
The 'circuit owner' is an authorized Power User of the ExpressRoute circuit resource. The circuit owner can create authorizations that can be redeemed by 'circuit users'. Circuit users are owners of virtual network gateways that aren't within the same subscription as the ExpressRoute circuit. Circuit users can redeem authorizations (one authorization per virtual network).
150-
151-
The circuit owner has the power to modify and revoke authorizations at any time. Revoking an authorization results in all link connections being deleted from the subscription whose access was revoked.
152-
153-
> [!NOTE]
154-
> Circuit owner is not an built-in RBAC role or defined on the ExpressRoute resource.
155-
> The definition of the circuit owner is any role with the following access:
156-
> - Microsoft.Network/expressRouteCircuits/authorizations/write
157-
> - Microsoft.Network/expressRouteCircuits/authorizations/read
158-
> - Microsoft.Network/expressRouteCircuits/authorizations/delete
159-
>
160-
> This includes the built-in roles such as Contributor, Owner and Network Contributor. Detailed description for the different [built-in roles](../role-based-access-control/built-in-roles.md).
161-
162-
### Circuit owner operations
163-
164-
**To create a connection authorization**
165-
166-
The circuit owner creates an authorization, which creates an authorization key to be used by a circuit user to connect their virtual network gateways to the ExpressRoute circuit. An authorization is valid for only one connection.
167-
168-
> [!NOTE]
169-
> Each connection requires a separate authorization.
170-
>
171-
172-
1. In the ExpressRoute page, select **Authorizations** and then type a **name** for the authorization and select **Save**.
173-
174-
:::image type="content" source="./media/expressroute-howto-linkvnet-portal-resource-manager/authorization.png" alt-text="Authorizations":::
175-
176-
2. Once the configuration is saved, copy the **Resource ID** and the **Authorization Key**.
177-
178-
:::image type="content" source="./media/expressroute-howto-linkvnet-portal-resource-manager/authorization-key.png" alt-text="Authorization key":::
179-
180-
**To delete a connection authorization**
181-
182-
You can delete a connection by selecting the **Delete** icon for the authorization key for your connection.
183-
184-
:::image type="content" source="./media/expressroute-howto-linkvnet-portal-resource-manager/delete-authorization-key.png" alt-text="Delete authorization key":::
185-
186-
If you want to delete the connection but retain the authorization key, you can delete the connection from the connection page of the circuit.
187-
188-
> [!NOTE]
189-
> To view your Gateway connections, go to your ExpressRoute circuit in Azure portal. From there, navigate to *Connections* underneath *Settings* for your ExpressRoute circuit. This will show you each ExpressRoute gateway that your circuit is connected to. If the gateway is under a different subscription than the circuit, the *Peer* field will display the circuit authorization key.
190-
191-
192-
193-
:::image type="content" source="./media/expressroute-howto-linkvnet-portal-resource-manager/delete-connection-owning-circuit.png" alt-text="Delete connection owning circuit":::
194-
195-
### Circuit user operations
196-
197-
The circuit user needs the resource ID and an authorization key from the circuit owner.
198-
199-
**To redeem a connection authorization**
200-
201-
1. Select the **+ Create a resource** button. Search for **Connection** and select **Create**.
202-
203-
:::image type="content" source="./media/expressroute-howto-linkvnet-portal-resource-manager/create-new-resources.png" alt-text="Create new resources":::
204-
205-
1. Make sure the *Connection type* is set to **ExpressRoute**. Select the *Resource group* and *Location*, then select **OK** in the Basics page.
206-
207-
> [!NOTE]
208-
> The location *must* match the virtual network gateway location you're creating the connection for.
209-
210-
:::image type="content" source="./media/expressroute-howto-linkvnet-portal-resource-manager/connection-basics.png" alt-text="Basics page":::
211-
212-
1. In the **Settings** page, Select the *Virtual network gateway* and check the **Redeem authorization** check box. Enter the *Authorization key* and the *Peer circuit URI* and give the connection a name. Select **OK**.
213-
214-
> [!NOTE]
215-
> The *Peer Circuit URI* is the Resource ID of the ExpressRoute circuit (which you can find under the Properties Setting pane of the ExpressRoute Circuit).
216-
217-
:::image type="content" source="./media/expressroute-howto-linkvnet-portal-resource-manager/connection-settings.png" alt-text="Settings page":::
218-
219-
1. Review the information in the **Summary** page and select **OK**.
220-
221-
:::image type="content" source="./media/expressroute-howto-linkvnet-portal-resource-manager/connection-summary.png" alt-text="Summary page":::
222-
223112
## Configure ExpressRoute FastPath
224113

225-
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.
226-
227-
::: zone-end
114+
[FastPath](expressroute-about-virtual-network-gateways.md) improves data path performance such as packets per second and connections per second between your on-premises network and your virtual network.
228115

229-
**Configure FastPath on a new connection**
116+
### Configure FastPath on a new connection
230117

231118
When adding a new connection for your ExpressRoute gateway, select the checkbox for **FastPath**.
232119

233120
:::image type="content" source="./media/expressroute-howto-linkvnet-portal-resource-manager/enable-fastpath-portal.png" alt-text="Screenshot of FastPath checkbox in add a connection page.":::
234121

235122
> [!NOTE]
236123
> Enabling FastPath for a new connection is only available through creating a connection from the gateway resource. New connections created from the ExpressRoute circuit or from the Connection resource page is not supported.
237-
>
238-
**Configure FastPath on an existing connection**
124+
125+
### Configure FastPath on an existing connection
239126

240127
1. Go to the existing connection resource either from the ExpressRoute gateway, the ExpressRoute circuit, or the Connection resource page.
241128

@@ -245,7 +132,6 @@ When adding a new connection for your ExpressRoute gateway, select the checkbox
245132

246133
> [!NOTE]
247134
> You can use [Connection Monitor](how-to-configure-connection-monitor.md) to verify that your traffic is reaching the destination using FastPath.
248-
>
249135
250136
## Enroll in ExpressRoute FastPath features (preview)
251137

@@ -263,7 +149,7 @@ You can delete a connection and unlink your virtual network to an ExpressRoute c
263149

264150
:::image type="content" source="./media/expressroute-howto-linkvnet-portal-resource-manager/delete-connection.png" alt-text="Delete connection":::
265151

266-
## Next steps
152+
## Next step
267153

268154
In this tutorial, you learned how to connect a virtual network to a circuit in the same subscription and in a different subscription. For more information about ExpressRoute gateways, see: [ExpressRoute virtual network gateways](expressroute-about-virtual-network-gateways.md).
269155

0 commit comments

Comments
 (0)