Skip to content

Commit cd22e12

Browse files
committed
typos
1 parent 9f7dc28 commit cd22e12

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

articles/api-management/private-endpoint.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ GET https://management.azure.com/subscriptions/{subscriptionId}/providers/Micros
8080
```
8181

8282
Output should include the `Microsoft.ApiManagement.service` endpoint type:
83-
az
83+
8484
```JSON
8585
[...]
8686

@@ -172,15 +172,15 @@ If you have sufficient permissions, approve a private endpoint connection on the
172172
You can also use the API Management [Private Endpoint Connection - Create Or Update](/rest/api/apimanagement/current-ga/private-endpoint-connection/create-or-update) REST API.
173173

174174
```rest
175-
PATCH https://management.azure.comsubscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ApiManagement/service/{apimServiceName}privateEndpointConnections/{privateEndpointConnectionName}?api-version=2021-08-01
175+
PATCH https://management.azure.com/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ApiManagement/service/{apimServiceName}privateEndpointConnections/{privateEndpointConnectionName}?api-version=2021-08-01
176176
```
177177

178178
### Optionally disable public network access
179179

180180
To optionally limit incoming traffic to the API Management instance only to private endpoints, disable public network access. Use the [API Management Service - Create Or Update](/rest/api/apimanagement/current-ga/api-management-service/create-or-update) REST API.
181181

182182
```rest
183-
PATCH https://management.azure.comsubscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ApiManagement/service/{apimServiceName}?api-version=2021-08-01
183+
PATCH https://management.azure.com/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ApiManagement/service/{apimServiceName}?api-version=2021-08-01
184184
Authorization: Bearer {{authToken.response.body.access_token}}
185185
Content-Type: application/json
186186

0 commit comments

Comments
 (0)