I am setting up an Application Gateway in front of an Isolated App Environment. I have set up a domain name for the app environment eg mywebapp.com. I then Created a self signed certificate for the ILB of the app service environment and uploaded it to the Application Service environment. Next I created a web app and placed it in the above app service environment, the app name is app01.mywebapp.com. I added a custom domain name in the web app called awebapp.mydomain.com and validated this. I then pointed the custom domain name awebapp.mydomain.com to the DNS of the Application Gateway so all traffic for this domain name goes via the app gateway.
In application gateway I create a listener for the above hostname (awebapp.mydomain.com) using front end IP configuration and Frontend Port 80
Whilst configuring the APP Gateway Backend Pool...do you enter in App service Load Balancer IP or the hostname of the app service environment domain webapp.com or even the web app host name app01.mywebapp.com?
Then the probes - what hostname goes here? the custom domain name given to the web app in the web app settings eg awebapp.mydomain.com, the app service domain name mywebapp.com , the webapp domain name app01.mywebapp.com or the custom domain name awebapp.mydomain.com?????
Its all very confusing - no documentation I have seen actually explains the above..