Skip to content

Commit 92fbd41

Browse files
Merge pull request #211152 from Venkateshdodda-MSFT/patch-9
(AzureCXP) fixes MicrosoftDocs/azure-docs#98426
2 parents 02bc71f + 12c1d96 commit 92fbd41

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
@@ -142,9 +142,9 @@ After providing your application's Health check path, you can monitor the health
142142

143143
If your app is only scaled to one instance and becomes unhealthy, it will not be removed from the load balancer because that would take down your application entirely. Scale out to two or more instances to get the rerouting benefit of Health check. If your app is running on a single instance, you can still use Health check's [monitoring](#monitoring) feature to keep track of your application's health.
144144

145-
### Why are the Health check request not showing in my web server logs?
145+
### Why are the Health check requests not showing in my web server logs?
146146

147-
The Health check request is sent to your site internally, so the request won't show in [the web server logs](troubleshoot-diagnostic-logs.md#enable-web-server-logging). This also means the request will have an origin of `127.0.0.1` since the request is being sent internally. You can add log statements in your Health check code to keep logs of when your Health check path is pinged.
147+
The Health check requests are sent to your site internally, so the request won't show in [the web server logs](troubleshoot-diagnostic-logs.md#enable-web-server-logging). This also means the request will have an origin of `127.0.0.1` since the request is being sent internally. You can add log statements in your Health check code to keep logs of when your Health check path is pinged.
148148

149149
### Are the Health check requests sent over HTTP or HTTPS?
150150

0 commit comments

Comments
 (0)