You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This article guides you through the process of configuring *virtual network integration* for your Standard v2 or Premium v2 (preview) Azure API Management instance. With virtual network integration, your instance can make outbound requests to APIs hosted in a delegated subnet of a single connected virtual network.
15
+
This article guides you through the process of configuring *virtual network integration* for your Standard v2 or Premium v2 (preview) Azure API Management instance. With virtual network integration, your instance can make outbound requests to APIs that are isolated in a single connected virtual network.
16
16
17
17
When an API Management instance is integrated with a virtual network for outbound requests, the gateway and developer portal endpoints remain publicly accessible. The API Management instance can reach both public and network-isolated backend services.
18
18
19
19
:::image type="content" source="./media/integrate-vnet-outbound/vnet-integration.png" alt-text="Diagram of integrating API Management instance with a virtual network for outbound traffic." :::
20
20
21
-
If you want to inject a Premium v2 API Management instance into a virtual network to isolate both inbound and outbound traffic, see [Inject a Premium v2 instance into a virtual network](inject-vnet-v2.md).
21
+
If you want to inject a Premium v2 (preview) API Management instance into a virtual network to isolate both inbound and outbound traffic, see [Inject a Premium v2 instance into a virtual network](inject-vnet-v2.md).
22
22
23
23
> [!IMPORTANT]
24
24
> * Outbound virtual network integration described in this article is available only for API Management instances in the Standard v2 and Premium v2 tiers. For networking options in the different tiers, see [Use a virtual network with Azure API Management](virtual-network-concepts.md).
@@ -48,7 +48,7 @@ If you want to inject a Premium v2 API Management instance into a virtual networ
48
48
49
49
### Network security group
50
50
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).
51
+
A network security group must be associated with the subnet. Configure any network security group rules that you need for the gateway to access your API backends. To set up a network security group, see [Create a network security group](../virtual-network/manage-network-security-group.md).
52
52
53
53
### Subnet delegation
54
54
@@ -76,21 +76,14 @@ You must have at least the following role-based access control permissions on th
76
76
77
77
## Configure virtual network integration
78
78
79
-
This section guides you through the process of configure external virtual network integration for an existing Azure API Management instance.
79
+
This section guides you through the process to configure external virtual network integration for an existing Azure API Management instance. You can also configure virtual network integration when you create a new API Management instance.
80
80
81
81
82
82
1. In the [Azure portal](https://portal.azure.com), navigate to your API Management instance.
83
-
1. In the left menu, under **Deployment + Infrastructure**, select **Network**.
84
-
1. On the **Outbound traffic** card, select **virtual network integration**.
85
-
86
-
:::image type="content" source="media/integrate-vnet-outbound/integrate-vnet.png" lightbox="media/integrate-vnet-outbound/integrate-vnet.png" alt-text="Screenshot of virtual network integration in the portal.":::
87
-
88
-
1. In the **Virtual network** blade, enable the **Virtual network** checkbox.
89
-
1. Select the location of your API Management instance.
90
-
1. In **Virtual network**, select the virtual network and the delegated subnet that you want to integrate.
91
-
1. Select **Apply**, and then select **Save**. The virtual network is integrated.
92
-
93
-
:::image type="content" source="media/integrate-vnet-outbound/vnet-settings.png" lightbox="media/integrate-vnet-outbound/vnet-settings.png" alt-text="Screenshot of virtual network settings in the portal.":::
83
+
1. In the left menu, under **Deployment + Infrastructure**, select **Network** > **Edit**.
84
+
1. On the **Network configuration** page, under **Outbound features**, select **Enable** virtual network integration.
85
+
1. Select the virtual network and the delegated subnet that you want to integrate.
86
+
1. Select **Save**. The virtual network is integrated.
0 commit comments