Forum Discussion
MujtabaTirmazi
May 04, 2020Copper Contributor
How to backup and Restore - Azure Mapping Data Flow
Hi All, I have some Mapping Data Flows created which i want to backup and restore to another Azure Data Factory. I do not want to export the whole ARM Template, just specific Data Flows. Is there...
JohnathonR
May 11, 2020Copper Contributor
If you use the ADF git repo connection, then in your repository you'll have a DataFactory/dataflow directory. In there is a *.json file for each of your data flows. So in my mind, you could just copy paste this across projects.
If you don't use the git repo connection, and rather do everything in ADF published environment then no I don't know how to do this.