07-30-2022, 10:02 PM
(This post was last modified: 07-30-2022, 10:02 PM by Alexandre Machado.)
From MS docs:
For example: You configure your application gateway to use back-end servers A, B, and C to receive HTTP network traffic on port 80. The default health monitoring tests the three servers every 30 seconds for a healthy HTTP response with a 30 second timeout for each request. A healthy HTTP response has a status code between 200 and 399. In this case, the HTTP GET request for the health probe will look like http://127.0.0.1/.
https://docs.microsoft.com/en-us/azure/a...e-overview
Once IW responds with 404, the probe will understand this as a server failure... Kind of stupid probe...
For example: You configure your application gateway to use back-end servers A, B, and C to receive HTTP network traffic on port 80. The default health monitoring tests the three servers every 30 seconds for a healthy HTTP response with a 30 second timeout for each request. A healthy HTTP response has a status code between 200 and 399. In this case, the HTTP GET request for the health probe will look like http://127.0.0.1/.
https://docs.microsoft.com/en-us/azure/a...e-overview
Once IW responds with 404, the probe will understand this as a server failure... Kind of stupid probe...

