Skip to content

Commit 6a63c3a

Browse files
committed
review comment
1 parent 8fd56da commit 6a63c3a

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

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

Lines changed: 3 additions & 4 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: 05/16/2024
8+
ms.date: 05/20/2024
99
---
1010

1111
# Integrate an Azure API Management instance with a private VNet for outbound connections
@@ -24,8 +24,7 @@ When an API Management instance is integrated with a virtual network for outboun
2424
- A virtual network with a subnet where your API Management backend APIs are hosted
2525
- The network must be deployed in the same region and subscription as your API Management instance.
2626
- 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. For details, see [related content](../app-service/overview-vnet-integration.md#subnet-requirements) for VNet integration in App Service.
28-
27+
- A minimum subnet size of `/26` or `/27` is recommended when creating a new subnet; `/28` can be used with an existing subnet.
2928
- (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).
3029

3130
### Permissions
@@ -44,7 +43,7 @@ Ensure that the subscription with the virtual network is registered for the `Mic
4443

4544
## Delegate the subnet
4645

47-
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**.
4847

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

0 commit comments

Comments
 (0)