maddy
maddy

Reputation: 41

How to copy all files and folders in specific directory using azure data factory

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 ..

Upvotes: 4

Views: 17045

Answers (2)

Sarang Kulkarni
Sarang Kulkarni

Reputation: 367

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

Upvotes: 0

Leon Yue
Leon Yue

Reputation: 16401

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.

Upvotes: 6

Related Questions