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/how-to-expressroute-direct-portal.md
+15-2Lines changed: 15 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -72,6 +72,8 @@ Before using ExpressRoute Direct, you must first enroll your subscription. Befor
72
72
73
73
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.
74
74
75
+
---
76
+
75
77
## Create ExpressRoute Direct Resource
76
78
77
79
# [**Portal**](#tab/portal)
@@ -438,6 +440,9 @@ Once enrolled, verify that the **Microsoft.Network** resource provider is regist
438
440
"type": "Microsoft.Network/expressRoutePorts"
439
441
}
440
442
```
443
+
444
+
---
445
+
441
446
## Generate the letter of authorization (LOA)
442
447
443
448
# [**Portal**](#tab/portal)
@@ -481,6 +486,8 @@ Input the recently created ExpressRoute Direct resource name, resource group nam
481
486
az network express-route port generate-loa -n Contoso-Direct -g Contoso-Direct-rg --customer-name Contoso --destination C:\Users\SampleUser\Downloads\LOA.pdf
482
487
```
483
488
489
+
---
490
+
484
491
## Change Admin State of links
485
492
486
493
# [**Portal**](#tab/portal)
@@ -636,6 +643,8 @@ Use this process to conduct a layer 1 test. Ensure that each cross-connection is
636
643
637
644
Use the same procedure to down the ports by using `AdminState = "Disabled"`.
638
645
646
+
---
647
+
639
648
## Create a circuit
640
649
641
650
# [**Portal**](#tab/portal)
@@ -782,6 +791,8 @@ Create a circuit on the ExpressRoute Direct resource:
782
791
}
783
792
```
784
793
794
+
---
795
+
785
796
### Enable ExpressRoute Direct and circuits in a different subscription
786
797
787
798
# [**Portal**](#tab/portal)
@@ -859,7 +870,9 @@ You can create an authorization for your ExpressRoute Direct resource, and redee
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