Skip to content

Commit 203b429

Browse files
Merge pull request #310365 from PhilKang0704/2026_01-Monthly-broken-links-fix-pk-175
2026_01-Monthly-broken-links-fix-pk-175
2 parents dabda2a + 84e0ffe commit 203b429

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

articles/batch/error-handling.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: Error handling and detection in Azure Batch
33
description: Learn about error handling in Batch service workflows from a development standpoint.
44
ms.topic: concept-article
5-
ms.date: 04/13/2023
5+
ms.date: 01/12/2026
66
# Customer intent: "As a cloud developer, I want to understand error handling and detection in Batch service workflows, so that I can effectively troubleshoot and resolve application and task failures in my cloud-based solutions."
77
---
88

@@ -117,7 +117,7 @@ Reimaging a node reinstalls the operating system. Start tasks and job preparatio
117117

118118
Removing the node from the pool is sometimes necessary.
119119

120-
- Batch REST API: [removenodes](/rest/api/batchservice/pool/remove-nodes)
120+
- Batch REST API: [removenodes](/rest/api/batchservice/pools/remove-nodes)
121121
- Batch .NET API: [PoolOperations](/dotnet/api/microsoft.azure.batch.pooloperations)
122122

123123
### Disable task scheduling on node

articles/batch/private-connectivity.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: Use private endpoints with Azure Batch accounts
33
description: Learn how to connect privately to an Azure Batch account by using private endpoints.
44
ms.topic: how-to
5-
ms.date: 8/14/2023
5+
ms.date: 01/12/2026
66
ms.custom: references_regions
77
# Customer intent: "As a cloud administrator, I want to configure private endpoints for my Azure Batch account, so that I can ensure secure and private network access to essential Batch services within my virtual network."
88
---
@@ -166,7 +166,7 @@ When creating a private endpoint with your Batch account, keep in mind the follo
166166
- If a Batch account resource is moved to a different resource group or subscription, the private endpoints can still work, but the association to the Batch account breaks. If you delete the private endpoint resource, its associated private endpoint connection still exists in your Batch account. You can manually remove connection from your Batch account.
167167
- To delete the private connection, either delete the private endpoint resource, or delete the private connection in the Batch account (this action disconnects the related private endpoint resource).
168168
- DNS records in the private DNS zone aren't removed automatically when you delete a private endpoint connection from the Batch account. You must manually remove the DNS records before adding a new private endpoint linked to this private DNS zone. If you don't clean up the DNS records, unexpected access issues might happen.
169-
- When private endpoint is enabled for the Batch account, the [task authentication token](/rest/api/batchservice/task/add?tabs=HTTP#request-body) for Batch task is not supported. The workaround is to use [Batch pool with managed identities](managed-identity-pools.md).
169+
- When private endpoint is enabled for the Batch account, the [task authentication token](/rest/api/batchservice/tasks/create-task#authenticationtokensettings) for Batch task is not supported. The workaround is to use [Batch pool with managed identities](managed-identity-pools.md).
170170

171171
## Next steps
172172

0 commit comments

Comments
 (0)