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/howto-linkvnet-cli.md
+10-7Lines changed: 10 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,22 +3,20 @@ title: 'Tutorial: Link a VNet to an ExpressRoute circuit - Azure CLI'
3
3
description: This tutorial shows you how to link virtual networks (VNets) to ExpressRoute circuits by using the Resource Manager deployment model and Azure CLI.
4
4
services: expressroute
5
5
author: duongau
6
-
7
6
ms.service: expressroute
8
7
ms.topic: tutorial
9
-
ms.date: 08/10/2021
8
+
ms.date: 07/18/2022
10
9
ms.author: duau
11
-
10
+
ms.custom: template-tutorial
12
11
---
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
14
13
15
14
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:
@@ -44,6 +42,8 @@ In this tutorial, you learn how to:
44
42
45
43
* 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
44
45
+
* Review guidance for [connectivity between virtual networks over ExpressRoute](virtual-network-connectivity-guidance.md).
46
+
47
47
## Connect a virtual network in the same subscription to a circuit
48
48
49
49
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.
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.
0 commit comments