I have 2 same Web App and I have added them to application gateway's backed pool in Azure. I have one domain for the application Gateway and I can bind only one web app to it. Is there any way to add 2 Web App with the same domain of application gateway?
If not, then any other way to achieve high availability for Web Apps?
I want that if one Web App is not reachable, the traffic should go to other Web App. The Web Apps are not stateless and therefore ruled out the use of Traffic Manager Profile due to lack of Session Persistence.
I have gone through various questions mentioned below on the same topic, but none is related or have satisfactory solution. - DNS: High Availability with Azure Web Apps + Traffic Manager - Achieving High Availability using Azure Traffic Manager - Is it possible that one domain name has multiple corresponding IP addresses?