Azure App Gateway - Backend Health 404 error

1.7k Views Asked by At

I am trying to configure Azure Application Gateway with ADFS. The Backend pool points to ADFS Web Application Proxy. The backend health check is reporting as unhealthy. I am getting an a error: received invalid status code 404 in the backend servers http response

Everything appears to be configured correctly and I can access the site when bypassing the App Gateway

2

There are 2 best solutions below

0
Omar On

This was resolved by re-configuring the health probe

0
Montaro On

In my case with the App Service as a backend pool, I had to create a custom Health probe(http-probe for ex.) to be used in the HTTP setting(http for ex.), where the HTTP setting(http for ex.) is the one configured in the Request Routing Rule. enter image description here

enter image description here

enter image description here

enter image description here