Skip to content

Commit b24c471

Browse files
authored
Update articles/app-service/monitor-instances-health-check.md
1 parent 126fd6c commit b24c471

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
@@ -150,9 +150,9 @@ The Health check requests are sent to your site internally, so the request won't
150150

151151
On Windows App Service, the Health check requests will be sent via HTTPS when [HTTPS Only](configure-ssl-bindings.md#enforce-https) is enabled on the site. Otherwise, they're sent over HTTP. On Linux App Service, the health check requests are only sent over HTTP and can't be sent over HTTP**S** at this time.
152152

153-
### Is HealthCheck following the application code configured redirects between the default domain and the custom domain?
153+
### Is Health check following the application code configured redirects between the default domain and the custom domain?
154154

155-
No, Health Check feature is pinging the path of the default domain of the web application. If there is a redirect from the default domain to a custom domain, then the status code that health check is returning is not going to be a 200 but a redirect (301), which is going to mark the worker unhealthy.
155+
No, the Health check feature is pinging the path of the default domain of the web application. If there is a redirect from the default domain to a custom domain, then the status code that Health check is returning is not going to be a 200 but a redirect (301), which is going to mark the worker unhealthy.
156156

157157

158158
### What if I have multiple apps on the same App Service Plan?

0 commit comments

Comments
 (0)