Skip to content

Commit 9fc7ca2

Browse files
Merge pull request #259076 from dlepow/webdeleg
[APIM] Subnet delegation prereq
2 parents 918990c + 60bf58c commit 9fc7ca2

File tree

1 file changed

+15
-3
lines changed

1 file changed

+15
-3
lines changed

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

Lines changed: 15 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: 09/20/2023
8+
ms.date: 11/20/2023
99
---
1010

1111
# Integrate an Azure API Management instance with a private VNet for outbound connections (preview)
@@ -25,14 +25,26 @@ When an API Management instance is integrated with a virtual network for outboun
2525
- The network must be deployed in the same region and subscription as your API Management instance
2626
- (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).
2727

28+
### Permissions
29+
30+
You must have at least the following role-based access control permissions on the subnet or at a higher level to configure virtual network integration:
31+
32+
| Action | Description |
33+
|-|-|
34+
| Microsoft.Network/virtualNetworks/read | Read the virtual network definition |
35+
| Microsoft.Network/virtualNetworks/subnets/read | Read a virtual network subnet definition |
36+
| Microsoft.Network/virtualNetworks/subnets/join/action | Joins a virtual network |
37+
38+
### Register Microsoft.Web resource provider
39+
40+
Ensure that the subscription with the virtual network is registered for the `Microsoft.Web` resource provider. You can explicitly register the provider [by following this documentation](../azure-resource-manager/management/resource-providers-and-types.md#register-resource-provider).
41+
2842
## Delegate the subnet
2943

3044
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**.
3145

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

34-
For details, see [Add or remove a subnet delegation](../virtual-network/manage-subnet-delegation.md).
35-
3648
## Enable VNet integration
3749

3850
This section will guide you through the process of enabling VNet integration for your Azure API Management instance.

0 commit comments

Comments
 (0)