Copy
Blob Storage Plugin – Copy Action
Summary (SEO Meta Description):
The Copy Action of the Blob Storage Plugin copies content from one location to another within an Azure Blob Storage container.
It enables workflows to duplicate files or folders without manual scripts.
Overview
The Copy Action allows your workflow to copy a blob (file or object) from a source path to a target path within the same Azure Blob Storage container.
This is ideal for creating backups, staging files for processing, or duplicating content for testing.
Typical Use Cases:
- Copy user-uploaded files into a backup folder
- Duplicate configuration files for testing environments
- Stage log files for further processing without altering originals
- Create a snapshot of important documents for auditing
⚙️ Configuration
| Field | Description | Type / Options | 
|---|---|---|
| Label | Custom name for the action | String | 
| Containers name | Name of the Azure Blob Storage container where the copy will occur | String | 
| Select connection | Choose or create a secure Azure Blob Storage connection | Connection | 
FAQ
Q: Can I copy files across different containers or storage accounts?
A: This action is designed for copying within the same container. For cross-container copies, use multiple actions or configure a different connection.
Q: Does the Copy Action overwrite existing files?
A: Yes, if a blob with the same name exists in the destination path, it will be overwritten.
Q: Is the copy operation synchronous?
A: Yes. The action completes once the copy is successfully finished.
Keywords: WeHub Blob Storage Plugin, Copy Action, Azure Blob Storage, Duplicate Blob, Cloud Storage Automation