Using Logic Apps, How to transfer files from SFTP into Azure Blob Storage

Madala, Hanumantharao 76 Reputation points
2021-08-06T02:57:02.15+00:00

I have an Azure Logic App which supposed to trigger when a new file is added or modified in an SFTP server folder(/GUTSFTP).
When that happens the file (new file added) should be copied to Azure Blob Storage.

This is not working (new file added is not being copied to the Blob storage), when I check back, it is showing the trigger (that should recognize the addition of new file) is being skipped and no other details provided.

Can you kindly suggest the probable reason of the trigger being skipped and how to resolve further or any workaround for this issue.!

121014-la-filecopyskipped.png

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

1 answer

Sort by: Most helpful
  1. MayankBargali-MSFT 70,986 Reputation points Moderator
    2021-08-09T05:57:47.973+00:00

    @Madala, Hanumantharao The trigger are skipped if the condition specified in the trigger are not met or there are no item changes based on your triggered action. Sometime there might be edge cases where the item might be trigger on the next run. I have tested your workflow at my end and couldn't observe any issue.

    If you have confirmed that the condition are met (the file is added/modified on the same folder which you have configured in logic app) and if it didn't trigger on the next run then I will suggest you to verify whether you have set the concurrency Control (under the setting of your trigger) as this could be the other reason for the behavior.

    0 comments No comments

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.