Sep 26 2019 03:00 PM
Please check the Azure Application Gateway Flow Diagram:
Kindly confirm if Application Gateway can allow traffic from Onpremise via Private IP and Traffic from Internet via Public IP?
Sep 27 2019 11:22 PM
Sep 29 2019 06:28 PM
@Dave Rendón Thanks for your response.
Can i use one application gateway with Static Internal IP Address and in background connect to multiple Web Server (Different Applications)
If yes, wondering how App Gateway will be able to route the traffic to a specific Web server as the ip address is the same.
Yup can differentiate based on port, but again that is not possible.
Any suggestions?
Sep 30 2019 09:38 PM
I think what you are trying to accomplish is done by creating a multi-site listener within the application gateway settings. I am assuming the applications have a different URL or URI for access? If that is the case you can create a multi-site listener for each site and associate the correct HTTP settings and rules with each listener. This will allow you to use the same port but route to different back end host pools. I have set this up for a few clients and customers and it works like a charm. Let me know if you want further clarification. @Admin O365