Skip to content

Commit 94f733c

Browse files
author
gitName
committed
edits
1 parent 378d2dd commit 94f733c

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

articles/api-management/front-door-api-management.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,12 @@ Azure Front Door is a modern application delivery network platform providing a s
2020

2121
This article shows how to:
2222

23-
* Set up an Azure Front Door Standard/Premium profile in front of a publicly accessible Azure API Management instance: either non-networked, or injected in a virtual network in [external mode](api-management-using-with-vnet.md).
23+
* Set up an Azure Front Door Standard/Premium profile in front of a publicly accessible Azure API Management instance: either non-networked, or a Developer or Premium instance injected in a virtual network in [external mode](api-management-using-with-vnet.md).
2424
* Restrict API Management to accept API traffic only from Azure Front Door.
2525

26+
> [!TIP]
27+
> You can also configure Azure Front Door Premium to route traffic to an API Management gateway using a [private endpoint](../frontdoor/standard-premium/how-to-enable-private-link-apim.md).
28+
2629
## Prerequisites
2730

2831
* An API Management instance.

articles/api-management/virtual-network-concepts.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ The following table compares virtual networking options. For more information, s
2323
|**[Virtual network injection (classic tiers) - internal](#virtual-network-injection-classic-tiers)** | Developer, Premium | Developer portal, gateway, management plane, and Git repository | Inbound and outbound traffic can be allowed to peered virtual networks, ExpressRoute, and S2S VPN connections. | Internal access to private and on-premises backends |
2424
|**[Virtual network injection (v2 tiers)](#virtual-network-injection-v2-tiers)** | Premium v2 | Gateway only | Inbound and outbound traffic can be allowed to a delegated subnet of a virtual network, peered virtual networks, ExpressRoute, and S2S VPN connections. | Internal access to private and on-premises backends |
2525
|**[Virtual network integration (v2 tiers)](#virtual-network-integration-v2-tiers)** | Standard v2, Premium v2 | Gateway only | Outbound request traffic can reach APIs hosted in a delegated subnet of a single connected virtual network. | External access to private and on-premises backends |
26-
|**[Inbound private endpoint](#inbound-private-endpoint)** | Developer, Basic, Standard, Premium | Gateway only (managed gateway supported, self-hosted gateway not supported) | Only inbound traffic can be allowed from internet, peered virtual networks, ExpressRoute, and S2S VPN connections. | Secure client connection to API Management gateway |
26+
|**[Inbound private endpoint](#inbound-private-endpoint)** | Developer, Basic, Standard, Standard v2 (preview), Premium | Gateway only (managed gateway supported, self-hosted gateway not supported) | Only inbound traffic can be allowed from internet, peered virtual networks, ExpressRoute, and S2S VPN connections. | Secure client connection to API Management gateway |
2727

2828

2929
## Virtual network injection (classic tiers)

0 commit comments

Comments
 (0)