Skip to content

Commit e7148f0

Browse files
authored
Merge pull request #192319 from JasonFreeberg/patch-109
Update monitor-instances-health-check.md
2 parents 747cee1 + ab1c66f commit e7148f0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/app-service/monitor-instances-health-check.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,10 +19,10 @@ This article uses Health check in the Azure portal to monitor App Service instan
1919
## What App Service does with Health checks
2020

2121
- When given a path on your app, Health check pings this path on all instances of your App Service app at 1-minute intervals.
22-
- If an instance doesn't respond with a status code between 200-299 (inclusive) after two or more requests, or fails to respond to the ping, the system determines it's unhealthy and removes it.
22+
- If an instance doesn't respond with a status code between 200-299 (inclusive) after ten requests, App Service determines it is unhealthy and removes it. (The required number of failed requests for an instance to be deemed unhealthy is configurable to a minimum of 2 requests.)
2323
- After removal, Health check continues to ping the unhealthy instance. If the instance begins to respond with a healthy status code (200-299) then the instance is returned to the load balancer.
2424
- If an instance remains unhealthy for one hour, it will be replaced with new instance.
25-
- Furthermore, when scaling up or out, App Service pings the Health check path to ensure new instances are ready.
25+
- When scaling out, App Service pings the Health check path to ensure new instances are ready.
2626

2727
> [!NOTE]
2828
>- Health check doesn't follow 302 redirects.

0 commit comments

Comments
 (0)