Azure Logic App : Copying file from SFTP Server to Blob Storage

Krishna Challapalli 21 Reputation points
2021-02-08T16:30:13.89+00:00

We receive files from 2 different clients and each client would upload upto 7 different files. The logic app for client 1 will copy all the files from sftp server to Blob storage with no problem but on the other hand the logic app for client 2 it would only copy one of the 7 files but not other 6 files. The reason what I could see is those 6 files are of larger size. Is there a limitation of logic app on size of files that are being copied over to Blob Storage.

Azure Logic Apps
Azure Logic Apps
An Azure service that automates the access and use of data across clouds without writing code.
3,542 questions
0 comments No comments
{count} votes

Accepted answer
  1. MayankBargali-MSFT 70,936 Reputation points Moderator
    2021-02-09T06:38:28.753+00:00

    Hi @Krishna Challapalli

    Welcome to Microsoft Q&A! Thanks for posting the question.

    If you are using SFTP connector then this connector can only handle files that are 50 MB or smaller and this connector doesn't support message chunking. For larger files, you can leverage the SFTP-SSH connector that supports message chunking and can handle up to 1 GB.

    Storage connector also has a limitation of 1 GB if you are leveraging message chunking.

    Feel free to get back to me if you have any queries or concerns.

    Please 'Accept as answer' and ‘Upvote’ if it helped so that it can help others in the community looking for help on similar topics.

    1 person found this answer helpful.

0 additional answers

Sort by: Most helpful

Your answer

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