I have a new app service to deploy to an existing Azure App Gateway which already manages some app services.
After copying the configuration of those others applications, I found that the new app service is unreachable from external calls while all others are and I'm struggling to find out why.
The custom certificate and custom domain binded to the app service seems fine :
I can see in the backend pool the new app rule :
the http setting is set, the same way as the other applications, with the certificates of the ASE :
The new listener appears in the Frontend Ip configuration:
The listener is set and linked to its rule and hostname:
The probe is set as well and the Health Check gives me a green status for the app. I can see in App Insights of the app service the pings from the health probe succeeding, so the gateway can communicate with the app.
But when I try from an outside source (postman or browser) I get an Error: getaddrinfo ENOTFOUND.
Did I miss a step? Does that mean that the domain has not been set correctly? Something else? (sorry, probably too many screenshots)
Thanks for any help