Description
The required number of failed requests for an instance to be deemed unhealthy and removed from the load balancer. For example, when set to 2, your instances will be removed after 2 failed pings. (Default value is 10)
Here is the description for WEBSITE_HEALTHCHECK_MAXPINGFAILURES. What is the difference between WEBSITE_HEALTHCHECK_MAXPINGFAILURES and the Load Balancing in the picture below.
I found when I change Load Balancing to 5, the value of WEBSITE_HEALTHCHECK_MAXPINGFAILURES will be changed to 5.

Test
Localhost will send two requests in one minute.
Before enabling Health Check, there is no any requet.
After enabling Health Check, two requests will be recieved every minute every instance.
Sometimes it will send multiple error request in one minute. (I let healthcheck api be error for test)
