Home > Blockchain >  How to Connect Azure Data Factory to ADLS Gen2 store?
How to Connect Azure Data Factory to ADLS Gen2 store?

Time:10-22

Can you please help me How to connect Azure Data Factory To Azure Data Lake Storage Gen2?.

CodePudding user response:

You need to create a linked service in the Azure Data Factory UI.

  1. Go to the Manage tab in the Azure Data Factory UI and select Linked services.

Azure Data Factory UI

  1. Type Azure Data Lake Storage in the search bar and select the connector.

Linked Services

  1. Configure the linked service details. When you are done, test it and create your linked service. Azure Data Lake Gen 2 Linked Service

Link: https://docs.microsoft.com/en-us/azure/data-factory/connector-azure-data-lake-storage?tabs=data-factory

CodePudding user response:

Please create a Linked service using managed identity or sas token or secret key

  • Related