ADF Pipeline Error:
ADF Pipeline Error 2354
What does this error mean?
The storage linked service type is not supported for this activity's executor type or linked service property.
Common causes
- 1The storage linked service type isn't supported by the activity's executor type.
- 2An HDInsight (HDI) activity is pointed at a non-Blob/ADLS Gen2 linked service (e.g. Azure Files, SFTP, generic file storage).
- 3The linked service property on the activity references a legacy or deprecated storage connector.
- 4Pipeline authored against one storage type but redeployed in an environment where that linked service was swapped for an unsupported type.
How to fix it
- 1Open the failing activity in ADF and identify the linked service bound to the property named in the error message.
- 2Check the activity's supported storage types — HDI activities only support AzureBlobStorage and AzureBlobFSStorage linked services.
- 3Replace the unsupported linked service with one of the supported types, or recreate it using the correct connector.
- 4Update any datasets that referenced the old linked service so they bind to the new supported one.
- 5Republish the pipeline and rerun; confirm via ADF Monitor that the activity now resolves the linked service successfully.
Frequently asked questions
Source · learn.microsoft.com/en-us/azure/data-factory/data-factory-troubleshoot-guide#error-code-2354