Skip to content

Commit 4a321df

Browse files
authored
Merge pull request #132760 from duongau/erlinkvnetportal
ExpressRoute: Link VNet portal - Content Standards
2 parents 6e4f206 + ea675ac commit 4a321df

10 files changed

+52
-38
lines changed
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,18 @@
11
---
2-
title: 'ExpressRoute: Link a VNet to a circuit: Azure portal'
3-
description: Learn to create a connection to link a virtual network to an Azure ExpressRoute circuit using the Azure portal.
2+
title: 'Tutorial: Link a VNet to an ExpressRoute circuit - Azure portal'
3+
description: This tutorial shows you how to create a connection to link a virtual network to an Azure ExpressRoute circuit using the Azure portal.
44
services: expressroute
55
author: duongau
66

77
ms.service: expressroute
88
ms.topic: how-to
9-
ms.date: 09/17/2019
9+
ms.date: 10/06/2020
1010
ms.author: duau
1111
ms.custom: seodec18
1212

1313
---
14-
# Connect a virtual network to an ExpressRoute circuit using the portal
14+
# Tutorial: Connect a virtual network to an ExpressRoute circuit using the portal
15+
1516
> [!div class="op_single_selector"]
1617
> * [Azure portal](expressroute-howto-linkvnet-portal-resource-manager.md)
1718
> * [PowerShell](expressroute-howto-linkvnet-arm.md)
@@ -20,82 +21,87 @@ ms.custom: seodec18
2021
> * [PowerShell (classic)](expressroute-howto-linkvnet-classic.md)
2122
>
2223
23-
This article helps you create a connection to link a 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 they can be part of another subscription.
24+
This tutorial helps you create a connection to link a 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 be part of another subscription.
25+
26+
In this tutorial, you learn how to:
27+
> [!div class="checklist"]
28+
> - Connect a virtual networking to a circuit in the same subscription.
29+
> - Connect a virtual networking to a circuit in a different subscription.
30+
> - Delete the link between the virtual network and ExpressRoute circuit.
2431
25-
## Before you begin
32+
## Prerequisites
2633

2734
* Review the [prerequisites](expressroute-prerequisites.md), [routing requirements](expressroute-routing.md), and [workflows](expressroute-workflows.md) before you begin configuration.
2835

2936
* You must have an active ExpressRoute circuit.
3037
* Follow the instructions to [create an ExpressRoute circuit](expressroute-howto-circuit-portal-resource-manager.md) and have the circuit enabled by your connectivity provider.
3138
* Ensure that you have Azure private peering configured for your circuit. See the [Create and modify peering for an ExpressRoute circuit](expressroute-howto-routing-portal-resource-manager.md) article for peering and routing instructions.
32-
* Ensure that Azure private peering is configured and the BGP peering between your network and Microsoft is up so that you can enable end-to-end connectivity.
39+
* Ensure that Azure private peering gets configured and establishes BGP peering between your network and Microsoft for end-to-end connectivity.
3340
* Ensure that you have a virtual network and a virtual network gateway created and fully provisioned. Follow the instructions to [create a virtual network gateway for ExpressRoute](expressroute-howto-add-gateway-resource-manager.md). A virtual network gateway for ExpressRoute uses the GatewayType 'ExpressRoute', not VPN.
3441

3542
* You can link up to 10 virtual networks to a standard ExpressRoute circuit. All virtual networks must be in the same geopolitical region when using a standard ExpressRoute circuit.
3643

37-
* A single VNet can be linked to up to four ExpressRoute circuits. Use the process below to create a new connection object for each ExpressRoute circuit you are connecting to. The ExpressRoute circuits can be in the same subscription, different subscriptions, or a mix of both.
44+
* A single VNet can be linked to up to four ExpressRoute circuits. Use the following process to create a new connection object for each ExpressRoute circuit you're connecting to. The ExpressRoute circuits can be in the same subscription, different subscriptions, or a mix of both.
3845

39-
* You can link a virtual network outside of the geopolitical region of the ExpressRoute circuit, or connect a larger number of virtual networks to your ExpressRoute circuit if you enabled the ExpressRoute premium add-on. Check the [FAQ](expressroute-faqs.md) for more details on the premium add-on.
46+
* If you enable the ExpressRoute premium add-on, you can link virtual networks outside of the geopolitical region of the ExpressRoute circuit. The premium add-on will also allow you to connect more than 10 virtual networks to your ExpressRoute circuit depending on the bandwidth chosen. Check the [FAQ](expressroute-faqs.md) for more details on the premium add-on.
4047

