azuressisazure-sql-databaseazure-data-factoryazure-blob-storage

ADF file move between two blob containers with an Azure SQL database ingestion


I have created an initial pipeline to move the csv file which has been developed based on a SSIS package from one container to another however i'm receiving the below error...

Copy Files To Working Area: Error: Could not load file or assembly 'Microsoft.Azure.Storage.Common.Version=11.1.3.0 Culture=neutral. PublicKeyToken=31bf3856ad364e35' or one of its dependencies. The system cannot find the file specified.

I have googled and viewed some forums but it isn't easy to tell whether it is an ADF problem, a SSIS problem or a problem with the Blob containers.


Solution

  • Don't use ADF and just re-build everything in Fabric was the answer.