Start task fails when setting up batch node for ADF python batch script activity

Shannon Moran 96 Reputation points
2021-07-23T20:27:40.467+00:00

Hello - Trying to set up data factoring executing Python via batch activity and the start task failing on node.
When setting up the pool/node, I need to install Python as well the packages used by the script. I have included the following in start up command:

cmd /c “python-3.9.6-amd64.exe /quiet InstallAllUsers=1 PrependPath=1 Include_test=0” & "pip install azure-storage-blob pandas json delighted”

I receive start task failure error and not sure how to accomplish both.

Thanks in advance for your help

Azure Data Factory
Azure Data Factory
An Azure service for ingesting, preparing, and transforming data at scale.
9,643 questions
{count} votes