An Azure service for ingesting, preparing, and transforming data at scale.
Hi shamim,
Azure Data Factory doesn’t provide a direct “copy pipeline” option between factories.
Pipelines can be moved using JSON, ARM templates, or by recreating them. The common approach is to export the pipeline JSON (via Git integration or ARM template) from the source ADF and deploy it to the target ADF using PowerShell or ARM/Bicep. For larger migrations, ARM templates are recommended to move pipelines along with linked services, datasets, triggers, and global parameters.
For simple pipelines, you can also recreate them manually in the target ADF.
Ensure all dependencies (linked services, datasets) exist in the target ADF, and update any environment-specific parameters such as connection strings.