Skip to content

Commit 24fdbb2

Browse files
authored
Updated for retired deleted articles
1 parent d151392 commit 24fdbb2

File tree

1 file changed

+5
-6
lines changed

1 file changed

+5
-6
lines changed

articles/batch/simplified-compute-node-communication.md

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: Use simplified compute node communication
33
description: Learn about the simplified compute node communication mode in the Azure Batch service and how to enable it.
44
ms.topic: how-to
5-
ms.date: 01/10/2024
5+
ms.date: 03/27/2025
66
ms.custom: references_regions
77
---
88

@@ -17,10 +17,10 @@ Batch supports two types of communication modes:
1717
This article describes the *simplified* communication mode and the associated network configuration requirements.
1818

1919
> [!TIP]
20-
> Information in this document pertaining to networking resources and rules such as NSGs doesn't apply to Batch pools with [no public IP addresses](simplified-node-communication-pool-no-public-ip.md) that use the node management private endpoint without internet outbound access.
20+
> Information in this document pertaining to networking resources and rules such as NSGs doesn't apply to Batch pools with no public IP addresses that use the node management private endpoint without internet outbound access.
2121
2222
> [!WARNING]
23-
> The *classic* compute node communication mode will be retired on **31 March 2026** and replaced with the *simplified* communication mode described in this document. For more information, see the communication mode [migration guide](batch-pools-to-simplified-compute-node-communication-model-migration-guide.md).
23+
> The *classic* compute node communication mode will be retired on **31 March 2026** and replaced with the *simplified* communication mode described in this document.
2424
2525
## Supported regions
2626

@@ -168,9 +168,8 @@ client-request-id: 00000000-0000-0000-0000-000000000000
168168

169169
The following are known limitations of the simplified communication mode:
170170

171-
- Limited migration support for previously created pools [without public IP addresses](batch-pool-no-public-ip-address.md). These pools can only be migrated if created in a [virtual network](batch-virtual-network.md), otherwise they won't use simplified compute node communication, even if specified on the pool. For more information, see the [migration guide](batch-pools-without-public-ip-addresses-classic-retirement-migration-guide.md).
172-
- Cloud Service Configuration pools are currently not supported for simplified compute node communication and are [deprecated](https://azure.microsoft.com/updates/azure-batch-cloudserviceconfiguration-pools-will-be-retired-on-29-february-2024/). Specifying a communication mode for these types of pools aren't honored and always results in *classic* communication mode. We recommend using Virtual Machine Configuration for your Batch pools. For more information, see [Migrate Batch pool configuration from Cloud Services to Virtual Machine](batch-pool-cloud-service-to-virtual-machine-configuration.md).
173-
171+
- Limited migration support for previously created pools [without public IP addresses](batch-pool-no-public-ip-address.md). These pools can only be migrated if created in a [virtual network](batch-virtual-network.md), otherwise they won't use simplified compute node communication, even if specified on the pool.
172+
- Cloud Service Configuration pools are not supported for simplified compute node communication and are [deprecated](https://azure.microsoft.com/updates/azure-batch-cloudserviceconfiguration-pools-will-be-retired-on-29-february-2024/). Specifying a communication mode for these types of pools aren't honored and always results in *classic* communication mode. We recommend using Virtual Machine Configuration for your Batch pools.
174173
## Next steps
175174

176175
- Learn how to [use private endpoints with Batch accounts](private-connectivity.md).

0 commit comments

Comments
 (0)