How to get large file from onpremise file system to Azure logic app(File Size > 1GB).

Yashwant Kumar Sahu 16 Reputation points
2023-04-24T11:01:15.3933333+00:00

Hi Team,

We have Express route setup on azure to have connectivity between On-premise network to Azure. Here we looking for best option for read- large file (File Size > 1 GB) from On-premise and store it to third party SFTP system.

Do let us know which Azure service will be best fit to our solution?

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

1 answer

Sort by: Most helpful
  1. Pramod Valavala 20,611 Reputation points Microsoft Employee
    2023-04-24T16:16:44.23+00:00

    @Yashwant Kumar Sahu Considering your use case is primarily to move data, you could use the Azure Data Factory service here instead.

    You could use the built-in File System and SFTP connectors to fetch and move your data as required.

    Also, since your data is on-premises, you would have to use a self-hosted integration runtime.

    0 comments No comments