Azure FrontDoor Vnet integration

kalyan k kalapala 21 Reputation points
2021-07-21T12:25:06.673+00:00

I am having my azure web apps and storage apps connected to the azure virtual network (VNET) for network restriction. But is it possible to add azure front door to the azure paas services connected in the vnet.

Azure Front Door
Azure Front Door
An Azure service that provides a cloud content delivery network with threat protection.
588 questions
Azure App Service
Azure App Service
Azure App Service is a service used to create and deploy scalable, mission-critical web apps.
6,964 questions
{count} votes

1 answer

Sort by: Most helpful
  1. SUNOJ KUMAR YELURU 13,951 Reputation points MVP
    2021-07-21T14:22:08.193+00:00

    Hi @kalyan k kalapala

    You can edit your AppService network restrictions to only allow the Front Door service tag, and restrict access to only your Front Door's origin ID.
    refer - https://www.reddit.com/r/AZURE/comments/o04dx0/azure_front_door_connecting_to_app_service_in_a/

    Azure Private Link enables you to access Azure PaaS Services and Azure hosted services over a Private Endpoint in your virtual network. Traffic between your virtual network and the service traverses over the Microsoft backbone network, eliminating exposure from the public Internet.

    Azure Front Door Premium SKU can connect to your origin via private link service. Your applications can be hosted in your private VNet or behind a PaaS service such as Web App and Storage Account, removing the need for your origin to be publically accessible.

    Note- Azure Front Door Standard/Premium (Preview) is currently in public preview. This preview version is provided without a service level agreement, and it's not recommended for production workloads.

    Please refer below link for more details
    https://learn.microsoft.com/en-us/azure/frontdoor/standard-premium/concept-private-link

    If the Answer is helpful, please click Accept Answer and up-vote, this can be beneficial to other community members.

    1 person found this answer helpful.