Can i access App service with public and private both endpoints?

Mithila Lishan 136 Reputation points
2023-09-15T02:34:55.77+00:00

Already our middleware has a SSL communication to appservice

And there is a requirment , we have to create site-to-site vpn connection, that same app(i mentioned above) service is involved for this site-to-site vpn connection as well.

In site-to-site vpn connection i have to allow traffic comming from on-premise server through virtual network, for that i am planing to use private endpoints.

can i create private endpoint and allow inbound traffic to the appservice without any interuption to previously mentioned SSL communication between app service and middleware

Azure Virtual Network
Azure Virtual Network
An Azure networking service that is used to provision private networks and optionally to connect to on-premises datacenters.
1,666 questions
Azure App Service
Azure App Service
Azure App Service is a service used to create and deploy scalable, mission-critical web apps.
5,655 questions
{count} votes

Accepted answer
  1. KapilAnanth-MSFT 23,331 Reputation points Microsoft Employee
    2023-09-15T07:50:40.6633333+00:00

    @Mithila Lishan

    Welcome to the Microsoft Q&A Platform. Thank you for reaching out & I hope you are doing well.

    I understand that you would like to access your App Service via Private EndPoint from OnPrem using Site-to-Site VPN connection.

    As long as you are able to resolve to the private IP of the Private EndPoint from the on-premise servers, you should be able to access the resource without any issue.

    Having a middleware should not have any impact here

    • PE only provides a layer 4 connectivity.
    • Layer 7 features such as SSL will still work over it
    • If you have SSL enabled in your app service, then the connections via PE would use TLS as well
    • However, in case TLS is provided by your middleware and the App Service can accept traffic via plain HTTP ( TLS Termination at Middleware ), your OnPREM servers would use HTTP to connect to it

    Please let us know if we can be of any further assistance here.

    Thanks,

    Kapil


    Please Accept an answer if correct. Original posters help the community find answers faster by identifying the correct answer.


0 additional answers

Sort by: Most helpful