Skip to content

Commit 8494116

Browse files
committed
[APIM] VNet injection resources
1 parent a8b34d2 commit 8494116

File tree

2 files changed

+8
-4
lines changed

2 files changed

+8
-4
lines changed

articles/api-management/virtual-network-injection-resources.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ author: dlepow
55

66
ms.service: api-management
77
ms.topic: conceptual
8-
ms.date: 03/26/2024
8+
ms.date: 06/10/2024
99
ms.author: danlep
1010
---
1111

@@ -18,11 +18,11 @@ The following are virtual network resource requirements for API Management injec
1818
#### [stv2](#tab/stv2)
1919

2020
* An Azure Resource Manager virtual network is required.
21-
* You must provide a Standard SKU [public IPv4 address](../virtual-network/ip-services/public-ip-addresses.md#sku) in addition to specifying a virtual network and subnet.
2221
* The subnet used to connect to the API Management instance may contain other Azure resource types.
23-
* The subnet used to connect to the API Management instance should not have any delegations enabled. The "Delegate subnet to a service" setting for the subnet should be set to "None".
22+
* The subnet used to connect to the API Management instance should not have any delegations enabled. The **Delegate subnet to a service** setting for the subnet should be set to *None*.
2423
* A [network security group](../virtual-network/network-security-groups-overview.md) attached to the subnet above. A network security group (NSG) is required to explicitly allow inbound connectivity, because the load balancer used internally by API Management is secure by default and rejects all inbound traffic.
25-
* The API Management service, virtual network and subnet, and public IP address resource must be in the same region and subscription.
24+
* Depending on whether you inject your API Management instance into a virtual network in external mode or internal mode, you may provide a Standard SKU [public IPv4 address](../virtual-network/ip-services/public-ip-addresses.md#sku) in addition to specifying a virtual network and subnet.
25+
* The API Management service, virtual network and subnet, and public IP address resource (if provided) must be in the same region and subscription.
2626
* For multi-region API Management deployments, configure virtual network resources separately for each location.
2727

2828
#### [stv1](#tab/stv1)

includes/api-management-virtual-network-prerequisites.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,8 @@ Some prerequisites differ depending on the version (`stv2` or `stv1`) of the [co
4141

4242
* The value of the IP address is assigned as the virtual public IPv4 address of the API Management instance in that region.
4343

44+
* For multi-region API Management deployments, configure virtual network resources separately for each location.
45+
4446
### [stv1](#tab/stv1)
4547

4648
+ **An API Management instance.** For more information, see [Create an Azure API Management instance](../articles/api-management/get-started-create-service-instance.md).
@@ -50,4 +52,6 @@ Some prerequisites differ depending on the version (`stv2` or `stv1`) of the [co
5052
* The subnet used to connect to the API Management instance should not have any delegations enabled. The **Delegate subnet to a service** setting for the subnet should be set to *None*.
5153

5254
* For certain scenarios, enable **service endpoints** in the subnet to dependent services such as Azure Storage or Azure SQL. For more information, see [Force tunnel traffic to on-premises firewall using ExpressRoute or network virtual appliance](#force-tunnel-traffic-to-on-premises-firewall-using-expressroute-or-network-virtual-appliance), later in this article.
55+
56+
* For multi-region API Management deployments, configure virtual network resources separately for each location.
5357
---

0 commit comments

Comments
 (0)