0
votes

Is it possible to transfer files from Azure Data Lake to remote file server using Azure Data Factory. I don't have any problem with source but i am not sure how i can achieve for destination.

Am I able to transfer files from ADL to local file folder but I am unsure about how we can do this with remote server.

Help me if you have any idea on these.

1

1 Answers

0
votes

Per my knowledge, all the transmissions in ADF are hosted on the Integration Runtime. So i suppose that there are 2 conditions in this scenario:

1.Your remote server is hosted in the public network, Default IR should be used. You could consider to expose REST API of your remote file server and try to configure it as sink dataset in the copy activity.

2.Your remote server is hosted in private network, then Self-Hosted IR should be used and you have to install Self-Hosted IR. However, currently, MS only supports running the self-hosted IR on a Windows operating system according to the official statement.