Skip to content

Commit 6474c61

Browse files
Merge pull request #299612 from dlepow/sv2ga
[APIM] Standard v2 - private endpoint GA
2 parents 9c8bebe + f020e28 commit 6474c61

File tree

3 files changed

+2
-5
lines changed

3 files changed

+2
-5
lines changed

articles/api-management/private-endpoint.md

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,6 @@ ms.date: 05/09/2025
1414

1515
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).
1616

17-
> [!NOTE]
18-
> Private endpoint support in the Standard v2 tier is currently in preview.
19-
2017
* The private endpoint uses an IP address from an Azure virtual network in which it's hosted.
2118

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

articles/api-management/v2-service-tiers-overview.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ The latest capabilities of the v2 tiers are supported in API Management API vers
4848

4949
* **Standard v2** and **Premium v2** support **virtual network integration** to allow your API Management instance to reach API backends that are isolated in a single connected virtual network. The API Management gateway, management plane, and developer portal remain publicly accessible from the internet. The virtual network must be in the same region and subscription as the API Management instance. [Learn more](integrate-vnet-outbound.md).
5050

51-
In preview, *Standard v2* also supports inbound [private endpoint connections](private-endpoint.md) to the API Management gateway.
51+
* **Standard v2** also supports inbound [private endpoint connections](private-endpoint.md) to the API Management gateway.
5252

5353
* **Premium v2** also supports simplified **virtual network injection** for complete isolation of inbound and outbound gateway traffic without requiring network security group rules, route tables, or service endpoints. The virtual network must be in the same region and subscription as the API Management instance. [Learn more](inject-vnet-v2.md).
5454

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, 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 |
26+
|**[Inbound private endpoint](#inbound-private-endpoint)** | Developer, Basic, Standard, Standard v2, 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)