4148
* You can [view a video](https://azure.microsoft.com/documentation/videos/azure-expressroute-how-to-create-a-connection-between-your-vpn-gateway-and-expressroute-circuit) before beginning to better understand the steps.
4249

4350
## Connect a VNet to a circuit - same subscription
4451

4552
> [!NOTE]
46-
> BGP configuration information will not show up if the layer 3 provider configured your peerings. If your circuit is in a provisioned state, you should be able to create connections.
53+
> BGP configuration information will not appear if the layer 3 provider configured your peerings. If your circuit is in a provisioned state, you should be able to create connections.
4754
>
4855
4956
### To create a connection
5057

5158
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:
5259

53-
[![ExpressRoute circuit screenshot](./media/expressroute-howto-linkvnet-portal-resource-manager/routing1.png "View Circuit")](./media/expressroute-howto-linkvnet-portal-resource-manager/routing1-exp.png#lightbox)
54-
2. You can now start provisioning a connection to link your virtual network gateway to your ExpressRoute circuit. Click **Connection** > **Add** to open the **Add connection** page, and then configure the values.
60+
:::image type="content" source="./media/expressroute-howto-linkvnet-portal-resource-manager/express-route-circuit.png" alt-text="ExpressRoute circuit screenshot":::
5561

56-
[![Add connection screenshot](./media/expressroute-howto-linkvnet-portal-resource-manager/samesub1.png "Add Connection Screenshot")](./media/expressroute-howto-linkvnet-portal-resource-manager/samesub1-exp.png#lightbox)
57-
3. After your connection has been successfully configured, your connection object will show the information for the connection.
62+
2. 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, and then configure the values.
5863

59-
![Connection object screenshot](./media/expressroute-howto-linkvnet-portal-resource-manager/samesub2.png)
64+
:::image type="content" source="./media/expressroute-howto-linkvnet-portal-resource-manager/add-connection.png" alt-text="Add connection screenshot":::
6065

66+
3. After your connection has been successfully configured, your connection object will show the information for the connection.
67+
68+
:::image type="content" source="./media/expressroute-howto-linkvnet-portal-resource-manager/connection-object.png" alt-text="Connection object screenshot":::
6169

6270
## Connect a VNet to a circuit - different subscription
6371

64-
You can share an ExpressRoute circuit across multiple subscriptions. The figure below shows a simple schematic of how sharing works for ExpressRoute circuits across multiple subscriptions.
72+
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.
6573

66-
![Cross-subscription connectivity](./media/expressroute-howto-linkvnet-portal-resource-manager/cross-subscription.png)
74+
:::image type="content" source="./media/expressroute-howto-linkvnet-portal-resource-manager/cross-subscription.png" alt-text="Cross-subscription connectivity":::
6775

68-
- Each of the smaller clouds within the large cloud is used to represent subscriptions that belong to different departments within an organization.
69-
- Each of the departments within the organization can use their own subscription for deploying their services, but they can share a single ExpressRoute circuit to connect back to your on-premises network.
70-
- A single department (in this example: IT) can own the ExpressRoute circuit. Other subscriptions within the organization can use the ExpressRoute circuit and authorizations associated to the circuit, including subscriptions linked to other Azure Active Directory tenants and Enterprise Agreement enrollments.
76+
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.
7177

7278
> [!NOTE]
7379
> Connectivity and bandwidth charges for the dedicated circuit will be applied to the ExpressRoute circuit owner. All virtual networks share the same bandwidth.
7480
>
75-
>
7681
7782
### Administration - About circuit owners and circuit users
7883

79-
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 are not within the same subscription as the ExpressRoute circuit. Circuit users can redeem authorizations (one authorization per virtual network).
84+
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).
8085

8186
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.
8287

8388
### Circuit owner operations
8489

8590
**To create a connection authorization**
8691

87-
The circuit owner creates an authorization. This results in the creation of an authorization key that can be used by a circuit user to connect their virtual network gateways to the ExpressRoute circuit. An authorization is valid for only one connection.
92+
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.
8893

8994
> [!NOTE]
9095
> Each connection requires a separate authorization.
9196
>
9297
93-
1. In the ExpressRoute page, Click **Authorizations** and then type a **name** for the authorization and click **Save**.
98+
1. In the ExpressRoute page, select **Authorizations** and then type a **name** for the authorization and select **Save**.
99+
100+
:::image type="content" source="./media/expressroute-howto-linkvnet-portal-resource-manager/authorization.png" alt-text="Authorizations":::
94101

95-
![Authorizations](./media/expressroute-howto-linkvnet-portal-resource-manager/authorization.png)
96102
2. Once the configuration is saved, copy the **Resource ID** and the **Authorization Key**.
97103

98-
![Authorization key](./media/expressroute-howto-linkvnet-portal-resource-manager/authkey.png)
104+
:::image type="content" source="./media/expressroute-howto-linkvnet-portal-resource-manager/authorization-key.png" alt-text="Authorization key":::
99105

100106
**To delete a connection authorization**
101107

@@ -107,29 +113,37 @@ The circuit user needs the resource ID and an authorization key from the circuit
107113

108114
**To redeem a connection authorization**
109115

110-
1. Click the **+New** button.
116+
1. Select the **+New** button.
111117

112-
![Click New](./media/expressroute-howto-linkvnet-portal-resource-manager/Connection1.png)
113-
2. Search for **"Connection"** in the Marketplace, select it, and click **Create**.
118+
:::image type="content" source="./media/expressroute-howto-linkvnet-portal-resource-manager/create-new-resources.png" alt-text="Create new resources":::
119+
120+
2. Search for **"Connection"** in the Marketplace, select it, and select **Create**.
121+
122+
:::image type="content" source="./media/expressroute-howto-linkvnet-portal-resource-manager/search-connection.png" alt-text="Search for connection":::
114123

115-
![Search for connection](./media/expressroute-howto-linkvnet-portal-resource-manager/Connection2.png)
116124
3. Make sure the **Connection type** is set to "ExpressRoute".
117-
4. Fill in the details, then click **OK** in the Basics page.
125+
4. Fill in the details, then select **OK** in the Basics page.
126+
127+
:::image type="content" source="./media/expressroute-howto-linkvnet-portal-resource-manager/connection-basics.png" alt-text="Basics page":::
118128

119-
![Basics page](./media/expressroute-howto-linkvnet-portal-resource-manager/Connection3.png)
120129
5. In the **Settings** page, Select the **Virtual network gateway** and check the **Redeem authorization** check box.
121-
6. Enter the **Authorization key** and the **Peer circuit URI** and give the connection a name. Click **OK**. 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).
130+
6. Enter the **Authorization key** and the **Peer circuit URI** and give the connection a name. Select **OK**. 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).
122131

