Azure Copy

Azure Copy

Certified

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.

yaml
type: io.kestra.plugin.azure.storage.blob.Copy
yaml
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

Service endpoint URL

Base HTTPS endpoint of the target service.

Source blob

Container and blob path to copy from

Definitions
container*Requiredstring

Source/destination container

name*Requiredstring

Blob path

Full blob name (virtual path) inside the container

Destination blob

Container and blob path to copy to

Definitions
container*Requiredstring

Source/destination container

name*Requiredstring

Blob path

Full blob name (virtual path) inside the container

Connection string of the Storage Account.

Defaultfalse

Delete source after copy

If true, removes the source blob when copy finishes; default false

Reference (ref) of the pluginDefaults to apply to this task.

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.

Shared Key access key for authenticating requests.

Shared Key account name for authenticating requests.

Copied blob

Definitions
containerstring
eTagstring
lastModifiedstring
Formatdate-time
namestring
sizeinteger
uristring
Formaturi