I have about 25 CSV Files with different columns (BLOB storage) with around ~250 columns each and want to load it Azure SQL DB separate tables(Basic Tier).
Created a Pipeline with 10 COPY Data Activity (CDA) all parallel in One pipeline for a start and executed it. The ADF pipeline just keeps on running without performing any task. When I reduce the CDA to 7, the pipeline works and loads the data in a mater of seconds. To check if there is any connections limitation with SQL database, executed 3 pipelines simultaneously with 7 CDA each and it worked.
Question here is --> Is there any Restriction/Limitation to the number of CDA we can have in a pipeline. If Yes, what can be done to change it ?
-Thanks
--EDIT Added Screenshot post applying solution provided to change property for parallel copies.

