Hi @Sakib Ali Choudhary ,
Welcome to the Microsoft Q&A Platform! Thank you for asking your question here.
When transferring data from SharePoint to Azure Blob Storage using a Logic App, it's important to be aware of file size limitations. The maximum file size for SharePoint actions when downloading files is 100 MB. If you are dealing with files larger than this limit, you may face challenges during the transfer process.
- To manage larger files, you might consider implementing message chunking, which enables you to divide large messages into smaller segments. However, the specific limitations and capabilities may differ depending on the connectors utilized in your Logic App. For Azure Blob Storage, files exceeding 50 MB can be processed using chunking, but the SharePoint action has a maximum limit of 100 MB.
- If you need to transfer files larger than 100 MB, you may need to use a workaround, such as splitting the files into smaller segments before transferring them or employing an alternative method to upload the files directly to Azure Blob Storage.
For your reference, please review the following documentations for further clarification.
- Connect to Azure Blob Storage from workflows in Azure Logic Apps
- Why migrate from BizTalk Server to Azure Logic Apps?
I hope this is helpful! Feel free to reach out if you have any more questions or need further assistance.