ADF Pipeline Error:
ADF Pipeline Error 2353
What does this error mean?
HDInsight activity script storage linked service properties are not set correctly, blocking script execution.
Common causes
- 1Script storage linked service properties on the HDI activity are missing or incorrect
- 2Linked service references an invalid storage account name, container, or path
- 3Authentication credentials (account key, SAS token, or service principal) on the linked service are wrong or expired
- 4Linked service was deleted, renamed, or not published after editing
How to fix it
- 1Open the HDInsight activity in the ADF pipeline and locate the script storage linked service property.
- 2Verify the linked service points to the correct storage account, container, and script file path.
- 3Test the linked service connection in ADF and refresh credentials (account key, SAS, or service principal) if the test fails.
- 4Republish the pipeline and linked service, then rerun the activity to confirm the script storage initializes.
Frequently asked questions
Source · learn.microsoft.com/en-us/azure/data-factory/data-factory-troubleshoot-guide#error-code-2353