Connect App Service to VPN SSL

Gerardo Buenrostro 1 Reputation point
2021-12-16T19:25:42.847+00:00

Hi! I need help with something, I need to connect an AppService to an external server via a VPN.

To connect to that server today I use an app called forticlient and connect via VPN SSL with a gateway, user, and password.

I need to connect an Azure App Service to the same server using the same VPN connection. How can I do it?

Azure App Service
Azure App Service
Azure App Service is a service used to create and deploy scalable, mission-critical web apps.
8,967 questions
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. Vidya Narasimhan 2,126 Reputation points Microsoft Employee
    2021-12-18T13:38:44.13+00:00

    Hi @Gerardo Buenrostro ,

    To connect App service to an external resource via vpn, 1) you need to set up a VNET with vpn connectivity to the external network where the server resides.
    2) set up App service Vnet integration as per this link https://learn.microsoft.com/en-us/azure/app-service/overview-vnet-integration .
    This way your app service can make outbound requests to the external resource .

    Pls accept as Answer if this helps!


Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.