Skip to content

Commit 8dda98d

Browse files
Merge pull request #1 from duongau/patch-10
fixing closing of tab groups
2 parents 1400a03 + 5eb3668 commit 8dda98d

File tree

1 file changed

+15
-2
lines changed

1 file changed

+15
-2
lines changed

articles/expressroute/how-to-expressroute-direct-portal.md

Lines changed: 15 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,8 @@ Before using ExpressRoute Direct, you must first enroll your subscription. Befor
7272
7373
Once enrolled, verify that the **Microsoft.Network** resource provider is registered to your subscription. Registering a resource provider configures your subscription to work with the resource provider.
7474
75+
---
76+
7577
## Create ExpressRoute Direct Resource
7678
7779
# [**Portal**](#tab/portal)
@@ -438,6 +440,9 @@ Once enrolled, verify that the **Microsoft.Network** resource provider is regist
438440
"type": "Microsoft.Network/expressRoutePorts"
439441
}
440442
```
443+
444+
---
445+
441446
## Generate the letter of authorization (LOA)
442447

443448
# [**Portal**](#tab/portal)
@@ -481,6 +486,8 @@ Input the recently created ExpressRoute Direct resource name, resource group nam
481486
az network express-route port generate-loa -n Contoso-Direct -g Contoso-Direct-rg --customer-name Contoso --destination C:\Users\SampleUser\Downloads\LOA.pdf
482487
```
483488

489+
---
490+
484491
## Change Admin State of links
485492

486493
# [**Portal**](#tab/portal)
@@ -636,6 +643,8 @@ Use this process to conduct a layer 1 test. Ensure that each cross-connection is
636643

637644
Use the same procedure to down the ports by using `AdminState = "Disabled"`.
638645

646+
---
647+
639648
## Create a circuit
640649

641650
# [**Portal**](#tab/portal)
@@ -782,6 +791,8 @@ Create a circuit on the ExpressRoute Direct resource:
782791
}
783792
```
784793

794+
---
795+
785796
### Enable ExpressRoute Direct and circuits in a different subscription
786797

787798
# [**Portal**](#tab/portal)
@@ -859,7 +870,9 @@ You can create an authorization for your ExpressRoute Direct resource, and redee
859870
New-AzExpressRouteCircuit -Name $Name -ResourceGroupName $RGName -Location $Location -SkuTier $SkuTier -SkuFamily $SkuFamily -BandwidthInGbps $BandwidthInGbps -ExpressRoutePort $ERPort -AuthorizationKey $ERDirectAuthorization.AuthorizationKey
860871
```
861872
873+
---
874+
862875
## Next steps
863876
864-
1. After you create the ExpressRoute circuit, you can [link virtual networks to your ExpressRoute circuit](expressroute-howto-add-gateway-portal-resource-manager.md).
865-
1. For more information about ExpressRoute Direct, see the [overview](expressroute-erdirect-about.md).
877+
- After you create the ExpressRoute circuit, you can [link virtual networks to your ExpressRoute circuit](expressroute-howto-add-gateway-portal-resource-manager.md).
878+
- Learn more about [ExpressRoute Direct](expressroute-erdirect-about.md).

0 commit comments

Comments
 (0)