Skip to content

Commit 1f94c47

Browse files
Merge pull request #296732 from dlepow/netx
[APIM] NSG for v2 vnet
2 parents 9f7afa1 + 83047a8 commit 1f94c47

File tree

2 files changed

+7
-4
lines changed

2 files changed

+7
-4
lines changed

articles/api-management/inject-vnet-v2.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ author: dlepow
55
ms.author: danlep
66
ms.service: azure-api-management
77
ms.topic: how-to
8-
ms.date: 11/18/2024
8+
ms.date: 03/20/2025
99
---
1010

1111
# Inject an Azure API Management instance in a private virtual network - Premium v2 tier
@@ -14,6 +14,9 @@ ms.date: 11/18/2024
1414

1515
This article guides you through the requirements to inject your Azure API Management Premium v2 (preview) instance in a virtual network.
1616

17+
> [!NOTE]
18+
> The Premium v2 tier is currently in limited preview. To sign up, fill [this form](https://aka.ms/premiumv2).
19+
1720
> [!NOTE]
1821
> To inject a classic Developer or Premium tier instance in a virtual network, the requirements and configuration are different. [Learn more](virtual-network-injection-resources.md).
1922
@@ -54,7 +57,7 @@ If you want to enable *public* inbound access to an API Management instance in t
5457

5558
### Network security group
5659

57-
A network security group must be associated with the subnet.
60+
A network security group must be associated with the subnet. No specific rules are required. To set up a network security group, see [Create a network security group](../virtual-network/manage-network-security-group.md).
5861

5962
### Subnet delegation
6063

articles/api-management/integrate-vnet-outbound.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ author: dlepow
55
ms.author: danlep
66
ms.service: azure-api-management
77
ms.topic: how-to
8-
ms.date: 11/18/2024
8+
ms.date: 03/20/2025
99
---
1010

1111
# Integrate an Azure API Management instance with a private virtual network for outbound connections
@@ -48,7 +48,7 @@ If you want to inject a Premium v2 API Management instance into a virtual networ
4848

4949
### Network security group
5050

51-
A network security group must be associated with the subnet.
51+
A network security group must be associated with the subnet. No specific rules are required. To set up a network security group, see [Create a network security group](../virtual-network/manage-network-security-group.md).
5252

5353
### Subnet delegation
5454

0 commit comments

Comments
 (0)