Skip to content

Commit bd867bb

Browse files
committed
final
1 parent b76efb8 commit bd867bb

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

articles/batch/tutorial-run-python-batch-azure-data-factory.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,22 @@
11
---
2-
title: 'Tutorial: Run a Python script through Azure Data Factory'
3-
description: Learn how to use Batch Explorer, Azure Storage Explorer, and Python scripts to run Batch workloads through Azure Data Factory pipelines.
2+
title: 'Tutorial: Run a Batch job through Azure Data Factory'
3+
description: Learn how to use Batch Explorer, Azure Storage Explorer, and a Python script to run a Batch workload through an Azure Data Factory pipeline.
44
ms.devlang: python
55
ms.topic: tutorial
6-
ms.date: 04/17/2023
6+
ms.date: 04/20/2023
77
ms.custom: mvc, devx-track-python
88
---
99

10-
# Tutorial: Use Batch Explorer, Storage Explorer, and Python to run a Batch job through Data Factory
10+
# Tutorial: Run a Batch job through Data Factory with Batch Explorer, Storage Explorer, and Python
1111

1212
This tutorial walks you through creating and running an Azure Data Factory pipeline that runs an Azure Batch workload. A Python script runs on the Batch nodes to get comma-separated value (CSV) input from an Azure Blob Storage container, manipulate the data, and write the output to a different storage container. You use Batch Explorer to create a Batch pool and nodes, and Azure Storage Explorer to work with storage containers and files.
1313

1414
In this tutorial, you learn how to:
1515

1616
> [!div class="checklist"]
1717
> - Use Batch Explorer to create a Batch pool and nodes.
18-
> - Use Storage Explorer to create storage containers and upload files.
19-
> - Develop a Python script that does a Batch data manipulation task.
18+
> - Use Storage Explorer to create storage containers and upload input files.
19+
> - Develop a Python script to manipulate input data and produce output.
2020
> - Create a Data Factory pipeline that runs the Batch workload.
2121
> - Use Batch Explorer to look at the output log files.
2222

0 commit comments

Comments
 (0)