Get Files from Azure Blob
Comments
-
I am using the Azure services module and want to retrieve a file from my Azure Blob. How do I get a blob file in a flow?
-
When retrieving files, the blob returns a set of FileData for the actual files stored inside it. Our [url=https://documentation.decisions.com/docs/using-azure-storage-steps]Using Azure Storage Steps[/url] articles covers how to both upload and download files in and out of Azure Storage Blob. This covers the step-by-step process of how to do this and where these steps are located.