123-
![Settings page](./media/expressroute-howto-linkvnet-portal-resource-manager/Connection4.png)
124-
7. Review the information in the **Summary** page and click **OK**.
132+
:::image type="content" source="./media/expressroute-howto-linkvnet-portal-resource-manager/connection-settings.png" alt-text="Settings page":::
133+
134+
7. Review the information in the **Summary** page and select **OK**.
125135

126136
**To release a connection authorization**
127137

128138
You can release an authorization by deleting the connection that links the ExpressRoute circuit to the virtual network.
129139

130-
## Delete a connection to unlink a VNet
140+
## Clean up resources
131141

132142
You can delete a connection and unlink your VNet to an ExpressRoute circuit by selecting the **Delete** icon on the page for your connection.
133143

134144
## Next steps
135-
For more information about ExpressRoute, see the [ExpressRoute FAQ](expressroute-faqs.md).
145+
146+
In this tutorial, you learned how to connect a virtual network to a circuit in the same subscription and a different subscription. For more information about the ExpressRoute gateway, see:
147+
148+
> [!div class="nextstepaction"]
149+
> [About ExpressRoute virtual network gateways](expressroute-about-virtual-network-gateways.md)

articles/virtual-machines/workloads/oracle/configure-azure-oci-networking.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ Installing agents on both the clouds, you can leverage Azure [Network Performanc
9393

9494
To delete the interconnect, the following steps must be followed, in the specific order given. Failure to do so will result in a "failed state" ExpressRoute circuit.
9595

96-
1. Delete the ExpressRoute connection. Delete the connection by clicking the **Delete** icon on the page for your connection. For more information, see the [ExpressRoute documentation](../../../expressroute/expressroute-howto-linkvnet-portal-resource-manager.md#delete-a-connection-to-unlink-a-vnet).
96+
1. Delete the ExpressRoute connection. Delete the connection by clicking the **Delete** icon on the page for your connection. For more information, see the [ExpressRoute documentation](../../../expressroute/expressroute-howto-linkvnet-portal-resource-manager.md#clean-up-resources).
9797
1. Delete the Oracle FastConnect from the Oracle Cloud Console.
9898
1. Once the Oracle FastConnect circuit has been deleted, you can delete the Azure ExpressRoute circuit.
9999

0 commit comments

Comments
 (0)