Share via

How to download a File from blob storage to Local system with help of Azure Data factory?

Kumar, Himanshu 0 Reputation points
2024-01-03T07:16:11.5733333+00:00

We have an AZURE SFTP setup to load files in Blob storage. These files size ranges from 300 MB to up to 20gb

We do want to see if there is an option to use ADF to download the files to local system.

We have our application deployed in Azure platforms using .net.

Kindly Suggest

Azure Blob Storage
Azure Blob Storage

An Azure service that stores unstructured data in the cloud as blobs.

Azure Data Factory
Azure Data Factory

An Azure service for ingesting, preparing, and transforming data at scale.


1 answer

Sort by: Most helpful
  1. Nandan Hegde 36,796 Reputation points MVP Volunteer Moderator
    2024-01-03T07:26:01.7733333+00:00

    Hey,

    you can use Copy activity to copy files from Source : Azure Blob storage to Sink : File System wherein you can download files to the local .

    Note: the integration runtime needs to be installed on that local system

    https://learn.microsoft.com/en-us/azure/data-factory/connector-file-system?tabs=data-factory


Your answer

Answers can be marked as 'Accepted' by the question author and 'Recommended' by moderators, which helps users know the answer solved the author's problem.