Skip to content

Commit 1edee0e

Browse files
authored
Update health server setup instructions in documentation
1 parent 6579fcd commit 1edee0e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/batch/create-pool-extensions.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -226,9 +226,9 @@ If Key Vault extension is configured incorrectly, the compute node might be in a
226226

227227
## Considerations for Application Health extension
228228

229-
The Batch Node Agent running on the node always starts an HTTP server that returns the health status of the agent. This HTTP server listens on local IP address 127.0.0.1 and port 29879. It always returns a 200 status but with the response body being either healthy or unhealthy. Any other response (or lack thereof) is considered an "unknown" status.
229+
The Batch Node Agent running on the node always starts an HTTP server that returns the health status of the agent. This HTTP server listens on local IP address 127.0.0.1 and port 29879. It always returns a 200 status but with the response body being either healthy or unhealthy. Any other response (or lack thereof) is considered an "unknown" status. This setup is in line with the guidelines running a http server which provides a "Rich Health State" per the official "Application Health extension" documents.
230230

231-
You can set up your own health server that listens on a different port. Optionally, your health server can query the Batch Node Agent server and combine with your health signal to generate a composite health result.
231+
If you set up your own health server, please make sure that the HTTP server listens on a different port. And it is suggested that your health server should query the Batch Node Agent server and combine with your health signal to generate a composite health result. Otherwise you might end up with a "healthy" node that doesn't have a Batch Node agent running.
232232

233233
## Next steps
234234

0 commit comments

Comments
 (0)