I have created an appication gatweay in Azure for HTTPS I uploaded the .pfx certificate WAF is enabled I created an App Service
Web Apps I created 3 Web Apps one which will be used for Devtest website, One for PreProd and one for Live I then created 3 back end pools with the FQDN of each of the above webapps
3 Listeners were created for each environment as follows devtestlistner which points to DevTest.mydoamin.com prepodListerner which points to preprod.mydomain.co liveListerner which points to live.mydomain.com
Routing Rules added devRule which points to devtestListener preprodRule which points to PreProdListener LiveRule which point to LiveListener
The DNS name of the appgateway was entered into my domains DNS to point to the AppGateway
However when i navigate to any of the webiste i get This site can’t be reached xxxxxxxx.cloudapp.net took too long to respond ???
When I use the Azure dns above I still get this error?
Can anyone help?