Skip to content

Commit 18d7ff6

Browse files
committed
Update for comments
1 parent 6ca45c0 commit 18d7ff6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/batch/batch-upgrade-policy.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ ms.date: 02/29/2024
66
ms.custom:
77
---
88

9-
# Create an Azure Batch pool with Automatic Operation System (OS) Upgrade
9+
# Create an Azure Batch pool with Automatic Operating System (OS) Upgrade
1010

1111
> [!IMPORTANT]
1212
> - Support for pools with Auto OS Upgrade in Azure Batch is currently in public preview, and is currently controlled by an account-level feature flag. If you want to use this feature, please start a [support request](../azure-portal/supportability/how-to-create-azure-support-request.md) and provide your batch account to request its activation.
@@ -41,7 +41,7 @@ Only certain OS platform images are currently supported for automatic upgrade. F
4141
## Requirements
4242

4343
* The version property of the image must be set to **latest**.
44-
* Use Batch API version 2024-02-01 or higher.
44+
* For Batch Management API, use API version 2024-02-01 or higher. For Batch Service API, use API version 2024-02-01.19.0 or higher.
4545
* Ensure that external resources specified in the pool are available and updated. Examples include SAS URI for bootstrapping payload in VM extension properties, payload in storage account, reference to secrets in the model, and more.
4646
* If you are using the property *virtualMachineConfiguration.windowsConfiguration.enableAutomaticUpdates*, this property must set to 'false' in the pool definition. The enableAutomaticUpdates property enables in-VM patching where "Windows Update" applies operating system patches without replacing the OS disk. With automatic OS image upgrades enabled, an extra patching process through Windows Update isn't required.
4747

0 commit comments

Comments
 (0)