Skip to content

Commit d431fa5

Browse files
Merge pull request #224803 from halkazwini/docs-editor/expressroute-howto-linkvnet-cl-1674521025
Remove video link
2 parents 74dd8f8 + 7079ae1 commit d431fa5

File tree

1 file changed

+51
-53
lines changed

1 file changed

+51
-53
lines changed

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

Lines changed: 51 additions & 53 deletions
Original file line numberDiff line numberDiff line change
@@ -9,14 +9,13 @@ ms.topic: how-to
99
ms.date: 12/06/2019
1010
ms.author: duau
1111
ms.custom: devx-track-azurepowershell
12-
1312
---
13+
1414
# Connect a virtual network to an ExpressRoute circuit using PowerShell (classic)
1515
> [!div class="op_single_selector"]
1616
> * [Azure portal](expressroute-howto-linkvnet-portal-resource-manager.md)
1717
> * [PowerShell](expressroute-howto-linkvnet-arm.md)
1818
> * [Azure CLI](expressroute-howto-linkvnet-cli.md)
19-
> * [Video - Azure portal](https://azure.microsoft.com/documentation/videos/azure-expressroute-how-to-create-a-connection-between-your-vpn-gateway-and-expressroute-circuit)
2019
> * [PowerShell (classic)](expressroute-howto-linkvnet-classic.md)
2120
>
2221
@@ -51,14 +50,12 @@ You can link a virtual network to an ExpressRoute circuit by using the following
5150
New-AzureDedicatedCircuitLink -ServiceKey "*****************************" -VNetName "MyVNet"
5251
Provisioned
5352
```
54-
5553
## Remove a virtual network link to a circuit
5654
You can remove a virtual network link to an ExpressRoute circuit by using the following cmdlet. Make sure that the current subscription is selected for the given virtual network.
5755

5856
```powershell
5957
Remove-AzureDedicatedCircuitLink -ServiceKey "*****************************" -VNetName "MyVNet"
6058
```
61-
6259

6360
## Connect a virtual network in a different subscription to a circuit
6461
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.
@@ -98,13 +95,13 @@ New-AzureDedicatedCircuitLinkAuthorization -ServiceKey "************************
9895

9996
Return:
10097

101-
```powershell
102-
Description : Dev-Test Links
103-
Limit : 2
104-
LinkAuthorizationId : **********************************
105-
MicrosoftIds : [email protected]
106-
Used : 0
107-
```
98+
```powershell
99+
Description : Dev-Test Links
100+
Limit : 2
101+
LinkAuthorizationId : **********************************
102+
MicrosoftIds : [email protected]
103+
Used : 0
104+
```
108105

109106
**Reviewing authorizations**
110107

@@ -115,25 +112,25 @@ Get-AzureDedicatedCircuitLinkAuthorization -ServiceKey: "***********************
115112
```
116113
Return:
117114

118-
```powershell
119-
Description : EngineeringTeam
120-
Limit : 3
121-
LinkAuthorizationId : ####################################
122-
MicrosoftIds : [email protected]
123-
Used : 1
124-
125-
Description : MarketingTeam
126-
Limit : 1
127-
LinkAuthorizationId : @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
128-
MicrosoftIds : [email protected]
129-
Used : 0
130-
131-
Description : Dev-Test Links
132-
Limit : 2
133-
LinkAuthorizationId : &&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&
134-
MicrosoftIds : [email protected]
135-
Used : 2
136-
```
115+
```powershell
116+
Description : EngineeringTeam
117+
Limit : 3
118+
LinkAuthorizationId : ####################################
119+
MicrosoftIds : [email protected]
120+
Used : 1
121+
122+
Description : MarketingTeam
123+
Limit : 1
124+
LinkAuthorizationId : @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
125+
MicrosoftIds : [email protected]
126+
Used : 0
127+
128+
Description : Dev-Test Links
129+
Limit : 2
130+
LinkAuthorizationId : &&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&
131+
MicrosoftIds : [email protected]
132+
Used : 2
133+
```
137134

138135
**Updating authorizations**
139136

@@ -145,13 +142,13 @@ Set-AzureDedicatedCircuitLinkAuthorization -ServiceKey "************************
145142

146143
Return:
147144

148-
```powershell
149-
Description : Dev-Test Links
150-
Limit : 5
151-
LinkAuthorizationId : &&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&
152-
MicrosoftIds : [email protected]
153-
Used : 0
154-
```
145+
```powershell
146+
Description : Dev-Test Links
147+
Limit : 5
148+
LinkAuthorizationId : &&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&
149+
MicrosoftIds : [email protected]
150+
Used : 0
151+
```
155152

156153
**Deleting authorizations**
157154

@@ -173,17 +170,17 @@ Get-AzureAuthorizedDedicatedCircuit
173170

174171
Return:
175172

176-
```powershell
177-
Bandwidth : 200
178-
CircuitName : ContosoIT
179-
Location : Washington DC
180-
MaximumAllowedLinks : 2
181-
ServiceKey : &&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&
182-
ServiceProviderName : equinix
183-
ServiceProviderProvisioningState : Provisioned
184-
Status : Enabled
185-
UsedLinks : 0
186-
```
173+
```powershell
174+
Bandwidth : 200
175+
CircuitName : ContosoIT
176+
Location : Washington DC
177+
MaximumAllowedLinks : 2
178+
ServiceKey : &&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&
179+
ServiceProviderName : equinix
180+
ServiceProviderProvisioningState : Provisioned
181+
Status : Enabled
182+
UsedLinks : 0
183+
```
187184

188185
**Redeeming link authorizations**
189186

@@ -195,11 +192,11 @@ New-AzureDedicatedCircuitLink –servicekey "&&&&&&&&&&&&&&&&&&&&&&&&&&" –Vnet
195192

196193
Return:
197194

198-
```powershell
199-
State VnetName
200-
----- --------
201-
Provisioned SalesVNET1
202-
```
195+
```powershell
196+
State VnetName
197+
----- --------
198+
Provisioned SalesVNET1
199+
```
203200

204201
Run this command in the newly linked subscription for the virtual network:
205202

@@ -210,3 +207,4 @@ New-AzureDedicatedCircuitLink -ServiceKey "*****************************" -VNetN
210207
## Next steps
211208

212209
For more information about ExpressRoute, see the [ExpressRoute FAQ](expressroute-faqs.md).
210+

0 commit comments

Comments
 (0)