Skip to main content

Upload

Blob Storage Plugin – Upload Action

Summary (SEO Meta Description):
The Upload Action of the Blob Storage Plugin adds new files or objects to an Azure Blob Storage container.
It enables workflows to securely store documents, media, or data in the cloud.


Overview

The Upload Action allows your workflow to upload blobs (files or objects) into a specified Azure Blob Storage container.
This is ideal for saving user-generated content, application backups, or any data that needs scalable cloud storage.

Typical Use Cases:

  • Upload user-submitted images, videos, or documents
  • Store application logs or analytics data for long-term retention
  • Save backups or exported data for disaster recovery
  • Upload media files for content delivery or processing

⚙️ Configuration

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

FAQ

Q: Can I upload large files?
A: Yes. Azure Blob Storage supports large file uploads, including multi-part uploads for very large objects.

Q: Are uploaded files public by default?
A: No. By default, blobs are private. Adjust container access policies if public access is required.

Q: What happens if a file with the same name exists?
A: The existing blob will be overwritten unless versioning or snapshot features are enabled.


Keywords: WeHub Blob Storage Plugin, Upload Action, Azure Blob Storage, Store Blob, Cloud Storage Automation