Skip to content

Commit 556f62f

Browse files
authored
Merge pull request #102924 from ju-shim/seo-b
Batch SEO improve title desc work.
2 parents 509be09 + 91fa758 commit 556f62f

24 files changed

+38
-38
lines changed

articles/batch/batch-aad-auth-management.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
2-
title: Use Azure Active Directory to authenticate Batch Management solutions | Microsoft Docs
3-
description: Applications built with Azure Resource Manager and the Batch resource provider authenticate with Azure AD.
2+
title: Use Azure Active Directory to authenticate Batch Management solutions
3+
description: Explore using Azure Active Directory to authenticate from applications that use the Batch Management .NET library.
44
services: batch
55
documentationcenter: .net
66
author: ju-shim

articles/batch/batch-aad-auth.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
2-
title: Use Azure Active Directory to authenticate Azure Batch service solutions | Microsoft Docs
3-
description: Batch supports Azure AD for authentication from the Batch service.
2+
title: Authenticate Azure Batch services with Azure Active Directory
3+
description: Batch supports Azure AD for authentication from the Batch service. Learn how to authenticate in one of two ways.
44
services: batch
55
documentationcenter: .net
66
author: ju-shim

articles/batch/batch-analytics.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
2-
title: Azure Batch Analytics | Microsoft Docs
3-
description: Reference for Azure Batch Analytics.
2+
title: Azure Batch Analytics
3+
description: The topics in Batch Analytics contain reference information for the events and alerts available for Batch service resources.
44
services: batch
55
author: ju-shim
66
manager: gwallace

articles/batch/batch-ci-cd.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: Use Azure Pipelines to build and deploy HPC solutions - Azure Batch | Microsoft Docs
2+
title: Use Azure Pipelines to build & deploy HPC solutions - Azure Batch
33
description: Learn how to deploy a build/release pipeline for an HPC application running on Azure Batch.
44
author: christianreddington
55
ms.author: chredd

articles/batch/batch-cli-templates.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
2-
title: Run jobs end-to-end using templates - Azure Batch | Microsoft Docs
3-
description: Create Batch pools, jobs, and tasks with template files and the Azure CLI.
2+
title: Run jobs end-to-end using templates - Azure Batch
3+
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
services: batch
55
author: ju-shim
66
manager: gwallace

articles/batch/batch-docker-container-workloads.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
2-
title: Container workloads - Azure Batch | Microsoft Docs
3-
description: Learn how to run applications from container images on Azure Batch.
2+
title: Container workloads - Azure Batch
3+
description: Learn how to run and scale apps from container images on Azure Batch. Create a pool of compute nodes that support running container tasks.
44
services: batch
55
author: ju-shim
66
manager: gwallace

articles/batch/batch-job-prep-release.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: Create tasks to prepare jobs and complete jobs on compute nodes - Azure Batch | Microsoft Docs
2+
title: Create tasks to prepare & complete jobs on compute nodes - Azure Batch
33
description: Use job-level preparation tasks to minimize data transfer to Azure Batch compute nodes, and release tasks for node cleanup at job completion.
44
services: batch
55
documentationcenter: .net

articles/batch/batch-management-dotnet.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: Manage account resources with the client library for .NET - Azure Batch | Microsoft Docs
2+
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
services: batch
55
documentationcenter: .net

articles/batch/batch-parallel-node-tasks.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: Run tasks in parallel to use compute resources efficiently - Azure Batch | Microsoft Docs
2+
title: Run tasks in parallel to optimize compute resources - Azure Batch
33
description: Increase efficiency and lower costs by using fewer compute nodes and running concurrent tasks on each node in an Azure Batch pool
44
services: batch
55
documentationcenter: .net

articles/batch/batch-pool-create-event.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
2-
title: "Azure Batch pool create event | Microsoft Docs"
3-
description: Reference for Batch pool create event.
2+
title: Azure Batch pool create event
3+
description: Reference for the Batch pool create event, which is emitted once a pool has been created. The content of the log will expose general information about the pool.
44
services: batch
55
author: ju-shim
66
manager: gwallace

0 commit comments

Comments
 (0)