

Azure Blob Storage
Frends offers seamless integration with Azure Blob Storage, enabling you to effortlessly connect and automate data flows between your systems and Azure Blob Storage.
Frends has tasks for performing all core Azure Blob Storage operations.
By leveraging Frends' task-based approach, you can configure and customize Azure Blob Storage integrations according to your specific requirements. Frends offers a wide range of tasks that facilitate integrations to a variety of systems and protocols.
Use cases
Below you will find typical use cases for Azure Blob Storage integrations and how they are implemented in Frends.
Download objects
By using the schedule trigger in conjunction with ListBlobsInContainer
and DownloadBlob
tasks we can create an integration that saves objects to local file system every day. The downloaded files can then be processed further - uploaded to an SFTP, parsed for data contained in them etc.
Upload objects
By using the file trigger and UploadBlob
task we can create an integration that saves files to an Azure Blob Storage container. The file is then deleted from local file system.