You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/expressroute/expressroute-howto-linkvnet-arm.md
+19-19Lines changed: 19 additions & 19 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,11 +1,11 @@
1
1
---
2
-
title: 'Tutorial: Link a VNet to an ExpressRoute circuit - Azure PowerShell'
2
+
title: 'Tutorial: Link a virtual network to an ExpressRoute circuit - Azure PowerShell'
3
3
description: This tutorial provides an overview of how to link virtual networks (VNets) to ExpressRoute circuits by using the Resource Manager deployment model and Azure PowerShell.
@@ -35,15 +35,15 @@ In this tutorial, you learn how to:
35
35
* Follow the instructions to [create an ExpressRoute circuit](expressroute-howto-circuit-arm.md) and have the circuit enabled by your connectivity provider.
36
36
* Ensure that you have Azure private peering configured for your circuit. See the [configure routing](expressroute-howto-routing-arm.md) article for routing instructions.
37
37
* Ensure that Azure private peering gets configured and establishes BGP peering between your network and Microsoft for end-to-end connectivity.
38
-
* 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.
38
+
* 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.
39
39
40
40
* 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.
41
41
42
-
* A single VNet can be linked to up to 16 ExpressRoute circuits. Use the steps in this article 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.
42
+
* A single virtual network can be linked to up to 16 ExpressRoute circuits. Use the steps in this article 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.
43
43
44
-
* 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.
44
+
* 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 allows 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.
45
45
46
-
* In order to create the connection from the ExpressRoute circuit to the target ExpressRoute virtual network gateway, the number of address spaces advertised from the local or peered virtual networks needs to be equal to or less than **200**. Once the connection has been successfully created, you can add additional address spaces, up to 1,000, to the local or peered virtual networks.
46
+
* In order to create the connection from the ExpressRoute circuit to the target ExpressRoute virtual network gateway, the number of address spaces advertised from the local or peered virtual networks needs to be equal to or less than **200**. Once the connection has been successfully created, you can add more address spaces, up to 1,000, to the local or peered virtual networks.
47
47
48
48
* Review guidance for [connectivity between virtual networks over ExpressRoute](virtual-network-connectivity-guidance.md).
The response to the previous commands will contain the authorization key and status:
111
+
The response to the previous commands contains the authorization key and status:
112
112
113
113
```azurepowershell
114
114
Name : MyAuthorization1
@@ -179,7 +179,7 @@ You can update certain properties of a virtual network connection.
179
179
180
180
**To update the connection weight**
181
181
182
-
Your virtual network can be connected to multiple ExpressRoute circuits. You may receive the same prefix from more than one ExpressRoute circuit. To choose which connection to send traffic destined for this prefix, you can change *RoutingWeight* of a connection. Traffic will be sent on the connection with the highest *RoutingWeight*.
182
+
Your virtual network can be connected to multiple ExpressRoute circuits. You may receive the same prefix from more than one ExpressRoute circuit. To choose which connection to send traffic destined for this prefix, you can change *RoutingWeight* of a connection. Traffic is sent on the connection with the highest *RoutingWeight*.
### FastPath and Private Link for 100Gbps ExpressRoute Direct
210
+
### FastPath and Private Link for 100-Gbps ExpressRoute Direct
211
211
212
-
With FastPath and Private Link, Private Link traffic sent over ExpressRoute bypasses the ExpressRoute virtual network gateway in the data path. This is Generally Available for connections associated to 100Gb ExpressRoute Direct circuits. To enable this, follow the below guidance:
212
+
With FastPath and Private Link, Private Link traffic sent over ExpressRoute bypasses the ExpressRoute virtual network gateway in the data path. This is Generally Available for connections associated to 100-Gb ExpressRoute Direct circuits. To enable, follow the below guidance:
213
213
1. Send an email to **[email protected]**, providing the following information:
214
214
* Azure Subscription ID
215
-
* Virtual Network (VNet) Resource ID
215
+
* Virtual Network (virtual network) Resource ID
216
216
* Azure Region where the Private Endpoint/Private Link service is deployed
217
217
218
218
2. Once you receive a confirmation from Step 1, run the following Azure PowerShell command in the target Azure subscription.
With FastPath and virtual network peering, you can enable ExpressRoute connectivity directly to VMs in a local or peered virtual network, bypassing the ExpressRoute virtual network gateway in the data path.
238
238
239
-
With FastPath and UDR, you can configure a UDR on the GatewaySubnet to direct ExpressRoute traffic to an Azure Firewall or third party NVA. FastPath will honor the UDR and send traffic directly to the target Azure Firewall or NVA, bypassing the ExpressRoute virtual network gateway in the data path.
239
+
With FastPath and UDR, you can configure a UDR on the GatewaySubnet to direct ExpressRoute traffic to an Azure Firewall or third party NVA. FastPath honors the UDR and send traffic directly to the target Azure Firewall or NVA, bypassing the ExpressRoute virtual network gateway in the data path.
240
240
241
241
To enroll in the preview, send an email to **[email protected]**, providing the following information:
242
242
* Azure Subscription ID
243
-
* Virtual Network (VNet) Resource ID
243
+
* Virtual Network (virtual network) Resource ID
244
244
* ExpressRoute Circuit Resource ID
245
245
* ExpressRoute Connection(s) Resource ID(s)
246
-
* Number of Private Endpoints deployed to the local/Hub VNet.
247
-
* Resource ID of any User-Defined-Routes (UDRs) configured in the local/Hub VNet.
246
+
* Number of Private Endpoints deployed to the local/Hub virtual network.
247
+
* Resource ID of any User-Defined-Routes (UDRs) configured in the local/Hub virtual network.
248
248
249
249
**FastPath support for virtual network peering and UDRs is only available for ExpressRoute Direct connections**.
250
250
251
-
### FastPath and Private Link for 10Gbps ExpressRoute Direct
251
+
### FastPath and Private Link for 10-Gbps ExpressRoute Direct
252
252
253
-
With FastPath and Private Link, Private Link traffic sent over ExpressRoute bypasses the ExpressRoute virtual network gateway in the data path. This preview supports connections associated to 10Gbps ExpressRoute Direct circuits. This preview doesn't support ExpressRoute circuits managed by an ExpressRoute partner.
253
+
With FastPath and Private Link, Private Link traffic sent over ExpressRoute bypasses the ExpressRoute virtual network gateway in the data path. This preview supports connections associated to 10-Gbps ExpressRoute Direct circuits. This preview doesn't support ExpressRoute circuits managed by an ExpressRoute partner.
254
254
255
255
To enroll in this preview, run the following Azure PowerShell command in the target Azure subscription:
> Any connections configured for FastPath in the target subscription will be enrolled in the selected preview. We do not advise enabling these previews in production subscriptions.
263
263
> If you already have FastPath configured and want to enroll in the preview feature, you need to do the following:
264
-
> 1. Enroll in one of the FastPath preview features with the Azure PowerShell commands above.
264
+
> 1. Enroll in one of the FastPath preview features with the Azure PowerShell commands.
265
265
> 1. Disable and then re-enable FastPath on the target connection.
266
266
> 1. To switch between preview features, register the subscription with the target preview PowerShell command, and then disable and re-enable FastPath on the connection.
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).
280
280
281
-
To learn how to configure route filters for Microsoft peering using PowerShell, advance to the next tutorial.
281
+
To learn how to configure, route filters for Microsoft peering using PowerShell, advance to the next tutorial.
282
282
283
283
> [!div class="nextstepaction"]
284
284
> [Configure route filters for Microsoft peering](how-to-routefilter-powershell.md)
0 commit comments