I am working on a migration project where the source data resides in 4 different ADLS Gen 2 account and needs to be migrated to some other data lake. For this, I have created 4 LinkedService to connect to these source Gen 2 account.
Now I want to pass LinkedService name to DataFlow at run time depending on the data source I want to run data flow for, to connect to respective ADLS Gen2 account.
I am able to pass other parameter from pipeline to dataflow. But passing LinkedService name is not working.
