Feb 13 2019 06:48 AM
Hello
i has created VPN site to site as below and it can connected ok
On-premise has url https://172.31.0.3 and vpn site to site -> azure subnet DMZ 10.251.1.0/24
I want create a reverse proxy in subnet DMZ and backend is server 172.31.0.3 with port is 443 . So i can create application gateway ? or another app ? please any one suggest help me
Best regards,
Thanks
Feb 17 2019 10:21 PM
Solution@Tien Ngo Thanh Yes you can use Azure application gateway for this. Application gateway works at Application Layer (Layer 7) and can act as a reverse proxy services. Application gateway will terminate the client connection and forward the request to back endpoints. In addition application gateway will provide following functionality:
There are many more features and advantages. I hope this helps
Feb 23 2019 05:28 PM
Thanks for all support , i just check then the problem is heath check failure ssl after that i export public key from certificate of server and import to Http setting in application gateway then now it is working normal
Feb 17 2019 10:21 PM
Solution@Tien Ngo Thanh Yes you can use Azure application gateway for this. Application gateway works at Application Layer (Layer 7) and can act as a reverse proxy services. Application gateway will terminate the client connection and forward the request to back endpoints. In addition application gateway will provide following functionality:
There are many more features and advantages. I hope this helps