Skip to content

Commit 922d5b6

Browse files
author
gitName
committed
edit
1 parent 5ffaf22 commit 922d5b6

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
@@ -252,12 +252,12 @@ Confirm that the endpoint's **Connection status** is **Approved**.
252252

253253
## Optionally disable public network access
254254

255-
To optionally limit incoming traffic to the API Management instance only to private endpoints, disable public network access.
255+
To optionally limit incoming traffic to the API Management instance only to private endpoints, disable the public network access property.
256256

257257
> [!NOTE]
258-
> Public network access can only be disabled in API Management instances configured with a private endpoint, not with other networking configurations such as VNet injection.
258+
> Public network access can only be disabled in API Management instances configured with a private endpoint, not with other networking configurations.
259259
260-
To disable public network access using the Azure CLI, run the following [az apim update](/cli/azure/apim#az-apim-update) command, substituting the names of your API Management instance and resource group:
260+
To disable the public network access property using the Azure CLI, run the following [az apim update](/cli/azure/apim#az-apim-update) command, substituting the names of your API Management instance and resource group:
261261

262262
```azurecli
263263
az apim update --name my-apim-service --resource-group my-resource-group --public-network-access false

0 commit comments

Comments
 (0)