Skip to content

Commit fbf3aaa

Browse files
committed
Address blocking changes
1 parent c519a1f commit fbf3aaa

10 files changed

+7
-8
lines changed

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

Lines changed: 7 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -106,36 +106,35 @@ Save the script as `main.py` and upload it to the **Azure Storage** container. B
106106
python main.py
107107
```
108108

109-
## Set up Azure Data Factory pipeline
109+
## Set up an Azure Data Factory pipeline
110110

111111
In this section, you'll create and validate a pipeline using your Python script.
112112

113113
1. Follow the steps to create a data factory under the "Create a data factory" section of [this article](../data-factory/quickstart-create-data-factory-portal.md#create-a-data-factory).
114114
1. In the **Factory Resources** box, select the + (plus) button and then select **Pipeline**
115115
1. In the **General** tab, set the name of the pipeline as "Run Python"
116116

117-
![](https://raw.githubusercontent.com/mammask/azure-docs-pr/master/articles/batch/media/run-python-batch-azure-data-factory/adf-create-pipeline.png?token=ABTT2GKQ52HEIQFFZERQUF26JZWFQ)
117+
![](./media/run-python-batch-azure-data-factory/create-pipeline.png)
118118

119119
1. In the **Activities** box, expand **Batch Service**. Drag the custom activity from the **Activities** toolbox to the pipeline designer surface.
120120
1. In the **General** tab, specify **testPipeline** for Name
121121

122-
![](https://raw.githubusercontent.com/mammask/azure-docs-pr/master/articles/batch/media/run-python-batch-azure-data-factory/adf-create-custom-task.png?token=ABTT2GIS7FGLADMF2GPPDLC6JZWIA)
122+
![](./media/run-python-batch-azure-data-factory/create-custom-task.png)
123123
1. In the **Azure Batch** tab, add the **Batch Account** that was created in the previous steps and **Test connection** to ensure that it is successful
124124

125-
![](https://raw.githubusercontent.com/mammask/azure-docs-pr/master/articles/batch/media/run-python-batch-azure-data-factory/integrate-pipeline-with-azure-batch.png?token=ABTT2GLMXDZGQHAGX2TRE2S6JZW34)
125+
![](./media/run-python-batch-azure-data-factory/integrate-pipeline-with-azure-batch.png)
126126

127127
1. In the **Settings** tab, enter the command `python main.py`.
128-
* Note that
129-
1. For the **Resource Linked Service**, add the storage account that was created in the previous steps. Test the connection to ensure it is successful.
128+
1. For the **Resource Linked Service**, add the storage account that was created in the previous steps. Test the connection to ensure it is successful.
130129
1. In the **Folder Path**, select the name of the **Azure Blob Storage** container that contains the Python script and the associated inputs. This will download the selected files from the container to the pool node instances before the execution of the Python script.
131130

132-
![](https://raw.githubusercontent.com/mammask/azure-docs-pr/master/articles/batch/media/run-python-batch-azure-data-factory/adf-create-custom-task-py-script-command.png?token=ABTT2GLIUXWW3K7G5GYN43S6JZYCU)
131+
![](./media/run-python-batch-azure-data-factory/create-custom-task-py-script-command.png)
133132
1. Click **Validate** on the pipeline toolbar above the canvas to validate the pipeline settings. Confirm that the pipeline has been successfully validated. To close the validation output, select the >> (right arrow) button.
134133
1. Click **Debug** to test the pipeline and ensure it works accurately.
135134
1. Click **Publish** to publish the pipeline.
136135
1. Click **Trigger** to run the Python script as part of a batch process.
137136

138-
![](https://raw.githubusercontent.com/mammask/azure-docs-pr/master/articles/batch/media/run-python-batch-azure-data-factory/adf-create-custom-task-py-success-run.png?token=ABTT2GLEVKE5POMNCKZR6EK6JZZN4)
137+
![](./media/run-python-batch-azure-data-factory/create-custom-task-py-success-run.png)
139138

140139
### Monitor the log files
141140

0 commit comments

Comments
 (0)