Skip to content

Commit 69e12f8

Browse files
authored
Syntax update
Update title section and headers for sample API operations
1 parent 6db2890 commit 69e12f8

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

articles/expressroute/circuit-placement-api.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ https://management.azure.com/subscriptions/{subscriptionId}/providers/Microsoft.
9292
* 200 (OK)  The request is success. It will fetch list of ports.
9393
* 4XX (Bad Request)  One of validations failed – for example: Provider subid isn't valid.
9494

95-
### List of all port for a provider for a particular peering location
95+
### List get a list of all port pairs by location
9696

9797
```rest
9898
https://management.azure.com/subscriptions/{subscriptionId}/providers/Microsoft.Network/expressRouteProviderPorts?location={locationName}
@@ -135,7 +135,7 @@ https://management.azure.com/subscriptions/{subscriptionId}/providers/Microsoft.
135135
* 200 (OK) The request is success. It will fetch list of ports.
136136
* 4XX (Bad Request) One of validations failed – for example: Provider subid isn't valid or location isn't valid.
137137

138-
To get port details of a particular port using port pair descriptor ID.
138+
### To get a specific port pair using the port pair descriptor ID.
139139

140140
```rest
141141
https://management.azure.com/subscriptions/{subscriptionId}/providers/Microsoft.Network/expressRouteProviderPorts/{portPairDescriptor}
@@ -180,7 +180,7 @@ https://management.azure.com/subscriptions/{subscriptionId}/providers/Microsoft.
180180
* 204 The port pair with the mentioned descriptor ID isn't available.
181181
* 4XX (Bad Request) One of validations failed – For example: Provider subid isn't valid.
182182

183-
### PUT expressRouteCrossConnection API to move a circuit to a specific port pair
183+
### Move a target expressRouteCircuit to a specific port pair
184184

185185
Once the portPairDescriptor of the target port pair is identified, the ExpressRoute partner can use the [ExpressRouteCrossConnection API](/rest/api/expressroute/express-route-cross-connections/create-or-update) to move the ExpressRoute circuit to a specific port pair.
186186

0 commit comments

Comments
 (0)