Skip to content

Commit da4d25d

Browse files
(AzureCXP) Powershell command update
resolves MicrosoftDocs/azure-docs#112380
1 parent 82e0b11 commit da4d25d

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
@@ -50,7 +50,7 @@ Once enrolled, verify that the **Microsoft.Network** resource provider is regist
5050
3. List all locations where ExpressRoute Direct is supported.
5151

5252
```powershell
53-
Get-AzExpressRoutePortsLocation
53+
Get-AzExpressRoutePortsLocation | format-list
5454
```
5555

5656
**Example output**
@@ -83,7 +83,7 @@ Once enrolled, verify that the **Microsoft.Network** resource provider is regist
8383
4. Determine if a location listed above has available bandwidth
8484

8585
```powershell
86-
Get-AzExpressRoutePortsLocation -LocationName "Equinix-San-Jose-SV1"
86+
Get-AzExpressRoutePortsLocation -LocationName "Equinix-San-Jose-SV1" | format-list
8787
```
8888

8989
**Example output**

0 commit comments

Comments
 (0)