How to copy File from SFTP to Azure blob using logic app

Sharad Gawade 0 Reputation points
2023-03-13T07:50:22.72+00:00

I have to create workflow which will copy file from SFTP to Azure blob storage using logic app.

Azure Blob Storage
Azure Blob Storage
An Azure service that stores unstructured data in the cloud as blobs.
2,427 questions
Azure Logic Apps
Azure Logic Apps
An Azure service that automates the access and use of data across clouds without writing code.
2,839 questions
0 comments No comments
{count} votes

2 answers

Sort by: Most helpful
  1. LiJia Liu 170 Reputation points MVP
    2023-03-13T09:06:55.38+00:00

    Please try to create a Logic app that listens to a folder on an FTP server and will copy it to an Azure Blob container. You can add an additional triggers or actions to customize it to your needs

    https://learn.microsoft.com/en-us/samples/azure/azure-quickstart-templates/logic-app-ftp-to-blob/

    0 comments No comments

  2. Sumarigo-MSFT 43,561 Reputation points Microsoft Employee
    2023-03-13T10:34:20.5966667+00:00

    @Sharad Gawade Welcome to Microsoft Q&A Thread, Thank you for posting your query here!

    There is as similar thread discussion in the Q&A Forum, please refer to "How to move files from SFPT to Azure Blob storage using Logic Apps"

    Connect to an SFTP file server from workflows in Azure Logic Apps

     If you have any additional questions or need further clarification, please let me know.


    Please do not forget to "Accept the answer” and “up-vote” wherever the information provided helps you, this can be beneficial to other community members.