Skip to content

Commit 1220bca

Browse files
committed
Edit description
1 parent 6508972 commit 1220bca

File tree

2 files changed

+14
-9
lines changed

2 files changed

+14
-9
lines changed

articles/batch/tutorial-parallel-dotnet.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
---
22
title: "Tutorial: Run a parallel workload using the .NET API"
3-
description: Learn how to transcode media files in parallel with ffmpeg in Azure Batch using the Batch .NET client library.
3+
description: Learn how to transcode media files in parallel using ffmpeg in Azure Batch with the Batch .NET client library.
44
ms.devlang: csharp
55
ms.topic: tutorial
6-
ms.date: 04/18/2023
6+
ms.date: 04/19/2023
77
ms.custom: "mvc, devx-track-csharp"
88
---
99

@@ -319,12 +319,12 @@ When no longer needed, delete the resource group, Batch account, and storage acc
319319
In this tutorial, you learned how to:
320320

321321
> [!div class="checklist"]
322-
> * Add an application package to your Batch account
323-
> * Authenticate with Batch and Storage accounts
324-
> * Upload input files to Storage
325-
> * Create a pool of compute nodes to run an application
326-
> * Create a job and tasks to process input files
327-
> * Monitor task execution
328-
> * Retrieve output files
322+
> * Add an application package to your Batch account.
323+
> * Authenticate with Batch and Storage accounts.
324+
> * Upload input files to Storage.
325+
> * Create a pool of compute nodes to run an application.
326+
> * Create a job and tasks to process input files.
327+
> * Monitor task execution.
328+
> * Retrieve output files.
329329
330330
For more examples of using the .NET API to schedule and process Batch workloads, see the [Batch C# samples on GitHub](https://github.com/Azure-Samples/azure-batch-samples/tree/master/CSharp).

articles/batch/tutorial-parallel-python.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,11 @@
11
---
2+
<<<<<<< Updated upstream
23
title: Tutorial - Run a parallel workload using the Python API
34
description: Tutorial - Process media files in parallel with ffmpeg in Azure Batch using the Batch Python client library
5+
=======
6+
title: "Tutorial: Run a parallel workload using the Python API"
7+
description: Learn how to process media files in parallel using ffmpeg in Azure Batch with the Batch Python client library.
8+
>>>>>>> Stashed changes
49
ms.devlang: python
510
ms.topic: tutorial
611
ms.date: 12/13/2021

0 commit comments

Comments
 (0)