File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -396,7 +396,7 @@ ExpressRoute Direct and ExpressRoute circuit(s) in different subscriptions or Az
396
396
```powershell
397
397
Select-AzSubscription -Subscription "<SubscriptionID or SubscriptionName>"
398
398
399
- New-AzExpressRouteCircuit -Name $Name -ResourceGroupName $RGName -Location $Location -SkuTier $SkuTier -SkuFamily $SkuFamily -BandwidthInGbps $BandwidthInGbps -AuthorizationKey $ERDirectAuthorization.AuthorizationKey
399
+ New-AzExpressRouteCircuit -Name $Name -ResourceGroupName $RGName -Location $Location -SkuTier $SkuTier -SkuFamily $SkuFamily -BandwidthInGbps $BandwidthInGbps -AuthorizationKey $ERDirectAuthorization.AuthorizationKey -ExpressRoutePort $ERPort
400
400
```
401
401
## Next steps
402
402
You can’t perform that action at this time.
0 commit comments