You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/batch/create-pool-extensions.md
+11-4Lines changed: 11 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,7 +2,7 @@
2
2
title: Use extensions with Batch pools
3
3
description: Extensions are small applications that facilitate post-provisioning configuration and setup on Batch compute nodes.
4
4
ms.topic: how-to
5
-
ms.date: 08/06/2021
5
+
ms.date: 11/03/2021
6
6
---
7
7
8
8
# Use extensions with Batch pools
@@ -17,12 +17,19 @@ You can check the live status of the extensions you use and retrieve the informa
17
17
- The CustomScript extension type is reserved for the Azure Batch service and can't be overridden.
18
18
- Some extensions may need pool-level Managed Identity accessible in the context of a compute node in order to function properly. Please see [configuring managed identities in Batch pools](managed-identity-pools.md) if applicable for the extension(s).
19
19
20
-
###Supported extensions
20
+
## Supported extensions
21
21
22
22
The following extensions can currently be installed when creating a Batch pool:
23
23
24
-
- Azure Key Vault extension for both [Linux](../virtual-machines/extensions/key-vault-linux.md) and [Windows](../virtual-machines/extensions/key-vault-windows.md)
25
-
- Log analytics and Monitoring extension for both [Linux](../virtual-machines/extensions/oms-linux.md) and [Windows](../virtual-machines/extensions/oms-windows.md)
24
+
-[Azure Key Vault extension for Linux](../virtual-machines/extensions/key-vault-linux.md)
25
+
-[Azure Key Vault extension for Windows](../virtual-machines/extensions/key-vault-windows.md)
26
+
-[Azure Monitor Logs analytics and monitoring extension for Linux](../virtual-machines/extensions/oms-linux.md)
27
+
-[Azure Monitor Logs analytics and monitoring extension for Windows](../virtual-machines/extensions/oms-windows.md)
28
+
-[Azure Desired State Configuration (DSC) extension](../virtual-machines/extensions/dsc-overview.md)
29
+
-[Azure Diagnostics extension for Windows VMs](../virtual-machines/windows/extensions-diagnostics.md)
30
+
-[HPC GPU driver extension for Windows on AMD](../virtual-machines/extensions/hpccompute-amd-gpu-windows.md)
31
+
-[HPC GPU driver extension for Windows on NVIDIA](../virtual-machines/extensions/hpccompute-gpu-windows.md)
32
+
-[Microsoft Antimalware extension for Windows](../virtual-machines/extensions/iaas-antimalware-windows.md)
26
33
27
34
You can request support for additional publishers and/or extension types by opening a support request.
0 commit comments