Skip to content

Commit 04cd645

Browse files
Merge pull request #275606 from dlepow/nwpre
[APIM] Subnet requirements - VNet integration
2 parents 1e32287 + 6a63c3a commit 04cd645

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

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

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

1111
# Integrate an Azure API Management instance with a private VNet for outbound connections
@@ -22,7 +22,9 @@ When an API Management instance is integrated with a virtual network for outboun
2222

2323
- An Azure API Management instance in the [Standard v2](v2-service-tiers-overview.md) pricing tier
2424
- A virtual network with a subnet where your API Management backend APIs are hosted
25-
- The network must be deployed in the same region and subscription as your API Management instance
25+
- The network must be deployed in the same region and subscription as your API Management instance.
26+
- The subnet should be dedicated to VNet integration.
27+
- A minimum subnet size of `/26` or `/27` is recommended when creating a new subnet; `/28` can be used with an existing subnet.
2628
- (Optional) For testing, a sample backend API hosted within a different subnet in the virtual network. For example, see [Tutorial: Establish Azure Functions private site access](../azure-functions/functions-create-private-site-access.md).
2729

2830
### Permissions
@@ -41,7 +43,7 @@ Ensure that the subscription with the virtual network is registered for the `Mic
4143

4244
## Delegate the subnet
4345

44-
The subnet used for integration must be delegated to the **Microsoft.Web/serverFarms** service. In the subnet settings, in **Delegate subnet to a service**, select **Microsoft.Web/serverFarms**.
46+
The subnet used for integration must be delegated to the **Microsoft.Web/serverFarms** service. The subnet can't be delegated to another service. In the subnet settings, in **Delegate subnet to a service**, select **Microsoft.Web/serverFarms**.
4547

4648
:::image type="content" source="media/integrate-vnet-outbound/delegate-subnet.png" alt-text="Screenshot of delegating the subnet to a service in the portal.":::
4749

0 commit comments

Comments
 (0)