Hello @Victor Prasad ,
Thanks for the question and using MS Q&A platform.
As we understand the ask here is copy images to a blob container , please do let us know if its not accurate.
You can use the copy activity with the biinary formay and that shoule do the trick .
https://learn.microsoft.com/en-us/azure/data-factory/format-binary
This is what I tried which worked for me .
I tried to copy the image : https://images.unsplash.com/photo-1591154669695-5f2a8d20c089?ixlib=rb-1.2.1&ixid=MnwxMjA3fDB8MHxzZWFyY2h8M3x8dXJsfGVufDB8fDB8fA%3D%3D&auto=format&fit=crop&w=500&q=60
Steps
- Created a new ADF pripiline and used a copy activity .
- Created a new http Linked servive pointing to https://images.unsplash.com .
- On the Source side , please create a new dataset of Type HTTP and format as Binary .
- On the sink side please create a linked service for blob and create a sink dataset with the format as binary .
- Thats It I was able to copy the image to a blob .This is waht you should see on the blob container .
Please do let me if you have any queries.
Thanks
Himanshu
- Please don't forget to click on
or upvote
button whenever the information provided helps you. Original posters help the community find answers faster by identifying the correct answer. Here is how
- Want a reminder to come back and check responses? Here is how to subscribe to a notification
- If you are interested in joining the VM program and help shape the future of Q&A: Here is how you can be part of Q&A Volunteer Moderators