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
Copy file name to clipboardExpand all lines: articles/api-management/api-management-using-with-vnet.md
+6-6Lines changed: 6 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,7 +6,7 @@ author: dlepow
6
6
7
7
ms.service: azure-api-management
8
8
ms.topic: how-to
9
-
ms.date: 01/05/2026
9
+
ms.date: 01/08/2026
10
10
ms.author: danlep
11
11
---
12
12
# Deploy your Azure API Management instance to a virtual network - external mode
@@ -18,9 +18,9 @@ You can deploy Azure API Management inside an Azure virtual network to access ba
18
18
*[Using a virtual network with Azure API Management](virtual-network-concepts.md)
19
19
*[Network resource requirements for API Management injection into a virtual network](virtual-network-injection-resources.md)
20
20
21
-
This article explains how to set up virtual network connectivity for your API Management Developer tier or Premium tier instance in the *external* mode. In this mode, the developer portal, API gateway, and other API Management endpoints are accessible from the public internet, and backend services are located in the network.
21
+
This article explains how to set up virtual network connectivity for your API Management Developer tier or Premium tier instance in the *external* mode. In this mode, the developer portal, API gateway, and other API Management endpoints are accessible from the public internet, and backend services can be located in the network.
22
22
23
-
:::image type="content" source="media/api-management-using-with-vnet/api-management-vnet-external.png" alt-text="Connect to external virtual network":::
23
+
:::image type="content" source="media/api-management-using-with-vnet/api-management-vnet-external.png" alt-text="Diagram showing API Management in an external virtual network.":::
24
24
25
25
For configurations specific to the *internal* mode, where the endpoints are accessible only within the virtual network, see [Deploy your Azure API Management instance to a virtual network - internal mode](./api-management-using-with-internal-vnet.md).
26
26
@@ -45,7 +45,7 @@ For configurations specific to the *internal* mode, where the endpoints are acce
45
45
1. Select **Virtual network**, **Subnet**, and (optionally) **Public IP address**.
46
46
* The virtual network list is populated with virtual networks available in your Azure subscriptions, set up in the region you're configuring.
47
47
48
-
:::image type="content" source="media/api-management-using-with-vnet/api-management-using-vnet-select.png" alt-text="Screenshot of virtual network settings in the portal.":::
48
+
:::image type="content" source="media/api-management-using-with-vnet/api-management-using-vnet-select.png" alt-text="Screenshot showing virtual network configuration in the portal.":::
49
49
50
50
1. Select **Apply**. The **Network** page of your API Management instance is updated with your new virtual network and subnet choices.
51
51
@@ -67,7 +67,7 @@ For configurations specific to the *internal* mode, where the endpoints are acce
67
67
68
68
After you connect your API Management service to the virtual network, you can access backend services within the virtual network just as you do public services. When creating or editing an API, type the local IP address or the host name (if a DNS server is configured for the virtual network) of your web service into the **Web service URL** field.
69
69
70
-
:::image type="content" source="media/api-management-using-with-vnet/api-management-using-vnet-add-api.png" alt-text="Add API from virtual network":::
70
+
:::image type="content" source="media/api-management-using-with-vnet/api-management-using-vnet-add-api.png" alt-text="Screenshot showing how to dd API from virtual network in the portal.":::
71
71
72
72
## Custom DNS server setup
73
73
@@ -79,7 +79,7 @@ The API Management service depends on several Azure services. When API Managemen
79
79
* Outbound network access on port `53` is required for communication with DNS servers. For more settings, see [Virtual network configuration reference](virtual-network-reference.md).
80
80
81
81
> [!IMPORTANT]
82
-
> If you plan to use custom DNS servers for the virtual network, set them up **before** deploying an API Management service into the virtual network. Otherwise, you need to update the API Management service each time you change the DNS servers by running the [Apply Network Configuration Operation](/rest/api/apimanagement/current-ga/api-management-service/apply-network-configuration-updates). You an also apply a network configuration on the **Network/Network status** blade in the Azure portal.
82
+
> If you plan to use custom DNS servers for the virtual network, set them up **before** deploying an API Management service into the virtual network. Otherwise, you need to update the API Management service each time you change the DNS servers by running the [Apply Network Configuration Operation](/rest/api/apimanagement/current-ga/api-management-service/apply-network-configuration-updates). You can also apply a network configuration on the **Network/Network status** blade in the Azure portal.
0 commit comments