Skip to content

Commit e3b0818

Browse files
(AzureCXP) fixes MicrosoftDocs/azure-docs#103373
Updated line number 117 From Set the **Command** as `python main.py` to Set the **Command** as `cmd /C python main.py`
1 parent d811592 commit e3b0818

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ In this section, you'll create and validate a pipeline using your Python script.
114114
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.
115115
![In the Azure Batch tab, add the Batch Account that was created in the previous steps, then test connection](./media/run-python-batch-azure-data-factory/integrate-pipeline-with-azure-batch.png)
116116
1. In the **Settings** tab:
117-
1. Set the **Command** as `python main.py`.
117+
1. Set the **Command** as `cmd /C python main.py`.
118118
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.
119119
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.
120120

0 commit comments

Comments
 (0)