Skip to content

Commit a2a4d36

Browse files
authored
Update create-pool-extensions.md
Add support for application health extension.
1 parent 82e92f0 commit a2a4d36

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

articles/batch/create-pool-extensions.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@ The following extensions can currently be installed when creating a Batch pool:
3737
- [Microsoft Antimalware extension for Windows](/azure/virtual-machines/extensions/iaas-antimalware-windows)
3838
- [Azure Monitor agent for Linux](/azure/azure-monitor/agents/azure-monitor-agent-manage)
3939
- [Azure Monitor agent for Windows](/azure/azure-monitor/agents/azure-monitor-agent-manage)
40+
- [Application Health extension](azure/virtual-machines/extensions/health-extension)
4041

4142
You can request support for other publishers and/or extension types by opening a support request.
4243

@@ -223,6 +224,12 @@ If Key Vault extension is configured incorrectly, the compute node might be in a
223224
- [Azure Key Vault extension for Linux](/azure/virtual-machines/extensions/key-vault-linux)
224225
- [Azure Key Vault extension for Windows](/azure/virtual-machines/extensions/key-vault-windows)
225226

227+
## Application Health extension consideration
228+
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.
232+
226233
## Next steps
227234

228235
- Learn about various ways to [copy applications and data to pool nodes](batch-applications-to-pool-nodes.md).

0 commit comments

Comments
 (0)