Skip to content

Commit 5ba8a56

Browse files
committed
freshness review
1 parent 3d1d28a commit 5ba8a56

File tree

1 file changed

+19
-19
lines changed

1 file changed

+19
-19
lines changed

articles/expressroute/expressroute-howto-linkvnet-arm.md

Lines changed: 19 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
---
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'
33
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.
44
services: expressroute
55
author: duongau
66
ms.service: expressroute
77
ms.topic: tutorial
8-
ms.date: 07/18/2022
8+
ms.date: 08/31/2023
99
ms.author: duau
1010
ms.custom: seodec18, devx-track-azurepowershell, template-tutorial
1111
---
@@ -35,15 +35,15 @@ In this tutorial, you learn how to:
3535
* Follow the instructions to [create an ExpressRoute circuit](expressroute-howto-circuit-arm.md) and have the circuit enabled by your connectivity provider.
3636
* Ensure that you have Azure private peering configured for your circuit. See the [configure routing](expressroute-howto-routing-arm.md) article for routing instructions.
3737
* 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.
3939

4040
* 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.
4141

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.
4343

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.
4545

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.
4747

4848
* Review guidance for [connectivity between virtual networks over ExpressRoute](virtual-network-connectivity-guidance.md).
4949

@@ -108,7 +108,7 @@ $circuit = Get-AzExpressRouteCircuit -Name "MyCircuit" -ResourceGroupName "MyRG"
108108
$auth1 = Get-AzExpressRouteCircuitAuthorization -ExpressRouteCircuit $circuit -Name "MyAuthorization1"
109109
```
110110

111-
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:
112112

113113
```azurepowershell
114114
Name : MyAuthorization1
@@ -179,7 +179,7 @@ You can update certain properties of a virtual network connection.
179179

180180
**To update the connection weight**
181181

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*.
183183

184184
```azurepowershell-interactive
185185
$connection = Get-AzVirtualNetworkGatewayConnection -Name "MyVirtualNetworkConnection" -ResourceGroupName "MyRG"
@@ -207,12 +207,12 @@ $connection = Get-AzVirtualNetworkGatewayConnection -Name "MyConnection" -Resour
207207
$connection.ExpressRouteGatewayBypass = $True
208208
Set-AzVirtualNetworkGatewayConnection -VirtualNetworkGatewayConnection $connection
209209
```
210-
### FastPath and Private Link for 100 Gbps ExpressRoute Direct
210+
### FastPath and Private Link for 100-Gbps ExpressRoute Direct
211211

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 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:
213213
1. Send an email to **[email protected]**, providing the following information:
214214
* Azure Subscription ID
215-
* Virtual Network (VNet) Resource ID
215+
* Virtual Network (virtual network) Resource ID
216216
* Azure Region where the Private Endpoint/Private Link service is deployed
217217

218218
2. Once you receive a confirmation from Step 1, run the following Azure PowerShell command in the target Azure subscription.
@@ -236,21 +236,21 @@ Register-AzProviderFeature -FeatureName ExpressRoutePrivateEndpointGatewayBypass
236236

237237
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.
238238

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.
240240

241241
To enroll in the preview, send an email to **[email protected]**, providing the following information:
242242
* Azure Subscription ID
243-
* Virtual Network (VNet) Resource ID
243+
* Virtual Network (virtual network) Resource ID
244244
* ExpressRoute Circuit Resource ID
245245
* 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.
248248

249249
**FastPath support for virtual network peering and UDRs is only available for ExpressRoute Direct connections**.
250250

251-
### FastPath and Private Link for 10 Gbps ExpressRoute Direct
251+
### FastPath and Private Link for 10-Gbps ExpressRoute Direct
252252

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.
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.
254254

255255
To enroll in this preview, run the following Azure PowerShell command in the target Azure subscription:
256256

@@ -261,7 +261,7 @@ Register-AzProviderFeature -FeatureName ExpressRoutePrivateEndpointGatewayBypass
261261
> [!NOTE]
262262
> 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.
263263
> 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.
265265
> 1. Disable and then re-enable FastPath on the target connection.
266266
> 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.
267267
>
@@ -278,7 +278,7 @@ Remove-AzVirtualNetworkGatewayConnection "MyConnection" -ResourceGroupName "MyRG
278278

279279
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).
280280

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.
282282

283283
> [!div class="nextstepaction"]
284284
> [Configure route filters for Microsoft peering](how-to-routefilter-powershell.md)

0 commit comments

Comments
 (0)