Skip to content

Commit cb02477

Browse files
committed
copyedits
1 parent 37c90ce commit cb02477

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

articles/api-management/api-management-using-with-vnet.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ author: dlepow
66

77
ms.service: azure-api-management
88
ms.topic: how-to
9-
ms.date: 01/05/2026
9+
ms.date: 01/08/2026
1010
ms.author: danlep
1111
---
1212
# 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
1818
* [Using a virtual network with Azure API Management](virtual-network-concepts.md)
1919
* [Network resource requirements for API Management injection into a virtual network](virtual-network-injection-resources.md)
2020

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.
2222

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.":::
2424

2525
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).
2626

@@ -45,7 +45,7 @@ For configurations specific to the *internal* mode, where the endpoints are acce
4545
1. Select **Virtual network**, **Subnet**, and (optionally) **Public IP address**.
4646
* The virtual network list is populated with virtual networks available in your Azure subscriptions, set up in the region you're configuring.
4747

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.":::
4949

5050
1. Select **Apply**. The **Network** page of your API Management instance is updated with your new virtual network and subnet choices.
5151

@@ -67,7 +67,7 @@ For configurations specific to the *internal* mode, where the endpoints are acce
6767

6868
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.
6969

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.":::
7171

7272
## Custom DNS server setup
7373

@@ -79,7 +79,7 @@ The API Management service depends on several Azure services. When API Managemen
7979
* 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).
8080

8181
> [!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.
8383
8484
## Routing
8585

0 commit comments

Comments
 (0)