Skip to content

Commit da47c2f

Browse files
Merge pull request #266078 from jeffwmartinez/patch-2
Update monitor-instances-health-check.md
2 parents 91de65f + dd1d26d commit da47c2f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -172,7 +172,7 @@ If your app is only scaled to one instance and becomes unhealthy, it will not be
172172

173173
### Why are the Health check requests not showing in my web server logs?
174174

175-
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.
175+
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). You can add log statements in your Health check code to keep logs of when your Health check path is pinged.
176176

177177
### Are the Health check requests sent over HTTP or HTTPS?
178178

0 commit comments

Comments
 (0)