Skip to content

Commit 427daa1

Browse files
committed
clarified inbound support
1 parent 7e3da6c commit 427daa1

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

articles/api-management/private-endpoint.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
2-
title: Set up private endpoint for Azure API Management Preview
3-
description: Learn how to restrict access to an Azure API Management instance by using an Azure private endpoint and Azure Private Link.
2+
title: Set up inbound private endpoint for Azure API Management
3+
description: Learn how to restrict inbound access to an Azure API Management instance by using an Azure private endpoint and Azure Private Link.
44
ms.service: api-management
55
author: dlepow
66
ms.author: danlep
@@ -9,17 +9,17 @@ ms.date: 02/23/2023
99

1010
---
1111

12-
# Connect privately to API Management using a private endpoint
12+
# Connect privately to API Management using an inbound private endpoint
1313

14-
You can configure a [private endpoint](../private-link/private-endpoint-overview.md) for your API Management instance to allow clients in your private network to securely access the instance over [Azure Private Link](../private-link/private-link-overview.md).
14+
You can configure an inbound [private endpoint](../private-link/private-endpoint-overview.md) for your API Management instance to allow clients in your private network to securely access the instance over [Azure Private Link](../private-link/private-link-overview.md).
1515

1616
* The private endpoint uses an IP address from an Azure VNet in which it's hosted.
1717

1818
* Network traffic between a client on your private network and API Management traverses over the VNet and a Private Link on the Microsoft backbone network, eliminating exposure from the public internet.
1919

2020
* Configure custom DNS settings or an Azure DNS private zone to map the API Management hostname to the endpoint's private IP address.
2121

22-
:::image type="content" source="media/private-endpoint/api-management-private-endpoint.png" alt-text="Diagram that shows a secure connection to API Management using private endpoint.":::
22+
:::image type="content" source="media/private-endpoint/api-management-private-endpoint.png" alt-text="Diagram that shows a secure inbound connection to API Management using private endpoint.":::
2323

2424
[!INCLUDE [api-management-private-endpoint](../../includes/api-management-private-endpoint.md)]
2525

includes/api-management-private-endpoint.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,5 +17,5 @@ With a private endpoint and Private Link, you can:
1717
- Limit incoming traffic only to private endpoints, preventing data exfiltration.
1818

1919
> [!IMPORTANT]
20-
> * To enable private endpoints, the API Management instance can't already be configured with an external or internal [virtual network](../articles/api-management/virtual-network-concepts.md).
2120
> * You can only configure a private endpoint connection for **inbound** traffic to the API Management instance. Currently, outbound traffic isn't supported.
21+
> * To enable private endpoints, the API Management instance can't already be configured with an external or internal [virtual network](../articles/api-management/virtual-network-concepts.md).

0 commit comments

Comments
 (0)