An Azure service that provides a cloud content delivery network with threat protection.
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 rule
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.
Please
and “up-vote” wherever the information provided helps you, this can be beneficial to other community members.