Skip to content

Commit 7e86127

Browse files
Merge pull request #264679 from alfpark/alpark/batch
Update cloudservice batch migration doc
2 parents 9e063b1 + c38ee90 commit 7e86127

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

articles/batch/batch-pool-cloud-service-to-virtual-machine-configuration.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: Migrate Batch pool configuration from Cloud Services to Virtual Machines
33
description: Learn how to update your pool configuration to the latest and recommended configuration
44
ms.topic: how-to
5-
ms.date: 09/03/2021
5+
ms.date: 01/30/2024
66
---
77

88
# Migrate Batch pool configuration from Cloud Services to Virtual Machine
@@ -13,6 +13,12 @@ Cloud Services Configuration pools don't support some of the current Batch featu
1313

1414
If your Batch solutions currently use 'cloudServiceConfiguration' pools, we recommend changing to 'virtualMachineConfiguration' as soon as possible. This will enable you to benefit from all Batch capabilities, such as an expanded [selection of VM series](batch-pool-vm-sizes.md), Linux VMs, [containers](batch-docker-container-workloads.md), [Azure Resource Manager virtual networks](batch-virtual-network.md), and [node disk encryption](disk-encryption.md).
1515

16+
> [!IMPORANT]
17+
> Azure [Batch account certificates](credential-access-key-vault.md) are deprecated and will be retired after the
18+
> same February 29, 2024 date as `cloudServiceConfiguration` pools. If you are using Batch account certificates,
19+
> [migrate your Batch account certificates to Azure Key Vault](batch-certificate-migration-guide.md) at the same
20+
> time as migrating your pool configuration.
21+
1622
## Create a pool using Virtual Machine Configuration
1723

1824
You can't switch an existing active pool that uses 'cloudServiceConfiguration' to use 'virtualMachineConfiguration'. Instead, you'll need to create new pools. Once you've created your new 'virtualMachineConfiguration' pools and replicated all of your jobs and tasks, you can delete the old 'cloudServiceConfiguration'pools that you're no longer using.

0 commit comments

Comments
 (0)