See Pipeline run ID c4b981c2-9b04-4ea3-937e-1e7f55e8630a. I am running the below script in Powershell though the Custom activity in Azure Data Factory.
echo "Hello World"
The connection to Azure Batch is showing successful.
Furthermore, I have tested the exact same script in a different environment without any issues.
It appears that Data Factory is not finding the script in the BLOB storage account.
Below is the error message.
Error code
2010
Troubleshooting guide
Failure type
User configuration issue
Details
Hit unexpected exception, please retry. If the problem persists, please contact Azure Support"
Source
Pipeline
Test Batch
Are you able to run a Custom activity in "Debug" mode? Do you need certain permissions setup? In one environment, I have full administrative permission but limited permissions in the one causing the error. How do I resolve this?