Skip to content

Commit 89cdf41

Browse files
committed
ms_date
1 parent c9f5314 commit 89cdf41

32 files changed

+34
-34
lines changed

articles/batch/accounts.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: Batch accounts and Azure Storage accounts
33
description: Learn about Azure Batch accounts and how they're used from a development standpoint.
44
ms.topic: conceptual
5-
ms.date: 06/25/2024
5+
ms.date: 04/02/2025
66

77
---
88
# Batch accounts and Azure Storage accounts

articles/batch/batch-aad-auth.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: Authenticate Azure Batch services with Microsoft Entra ID
33
description: Learn how to authenticate Azure Batch service applications with Microsoft Entra ID by using integrated authentication or a service principal.
44
ms.topic: how-to
5-
ms.date: 12/11/2024
5+
ms.date: 04/02/2025
66
ms.custom: has-adal-ref, subject-rbac-steps
77
---
88

articles/batch/batch-account-create-portal.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: Create a Batch account in the Azure portal
33
description: Learn how to use the Azure portal to create and manage an Azure Batch account for running large-scale parallel workloads in the cloud.
44
ms.topic: how-to
5-
ms.date: 01/22/2025
5+
ms.date: 04/02/2025
66
ms.custom: subject-rbac-steps, linux-related-content
77
---
88

articles/batch/batch-apis-tools.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: APIs and tools for developers
33
description: Learn about the APIs and tools available for developing solutions with the Azure Batch service.
44
ms.topic: conceptual
5-
ms.date: 06/27/2024
5+
ms.date: 04/02/2025
66
---
77

88

articles/batch/batch-automatic-scaling.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: Autoscale compute nodes in an Azure Batch pool
33
description: Enable automatic scaling on an Azure Batch cloud pool to dynamically adjust the number of compute nodes in the pool.
44
ms.topic: how-to
5-
ms.date: 06/27/2024
5+
ms.date: 04/02/2025
66
ms.custom: H1Hack27Feb2017, fasttrack-edit, devx-track-csharp
77
---
88

articles/batch/batch-ci-cd.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: Use Azure Pipelines to build and deploy an HPC solution
33
description: Use Azure Pipelines CI/CD build and release pipelines to deploy Azure Resource Manager templates for an Azure Batch high performance computing (HPC) solution.
4-
ms.date: 04/12/2023
4+
ms.date: 04/02/2025
55
ms.topic: how-to
66
ms.custom: devx-track-arm-template
77
---

articles/batch/batch-cli-templates.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: Run jobs end-to-end using templates
33
description: With only CLI commands, you can create a pool, upload input data, create jobs and associated tasks, and download the resulting output data.
44
ms.topic: how-to
5-
ms.date: 09/19/2023
5+
ms.date: 04/02/2025
66
ms.custom: devx-track-azurecli
77
---
88
# Use Azure Batch CLI templates and file transfer

articles/batch/batch-container-isolation-task.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: Configure container isolation in Azure Batch task
33
description: Learn how to configure isolation at task level in Azure Batch.
44
ms.topic: how-to
5-
ms.date: 12/02/2024
5+
ms.date: 04/02/2025
66
ms.devlang: csharp
77
ms.custom: batch
88
---

articles/batch/batch-js-get-started.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: Use the Azure Batch client library for JavaScript
33
description: Learn the basic concepts of Azure Batch and build a simple solution using JavaScript.
44
ms.topic: how-to
5-
ms.date: 05/16/2023
5+
ms.date: 04/02/2025
66
ms.devlang: javascript
77
ms.custom: devx-track-js, linux-related-content
88
---

articles/batch/batch-management-dotnet.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: Use the Batch Management .NET library to manage account resources
33
description: Create, delete, and modify Azure Batch account resources with the Batch Management .NET library.
44
ms.topic: how-to
5-
ms.date: 08/12/2024
5+
ms.date: 04/02/2025
66
ms.devlang: csharp
77
ms.custom: has-adal-ref, devx-track-csharp, devx-track-dotnet
88
---
@@ -157,8 +157,8 @@ To see Batch Management .NET in action, check out the [AccountManagement](https:
157157
1. Acquire a security token from Microsoft Entra ID by using [Acquire and cache tokens using the Microsoft Authentication Library (MSAL)](../active-directory/develop/msal-net-acquire-token-silently.md). If the user is not already signed in, they are prompted for their Azure credentials.
158158
2. With the security token obtained from Microsoft Entra ID, create a [SubscriptionClient](/dotnet/api/microsoft.azure.management.resourcemanager.subscriptionclient) to query Azure for a list of subscriptions associated with the account. The user can select a subscription from the list if it contains more than one subscription.
159159
3. Get credentials associated with the selected subscription.
160-
4. Create a [ResourceManagementClient](/dotnet/api/microsoft.azure.management.resourcemanager.resourcemanagementclient) object by using the credentials.
161-
5. Use a [ResourceManagementClient](/dotnet/api/microsoft.azure.management.resourcemanager.resourcemanagementclient) object to create a resource group.
160+
4. Create a [ResourceManagementClient](/dotnet/api/microsoft.azure.management.resourcemanagementclient) object by using the credentials.
161+
5. Use a [ResourceManagementClient](/dotnet/api/microsoft.azure.management.resourcemanagementclient) object to create a resource group.
162162
6. Use a [BatchManagementClient](/dotnet/api/microsoft.azure.management.batch.batchmanagementclient) object to perform several Batch account operations:
163163
- Create a Batch account in the new resource group.
164164
- Get the newly created account from the Batch service.

0 commit comments

Comments
 (0)