Move
Blob Storage Plugin – Move Action
Summary (SEO Meta Description):
The Move Action of the Blob Storage Plugin moves content from one location to another within an Azure Blob Storage container.
It allows workflows to reorganize or relocate files without manual intervention.
Overview
The Move Action enables your workflow to relocate blobs (files or objects) from a source path to a destination path inside the same Azure Blob Storage container.
It is useful for file organization, workflow staging, or implementing data lifecycle policies.
Typical Use Cases:
- Move processed files from an “incoming” folder to an “archive” folder
- Relocate logs to a monthly archive directory
- Organize user-uploaded files into project-specific subfolders
- Implement folder-based lifecycle management for long-term storage
⚙️ Configuration
| Field | Description | Type / Options | 
|---|---|---|
| Label | Custom name for the action | String | 
| Containers name | Name of the Azure Blob Storage container where the move will occur | String | 
| Select connection | Choose or create a secure Azure Blob Storage connection | Connection | 
FAQ
Q: Is the move operation atomic?
A: The action performs a copy followed by a delete. The file will exist in the destination after the copy and be removed from the source.
Q: Can I move files between different containers or storage accounts?
A: This action is designed for moving files within the same container. For cross-container moves, use a combination of Copy and Delete actions.
Q: What if the destination file already exists?
A: The existing file will be overwritten.
Keywords: WeHub Blob Storage Plugin, Move Action, Azure Blob Storage, Relocate Blob, Cloud Storage Automation