An Azure service that provides a hybrid, multi-cloud management platform for APIs.
Hello @Thandisizwe Jack ,
Thank you for reaching out to Microsoft Q&A!
The guidance already shared in the thread is accurate. Service endpoints on the APIM subnet for Azure SQL (primary region), Azure Storage, Azure Event Hubs, and Azure Key Vault are the documented approach to keep dependency traffic on the Azure backbone rather than force tunneling it through the firewall. Overriding the default route toward a hub firewall is supported for an internal-mode APIM deployment, provided the documented APIM dependencies and routing requirements are configured correctly.
One additional step in the documentation that is easy to overlook, and is frequently the cause of force-tunneled deployment issues, is configuring a UDR for the ApiManagement service tag with a next hop type of Internet. Control-plane traffic reaches the management endpoint on port 3443 from the ApiManagement service tag IP ranges. When this traffic is force tunneled, return traffic may not follow the expected path, causing loss of connectivity to the management endpoint. Microsoft notes that allowing this return path to bypass the firewall is not considered a significant security risk because inbound access on port 3443 should already be restricted to the ApiManagement service tag.
A few points specific to your design:
- Any remaining outbound dependency traffic routed through the hub firewall must be allowed, including metrics and health monitoring, Azure portal diagnostics, SMTP relay, developer portal CAPTCHA, and Azure KMS.
- Since your deployment uses internal mode behind an internal Application Gateway, the per-client UDR requirement for gateway and developer portal data-plane traffic does not apply, as that guidance is specific to external-mode deployments.
After the routes are configured, you can review Network > Network status in the APIM instance to validate connectivity to required and optional dependencies and confirm that the firewall is not blocking necessary traffic.
Please "Upvote the Answer" if this information helped you. This will help us and others in the community as well.