Reputation: 55
We have this Rest based web-wervice hosted on-premises.
We are using Azure Data Factory with Integration-Runtime configure on-premises on a server.
We are getting urls of images (all different but hosted on same server). Is it possible to download these images from these rest-endpoints (hosted in on-premises server) using ADF?
Upvotes: 1
Views: 523
Reputation: 23792
Since you already set up Self-hosted IR on your machine,i think you could use Copy Activity to transfer binary contents into Azure Service(e.g Azure Blob Storage)
Base on this document,Binary format is supported for the REST connectors and Blob Storage connectors:
Upvotes: 0