Skip to main content

Download

Blob Storage Plugin – Download Action

Summary (SEO Meta Description):
The Download Action of the Blob Storage Plugin retrieves content from a specified Azure Blob Storage container.
It allows workflows to access and process stored files programmatically.


Overview

The Download Action enables your workflow to download blobs (files or objects) from Azure Blob Storage for further processing or distribution.
It is useful when you need to access stored documents, images, logs, or backups within automated workflows.

Typical Use Cases:

  • Retrieve user-uploaded files for processing
  • Download application logs for analysis
  • Access backup files to restore data
  • Fetch media files for content delivery or transformation

⚙️ Configuration

FieldDescriptionType / Options
LabelCustom name for the actionString
Containers nameName of the Azure Blob Storage container where the file is storedString
Select connectionChoose or create a secure Azure Blob Storage connectionConnection

FAQ

Q: Can I download large files?
A: Yes. Azure Blob Storage supports large file downloads; ensure your workflow timeout is configured accordingly.

Q: Does the download remove the file from the container?
A: No. The file remains in Azure Blob Storage; the action simply retrieves a copy.

Q: Can I validate the file after download?
A: Yes. You can add checksum or hash validation steps in your workflow after downloading.


Keywords: WeHub Blob Storage Plugin, Download Action, Azure Blob Storage, Retrieve Blob, Cloud Storage Automation