Skip to content

Commit 204539c

Browse files
authored
Add guidance to register to Microsoft.Network
Add CLI commands
1 parent 5d40b9f commit 204539c

File tree

1 file changed

+8
-3
lines changed

1 file changed

+8
-3
lines changed

articles/expressroute/expressroute-howto-expressroute-direct-cli.md

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,12 @@ You can use Azure ExpressRoute Direct to connect directly to the Microsoft globa
3636
az account set --subscription "<subscription ID>"
3737
```
3838

39-
2. List all locations where ExpressRoute Direct is supported:
39+
2. Re-register your subscription to Microsoft.Network to access the expressrouteportslocation and expressrouteport APIs
40+
41+
```azurecli
42+
az provider register --namespace Microsoft.Network
43+
```
44+
3. List all locations where ExpressRoute Direct is supported:
4045

4146
```azurecli
4247
az network express-route port location list
@@ -103,7 +108,7 @@ You can use Azure ExpressRoute Direct to connect directly to the Microsoft globa
103108
}
104109
]
105110
```
106-
3. Determine whether one of the locations listed in the preceding step has available bandwidth:
111+
4. Determine whether one of the locations listed in the preceding step has available bandwidth:
107112

108113
```azurecli
109114
az network express-route port location show -l "Equinix-Ashburn-DC2"
@@ -129,7 +134,7 @@ You can use Azure ExpressRoute Direct to connect directly to the Microsoft globa
129134
"type": "Microsoft.Network/expressRoutePortsLocations"
130135
}
131136
```
132-
4. Create an ExpressRoute Direct resource that's based on the location you chose in the preceding steps.
137+
5. Create an ExpressRoute Direct resource that's based on the location you chose in the preceding steps.
133138

134139
ExpressRoute Direct supports both QinQ and Dot1Q encapsulation. If you select QinQ, each ExpressRoute circuit is dynamically assigned an S-Tag and is unique throughout the ExpressRoute Direct resource. Each C-Tag on the circuit must be unique on the circuit but not across the ExpressRoute Direct resource.
135140

0 commit comments

Comments
 (0)