Skip to content

Commit ae624e0

Browse files
authored
Merge pull request #205118 from halkazwini/er-vnet-cli
Connect a virtual network to an ExpressRoute circuit using Azure CLI
2 parents 20274db + f1f6347 commit ae624e0

File tree

1 file changed

+10
-7
lines changed

1 file changed

+10
-7
lines changed

articles/expressroute/howto-linkvnet-cli.md

Lines changed: 10 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -3,22 +3,20 @@ title: 'Tutorial: Link a VNet to an ExpressRoute circuit - Azure CLI'
33
description: This tutorial shows you how to link virtual networks (VNets) to ExpressRoute circuits by using the Resource Manager deployment model and Azure CLI.
44
services: expressroute
55
author: duongau
6-
76
ms.service: expressroute
87
ms.topic: tutorial
9-
ms.date: 08/10/2021
8+
ms.date: 07/18/2022
109
ms.author: duau
11-
10+
ms.custom: template-tutorial
1211
---
13-
# Tutorial: Connect a virtual network to an ExpressRoute circuit using CLI
12+
# Tutorial: Connect a virtual network to an ExpressRoute circuit using Azure CLI
1413

1514
This tutorial shows you how to link virtual networks (VNets) to Azure ExpressRoute circuits using Azure CLI. To link using Azure CLI, the virtual networks must be created using the Resource Manager deployment model. They can either be in the same subscription, or part of another subscription. If you want to use a different method to connect your VNet to an ExpressRoute circuit, you can select an article from the following list:
1615

1716
> [!div class="op_single_selector"]
1817
> * [Azure portal](expressroute-howto-linkvnet-portal-resource-manager.md)
1918
> * [PowerShell](expressroute-howto-linkvnet-arm.md)
2019
> * [Azure CLI](howto-linkvnet-cli.md)
21-
> * [Video - Azure portal](https://azure.microsoft.com/documentation/videos/azure-expressroute-how-to-create-a-connection-between-your-vpn-gateway-and-expressroute-circuit)
2220
> * [PowerShell (classic)](expressroute-howto-linkvnet-classic.md)
2321
>
2422
@@ -44,6 +42,8 @@ In this tutorial, you learn how to:
4442

4543
* 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.
4644

45+
* Review guidance for [connectivity between virtual networks over ExpressRoute](virtual-network-connectivity-guidance.md).
46+
4747
## Connect a virtual network in the same subscription to a circuit
4848

4949
You can connect a virtual network gateway to an ExpressRoute circuit by using the example. Make sure that the virtual network gateway is created and is ready for linking before you run the command.
@@ -194,7 +194,10 @@ az network vpn-connection delete --name ERConnection --resource-group ExpressRou
194194

195195
## Next steps
196196

197-
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:
197+
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 the ExpressRoute gateway, see: [ExpressRoute virtual network gateways](expressroute-about-virtual-network-gateways.md).
198+
199+
To learn how to configure route filters for Microsoft peering using Azure CLI, advance to the next tutorial.
198200

199201
> [!div class="nextstepaction"]
200-
> [About ExpressRoute virtual network gateways](expressroute-about-virtual-network-gateways.md)
202+
> [Configure route filters for Microsoft peering](how-to-routefilter-cli.md)
203+

0 commit comments

Comments
 (0)