MetricSign
Start free
High severityconfigurationAzure Data Factory

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

  1. 1Open the HDInsight activity in the ADF pipeline and locate the script storage linked service property.
  2. 2Verify the linked service points to the correct storage account, container, and script file path.
  3. 3Test the linked service connection in ADF and refresh credentials (account key, SAS, or service principal) if the test fails.
  4. 4Republish the pipeline and linked service, then rerun the activity to confirm the script storage initializes.

Frequently asked questions

What causes ADF Pipeline Error 2353?

Pipeline configuration or connectivity issue

Where can I find more details?

Open Azure Data Factory Monitor, find the failed run, click on the activity, and view the full error output in the Output tab.

Source · learn.microsoft.com/en-us/azure/data-factory/data-factory-troubleshoot-guide#error-code-2353

Other configuration errors