Skip to content

Commit a74b620

Browse files
authored
Merge pull request #295306 from Padmalathas/Batch-updates
Batch updates
2 parents 8a546fc + 9f35ca7 commit a74b620

17 files changed

+304
-279
lines changed

articles/batch/.openpublishing.redirection.batch.json

Lines changed: 22 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -224,6 +224,26 @@
224224
"source_path_from_root": "/articles/batch/tutorial-rendering-cli.md",
225225
"redirect_url": "/azure/batch/batch-rendering-service",
226226
"redirect_document_id": false
227-
}
227+
},
228+
{
229+
"source_path_from_root": "/articles/batch/batch-pool-cloud-service-to-virtual-machine-configuration.md",
230+
"redirect_url": "/azure/batch/nodes-and-pools",
231+
"redirect_document_id": false
232+
},
233+
{
234+
"source_path_from_root": "/articles/batch/batch-pools-without-public-ip-addresses-classic-retirement-migration-guide.md",
235+
"redirect_url": "/azure/batch/simplified-compute-node-communication",
236+
"redirect_document_id": false
237+
},
238+
{
239+
"source_path_from_root": "/articles/batch/batch-tls-101-migration-guide.md",
240+
"redirect_url": "/mem/configmgr/core/plan-design/security/enable-tls-1-2-client",
241+
"redirect_document_id": false
242+
},
243+
{
244+
"source_path_from_root": "/articles/batch/job-pool-lifetime-statistics-migration-guide.md",
245+
"redirect_url": "/azure/batch/monitoring-overview",
246+
"redirect_document_id": false
247+
}
228248
]
229-
}
249+
}

articles/batch/TOC.yml

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -116,20 +116,8 @@
116116
items:
117117
- name: Active change, retirement, and end of life notices
118118
href: https://github.com/Azure/Batch/labels/notice
119-
- name: Cloud Service Configuration Pools
120-
href: batch-pool-cloud-service-to-virtual-machine-configuration.md
121-
- name: Batch certificates
122-
href: batch-certificate-migration-guide.md
123-
- name: Pools without public IP addresses (classic)
124-
href: batch-pools-without-public-IP-addresses-classic-retirement-migration-guide.md
125-
- name: Classic compute node communication model
126-
href: batch-pools-to-simplified-compute-node-communication-model-migration-guide.md
127119
- name: VHD and Managed Images
128120
href: batch-custom-image-pools-to-azure-compute-gallery-migration-guide.md
129-
- name: TLS 1.0 and TLS 1.1
130-
href: batch-tls-101-migration-guide.md
131-
- name: Job and pool lifetime statistics
132-
href: job-pool-lifetime-statistics-migration-guide.md
133121
- name: Low-priority virtual machines
134122
href: low-priority-vms-retirement-migration-guide.md
135123
- name: How-to guides

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

Lines changed: 0 additions & 62 deletions
This file was deleted.

articles/batch/batch-pools-without-public-ip-addresses-classic-retirement-migration-guide.md

Lines changed: 0 additions & 81 deletions
This file was deleted.

articles/batch/batch-tls-101-migration-guide.md

Lines changed: 0 additions & 55 deletions
This file was deleted.

articles/batch/create-pool-ephemeral-os-disk.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: Use ephemeral OS disk nodes for Azure Batch pools
33
description: Learn how and why to create a Batch pool that uses ephemeral OS disk nodes.
44
ms.topic: how-to
5-
ms.date: 03/15/2023
5+
ms.date: 03/27/2025
66
ms.devlang: csharp
77
---
88

@@ -20,7 +20,7 @@ For Batch workloads, the main benefits of using ephemeral OS disks are reduced c
2020
- Ephemeral OS disks aren't currently supported by all Azure VM series. If a VM size doesn't support an ephemeral OS disk, a managed OS disk must be used.
2121

2222
> [!NOTE]
23-
> Ephemeral OS disk configuration is only applicable to 'virtualMachineConfiguration' pools, and aren't supported by 'cloudServiceConfiguration’ pools. We recommend using 'virtualMachineConfiguration for your Batch pools, as 'cloudServiceConfiguration' pools do not support all features and no new capabilities are planned. You won't be able to create new 'cloudServiceConfiguration' pools or add new nodes to existing pools [after February 29, 2024](https://azure.microsoft.com/updates/azure-batch-cloudserviceconfiguration-pools-will-be-retired-on-29-february-2024/). For more information, see [Migrate Batch pool configuration from Cloud Services to Virtual Machine](batch-pool-cloud-service-to-virtual-machine-configuration.md).
23+
> Ephemeral OS disk configuration is only applicable to 'virtualMachineConfiguration' pools, and aren't supported by 'cloudServiceConfiguration’ pools. We recommend using 'virtualMachineConfiguration for your Batch pools, as 'cloudServiceConfiguration' pools do not support all features and no new capabilities are planned.
2424
2525
## VM series support
2626

0 commit comments

Comments
 (0)