Hi,
I've built a PoC logic app which is triggered by a Blob storage add trigger.
Once triggered the logic app reads the blob, does some conversion and uses the create file connector action on SFTP-SSH connector to create the same file on an SFTP server. All good.
I will have multiple files to upload each time from Blob, the logic app takes 5-7 seconds to run.
I'd like to bulk create files on the SFTP server (the blob connector can return up to 100 blobs), at least reuse the SFTP connection.
I haven't tried it yet, but is my best option looping round and calling the SFTP connector's create file action for each blob ? I'm concerned about the overhead of the SFTP connection.
Many thanks
Matt
