4

I have one folder in adls gen2 say it as mysource1 folder .. which has 100's of subfolder s and each subfolder again contains folders and many files ..

How can I copy all of the folders and files in mysource1 using azure data factory ..

maddy
  • 41
  • 1
  • 1
  • 2
  • 2
    Hi @maddy, welcome to stack overflow. If my answer is helpful for you, please accept it as answer( click on the check mark beside the answer to toggle it from greyed out to filled in.). This can be beneficial to other community members. Thank you. – Leon Yue Oct 19 '20 at 01:18

2 Answers2

5

You could use binary as source format. It will help you copy all the folders and files in source to sink.

For example: this is my container test: enter image description here

Source dataset: enter image description here

Sink dataset: enter image description here

Copy active: enter image description here

Output: enter image description here

You can follow my steps.

Leon Yue
  • 15,693
  • 1
  • 11
  • 23
0

use ingest tab on ADF Home page, there you could specify source location using linked service and target location

Sarang Kulkarni
  • 367
  • 2
  • 6