I have a mobile app, that I want to use to securely consume an API endpoint that is located on premise server.
Is it possible to do it using Azure Application Gateway and VPN? And what VPN? is it site to site or point to site?
I have a mobile app, that I want to use to securely consume an API endpoint that is located on premise server.
Is it possible to do it using Azure Application Gateway and VPN? And what VPN? is it site to site or point to site?
Yes it is possible to do it using Azure Application Gateway and point to site VPN. You can use Open VPN protocol to connect from Android, iOS (versions 11.0 and above). You can follow this blog for any additional details on implementation, which uses Point Site VPN to connect using a android device. You can also refer to the official documentation for additional help on making this decision.