create linked service to local filesystem

arkiboys 9,556 Reputation points
2020-12-28T09:37:53.397+00:00

Hello,
How is it possible to create a connection to the files in my local directory.
I know this is to be done in ADF - linked services and I should select the Type: File System I believe but not sure for the other options such as "Connect via integration runtime" ?
Thank you

Azure Data Factory
Azure Data Factory
An Azure service for ingesting, preparing, and transforming data at scale.
9,481 questions
0 comments No comments
{count} votes

Accepted answer
  1. Nandan Hegde 29,886 Reputation points MVP
    2020-12-28T09:58:18.037+00:00

    Hey,
    It is possible to connect to your local file system via ADF.
    For that you need to :

    1. Install an Integration run time in your local system :
      https://learn.microsoft.com/en-us/azure/data-factory/create-self-hosted-integration-runtime
      51417-ir.png

    2) Once the IR is set up in the local system, create a linked service in ADF v2 of type File system:
    and use the Integration runtime which you have created rather than AutoResolveIR :
    51547-ls.png


1 additional answer

Sort by: Most helpful
  1. Vaibhav Chaudhari 38,561 Reputation points
    2020-12-28T09:51:23.447+00:00

    Yes, you have to install self hosted IR in your local machine. Once it is installed, you select that IR in linked service and connect to it.

    This is mentioned in prerequisite in below document. Also scroll little down in same, you will see how to provide paths to local folders/files

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

    How to install IR - https://learn.microsoft.com/en-us/azure/data-factory/create-self-hosted-integration-runtime

    ----------

    Please don't forget to Accept Answer and Up-vote if the response helped -- Vaibhav

    0 comments No comments