I would like to copy files from one blob account to another blob using Azure Data Factory . However my source blob has 25k + files (XML). I just want to copy 100 files for my initial testing.
How to achieve it ?
I would like to copy files from one blob account to another blob using Azure Data Factory . However my source blob has 25k + files (XML). I just want to copy 100 files for my initial testing.
How to achieve it ?
You can use AzCopy to specify selected files to COPY or if you just want to test your pipeline then create another container, place only few files and then point your ADF to new container to test your pipeline.
More information can be found here if you need to use AzCopy