Azure Web App outbound connectivity to a private endpoint with vnet integration

Lache, Stephan 0 Reputation points
2023-03-22T11:16:32.9633333+00:00

Hi all,

we have a azure web app which needs outbound connectivity to a sql database.

The database is hosted in a provider azure environment.

Is it possible to connect the web app via vnet integration to an private endpoint at the provider environment ?

Currently we need to route the outbound traffic to an Onprem VPN connection.

Thanks

Stephan

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.
460 questions
Azure Static Web Apps
Azure Static Web Apps
An Azure service that provides streamlined full-stack web app development.
758 questions
{count} votes

1 answer

Sort by: Most helpful
  1. SnehaAgrawal-MSFT 18,191 Reputation points
    2023-03-24T09:17:56.17+00:00

    @Lache, Stephan

    Sure, you can connect the web app via VNet integration to a private endpoint at the provider environment. By using VNet integration, you can securely access resources in your virtual network from your web app.

    You can use private endpoint for your App Service apps to allow clients located in your private network to securely access the app over Azure Private Link. The private endpoint uses an IP address from your Azure virtual network address space. Network traffic between a client on your private network and the app traverses over the virtual network and a Private Link on the Microsoft backbone network, eliminating exposure from the public Internet.

    Using private endpoint for your app enables you to securely connect to your app from on-premises networks that connect to the virtual network using a VPN or ExpressRoute private peering.

    See: https://github.com/MicrosoftDocs/azure-docs/blob/main/articles/app-service/networking/private-endpoint.md

    How to connect privately to an app with the Azure portal

    https://learn.microsoft.com/en-us/azure/app-service/overview-vnet-integration

    Let us know if further query or issue remains.

    0 comments No comments