APIM - Private Endpoint

Andrea Longhitano 155 Reputation points
2024-07-30T10:32:14.8233333+00:00

Hello,

I'm trying to deploy an Azure API Management with an Application Gateway in front of.

What is the main advantage of using private endpoint in APIM? The APIM is in internal mode, so it's not accessible from the public yet.

Thank you,

Andrea

Azure API Management
Azure API Management
An Azure service that provides a hybrid, multi-cloud management platform for APIs.
2,457 questions
{count} votes

1 answer

Sort by: Most helpful
  1. JananiRamesh-MSFT 29,276 Reputation points
    2024-07-30T11:59:09.17+00:00

    @Andrea Longhitano Thanks for reaching out. If your APIM instance is deployed in an internal virtual network, it is not accessible from the public internet. As per this https://learn.microsoft.com/en-us/azure/api-management/private-endpoint you can't use private endpoint if your APIM is deployed inside a VNET, you can use one or the other.

    A private endpoint for APIM is typically used when you want to access your APIM service from within your virtual network, while keeping the traffic within your virtual network. This can be useful if you have other services or resources in your virtual network that need to access your APIM service, or if you want to ensure that traffic to and from your APIM service stays within your virtual network.

    Refer: https://azure.microsoft.com/en-us/blog/secure-your-apis-with-private-link-support-for-azure-api-management/

    https://techcommunity.microsoft.com/t5/azure-integration-services-blog/choosing-the-right-azure-api-management-tier-for-your-networking/ba-p/4104621

    do let me know incase of further queries, I would be happy to assist you.

    0 comments No comments

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.