App Service VNET Integration and Private Endpoint

Pallab Chakraborty 401 Reputation points
2022-05-27T17:34:29.357+00:00

I have a question. If suppose i have Private Endpoint enabled for my web apps, is VNET integration still required? I know enabling VNET integration for your web apps will help your web app access resources inside the VNET.
Similarly enabling PE for Web Apps will enable Azure services sitting in my VNET or on prem to talk to the Web Apps

But say, i just enable Private Endpoint and do not enable VNET integration, won't private endpoint fulfil both the things i.e web apps talking to resources inside the VNET , for example, a SQL DB which is private endpoint enabled as well as other resources inside my VNET talking to the web apps.

Looking forward to hear on this

Azure Private Link
Azure Private Link
An Azure service that provides private connectivity from a virtual network to Azure platform as a service, customer-owned, or Microsoft partner services.
449 questions
Azure App Service
Azure App Service
Azure App Service is a service used to create and deploy scalable, mission-critical web apps.
6,691 questions
0 comments No comments
{count} votes

Accepted answer
  1. Sudipta Chakraborty - MSFT 1,096 Reputation points Microsoft Employee
    2022-05-27T18:01:41.907+00:00

    @Pallab Chakraborty :

    If you are adding a private endpoint to the Azure Web App then you need not associate the web app with the VNET. When you Add Private Endpoint you will need to provide the VNET, Subnet and private DNS details as well.

    Reference:
    https://learn.microsoft.com/en-us/azure/private-link/tutorial-private-endpoint-webapp-portal

    Please "Accept the answer" if the information helped you. This will help us and others in the community as well.

    4 people found this answer helpful.

2 additional answers

Sort by: Most helpful
  1. risolis 8,701 Reputation points
    2022-05-27T17:43:59.733+00:00

    Hello @Pallab Chakraborty

    Thank you for your post.

    Please consider the next suggestion for this scenario : )

    https://learn.microsoft.com/en-us/azure/private-link/private-link-overview

    Best Regards,

    Please "Accept the answer" if the information helped you. This will help us and others in the community as well.

    1 person found this answer helpful.
    0 comments No comments

  2. Pallab Chakraborty 401 Reputation points
    2023-03-02T14:48:10.6033333+00:00

    You need to keep a dedicated subnet for VNET integration when it comes to App Service VNET Integration. Please check the section "Subnet Requirements" in the link --> https://learn.microsoft.com/en-us/azure/app-service/overview-vnet-integration

    0 comments No comments