Skip to content

Commit 3440933

Browse files
Update PS for circuit and port in diff sub
1 parent 468207a commit 3440933

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/expressroute/expressroute-howto-erdirect.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -370,10 +370,10 @@ ExpressRoute Direct and ExpressRoute circuit(s) in different subscriptions or Az
370370
CircuitResourceUri :on
371371
```
372372
373-
1. Redeem the authorization to create the ExpressRoute Direct circuit with the following command:
373+
1. Redeem the authorization to create the ExpressRoute Direct circuit in different subscription or Azure Active Directory tenant with the following command:
374374
375375
```powershell
376-
New-AzExpressRouteCircuit -Name $Name -ResourceGroupName $RGName -ExpressRoutePort $ERDirect -Location $Location -SkuTier $SkuTier -SkuFamily $SkuFamily -BandwidthInGbps $BandwidthInGbps -Authorization $ERDirect.Authorization
376+
New-AzExpressRouteCircuit -Name $Name -ResourceGroupName $RGName -Location $Location -SkuTier $SkuTier -SkuFamily $SkuFamily -BandwidthInGbps $BandwidthInGbps -Authorization $ERDirect.AuthorizationKey
377377
```
378378
## Next steps
379379

0 commit comments

Comments
 (0)