Ive created a webapp and have added an ip restriction so that it can only be accessed via the azure application gateway.
In the Application Gateway I navigated to BackEnd Pools, clicked ADD and copied the web app URL eg https://mywebapp.azurewebsites.net, it complained it only wanted FQDN so i removed the https:// and entered in mywebapp.azurewebsites.net
I then navigated to my Application Gateway and copied the public IP address of the gateway and entered it in my browser to test the app but it wont see the web app , I get the error"This site can’t be reached"
Have I missed a step , is the FQDN incorrect? Do I need to use a custom Domain?