Skip to content

Commit 6579fcd

Browse files
authored
Fix typos and improve health extension section
1 parent a2a4d36 commit 6579fcd

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

articles/batch/create-pool-extensions.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -224,11 +224,11 @@ If Key Vault extension is configured incorrectly, the compute node might be in a
224224
- [Azure Key Vault extension for Linux](/azure/virtual-machines/extensions/key-vault-linux)
225225
- [Azure Key Vault extension for Windows](/azure/virtual-machines/extensions/key-vault-windows)
226226

227-
## Application Health extension consideration
227+
## Considerations for Application Health extension
228228

229-
Batch Node Agent running on the node always starts a 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 return a 200 status but with the response body being either healthy or unhealty, any other response (or lack of) is considered "unknown" status.
230-
231-
You can setup your own health server that listens on a different port. Optionally, your health server can query Batch Node Agent server and combine your health signal to generate a composite health result.
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.
230+
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.
232232

233233
## Next steps
234234

0 commit comments

Comments
 (0)