Skip to content

Latest commit

 

History

History
38 lines (23 loc) · 2.7 KB

File metadata and controls

38 lines (23 loc) · 2.7 KB
author dlepow
ms.service azure-api-management
ms.topic include
ms.date 04/17/2025
ms.author danlep

Prerequisites

Review the network resource requirements for API Management injection into a virtual network before you begin.

  • A virtual network and subnet in the same region and subscription as your API Management instance.

    • The subnet used to connect to the API Management instance may contain other Azure resource types.
    • The subnet shouldn't have any delegations enabled. The Delegate subnet to a service setting for the subnet should be set to None.
  • A network security group 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. For specific configuration, see Configure NSG rules, later in this article.

  • 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, later in this article.

  • (Optional) A Standard SKU public IPv4 address.

    [!INCLUDE api-management-publicip-internal-vnet]

    • If provided, the IP address must be in the same region and subscription as the API Management instance and the virtual network.

    • When creating a public IP address resource, ensure you assign a DNS name label to it. In general, you should use the same DNS name as your API Management instance. If you change it, redeploy your instance so that the new DNS label is applied.

    • For best network performance, it's recommended to use the default Routing preference: Microsoft network.

    • When creating a public IP address in a region where you plan to enable zone redundancy for your API Management instance, configure the Zone-redundant setting.

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

  • For multi-region API Management deployments, configure virtual network resources separately for each location.