Skip to content

Commit b1b6bf7

Browse files
committed
[APIM] Subnet requirements - VNet integration
1 parent 5d54915 commit b1b6bf7

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

articles/api-management/integrate-vnet-outbound.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: api-management
77
ms.topic: how-to
8-
ms.date: 03/13/2024
8+
ms.date: 05/16/2024
99
---
1010

1111
# Integrate an Azure API Management instance with a private VNet for outbound connections
@@ -22,7 +22,10 @@ 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 subnet size of /26 or /27 is generally recommended. For details, see [related content](../app-service/overview-vnet-integration.md#subnet-requirements) for VNet integration in App Service.
28+
2629
- (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).
2730

2831
### Permissions

0 commit comments

Comments
 (0)