How to push data from Azure Data lake to remote file server (network file folder)

fbmsdn511 1 Reputation point
2020-06-01T08:56:36.84+00:00

Hello Experts,

I need your guidance on how to push files from Azure Data lake to remote file server(network file folder).

Our requirement is to send files from Azure Data Lake Gen2 to Remote File Server( Network File Folder), once the data pushed to network file folder, other systems will pick up those files and do conversion and push to target system.

I am able to push files from ADL Gen2 to my local system file folder in one of my driver through self hosted integration run time installed in my machine and giving Host details as my driver details eg : D:\POC and user name and password as my windows login credentials, I am able to successfully push files from ADL to local file folder by running IR.

My Question is " How would I achieve the same functionality from ADL to remote file folder (network file folder ) ? "

I mean pushing files from ADL to some remote file folder as eg : Network >XYZ or \XYZ . Does i need to install IR run time there also if so where I have to install . Can you please help me in achieving this .

Your Help is very much appreciated. and it means a lot .
Thank you.

Azure Data Lake Storage
Azure Data Lake Storage
An Azure service that provides an enterprise-wide hyper-scale repository for big data analytic workloads and is integrated with Azure Blob Storage.
1,342 questions
Azure Data Factory
Azure Data Factory
An Azure service for ingesting, preparing, and transforming data at scale.
9,545 questions
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. Vaibhav Chaudhari 38,576 Reputation points
    2020-06-01T11:59:23.353+00:00

    Yes, IR has to be installed in a on-premise machine where folder is located. See Supported capabilities and Prerequisite section in below:

    https://learn.microsoft.com/en-us/azure/data-factory/connector-file-system#supported-capabilities

    Below document should also help

    https://learn.microsoft.com/en-us/azure/data-factory/create-self-hosted-integration-runtime#considerations-for-using-a-self-hosted-ir

    ----------

    If the response helped, do "Accept Answer" and upvote it - Vaibhav