
Azure Copy
CertifiedCopy a blob within Azure Storage
Azure Copy
Copy a blob within Azure Storage
Copies a blob to another container/path using a short-lived SAS token; optionally deletes the source after copy.
type: io.kestra.plugin.azure.storage.blob.CopyExamples
id: azure_storage_blob_copy
namespace: company.team
tasks:
- id: copy
type: io.kestra.plugin.azure.storage.blob.Copy
from:
container: "my-bucket"
key: "path/to/file"
to:
container: "my-bucket2"
key: "path/to/file2"
Properties
endpoint *Requiredstring
Service endpoint URL
Base HTTPS endpoint of the target service.
from *Required
Source blob
Container and blob path to copy from
io.kestra.plugin.azure.storage.blob.Copy-CopyObject
Source/destination container
Blob path
Full blob name (virtual path) inside the container
to *Required
Destination blob
Container and blob path to copy to
io.kestra.plugin.azure.storage.blob.Copy-CopyObject
Source/destination container
Blob path
Full blob name (virtual path) inside the container
connectionString string
Connection string of the Storage Account.
delete booleanstring
falseDelete source after copy
If true, removes the source blob when copy finishes; default false
pluginDefaultsRef Non-dynamicstring
Reference (ref) of the pluginDefaults to apply to this task.
sasToken string
The SAS token to use for authenticating requests.
This string should only be the query parameters (with or without a leading '?') and not a full URL.
Outputs
blob
Copied blob