Share via

Unable to Access Private Endpoint–Enabled App Service Through Azure Front Door

Prakashchandra Pandey 0 Reputation points
2026-02-17T15:31:20.5233333+00:00

Hi Team - I am facing an issue accessing an Azure App Service that is integrated with a Private Endpoint when routing traffic through Azure Front Door (Premium).

My Setup:

  • Azure App Service with Private Endpoint enabled
  • VNet Integration enabled for the App Service
  • App Service is not accessible publicly (Public network access is disabled)
  • Azure Front Door Premium with:
    • Origin group → App Service (set to Private Link)
    • Approved Private Link connection in the App Service
  • DNS is configured using Azure Private DNS Zone (privatelink.azurewebsites.net)
  • Front Door endpoint is public, but origins must be accessed privately

Problem:

Even after completing the Private Link approval and configuration, Azure Front Door returns a 403 error when routing requests to the App Service origin. Direct access via the App Service’s private endpoint from within the VNet works fine.

Troubleshooting Done:

  • Private endpoint connection shows as Approved
  • DNS resolution for the App Service private endpoint works from inside the VNet
  • Verified that App Service firewall is not blocking traffic
  • Verified that Front Door Origin Host Header is set correctly
  • Tried enabling/disabling "Override host header"
  • App Service works locally through private IP, but not through Front Door

Questions:

  1. Is additional configuration required for Azure Front Door to reach a private endpoint–enabled App Service?
  2. Do I need any specific networking rules on the App Service or Private Endpoint NIC?
  3. Are there known limitations using App Service + Private Endpoint + Azure Front Door Premium?
  4. How can I correctly validate the private link connection path used by Front Door?

Any guidance or recommended troubleshooting steps would be greatly appreciated.

Below are links were used to configure AFD and app service configuration

https://learn.microsoft.com/en-us/azure/frontdoor/create-front-door-portal?tabs=quick

https://learn.microsoft.com/en-us/azure/frontdoor/standard-premium/how-to-enable-private-link-web-app?pivots=front-door-portal

Thank you!

Azure Front Door
Azure Front Door

An Azure service that provides a cloud content delivery network with threat protection.

{count} votes

1 answer

Sort by: Most helpful
  1. Vallepu Venkateswarlu 6,045 Reputation points Microsoft External Staff Moderator
    2026-02-17T15:54:07.98+00:00

    Hi @ Prakashchandra Pandey,

    Welcome to Microsoft Q&A Platform.

    It appears that you are encountering a 403 error while accessing your Azure App Service through Azure Front Door using a Private Endpoint.

    Verify Azure Front Door Configuration: Ensure that the Origin Group in Azure Front Door is correctly configured to reference the App Service via Private Link and Confirm that no public origins are mixed with the Private Link origin.

    Please verify whether the App Service and Azure Front Door (AFD) are deployed within the same Resource Group. If they are in different Resource Groups, consider moving them to the same Resource Group before attempting to link the App Service.

    Please allow at least 30 to 45 minutes for the configuration to synchronize. Azure Front Door can take up to 45 minutes to fully propagate configuration changes globally.

    Alternatively, you can configure firewall rules in the App Service by adding the service tag AzureFrontDoor (without using the Private Link option) and then test the access againIt appears that you are encountering a 403 error while accessing your Azure App Service through Azure Front Door using a Private Endpoint.

    Ref: Set a service tag-based ruleUser's image

    If you are still facing the error, check the Diagnostic Settings logs in Azure Front Door.

    If Diagnostic Settings are not enabled, please enable them and wait a few minutes for the logs to be generated. Once the logs appear, review the FrontDoorAccessLog and FrontDoorHealthProbeLog.

    These logs will help you identify the reason for the 403 error.

    Follow the https://techcommunity.microsoft.com/t5/azure-architecture-blog/permit-access-only-from-azure-front-door-to-azure-app-service-as/ba-p/2000173 to configure app service with Azure Front door.

    Note: If the information above did not help resolve the issue, kindly share your availability in a private message for further troubleshoot.

    Please210246-screenshot-2021-12-10-121802.pngand “up-vote” wherever the information provided helps you, this can be beneficial to other community members.

    0 comments No comments

Your answer

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