Download a file from Azure Blob Storage.

yaml
type: "io.kestra.plugin.azure.storage.blob.Download"
yaml
id: azure_storage_blob_download
namespace: company.team

tasks:
  - id: download
    type: io.kestra.plugin.azure.storage.blob.Download
    endpoint: "https://yourblob.blob.core.windows.net"
    connectionString: "DefaultEndpointsProtocol=...=="
    container: "mydata"
    name: "myblob"
Properties

The blob container.

The blob service endpoint.

The full blob path on the container.

Connection string of the Storage Account.

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.

The downloaded blob.

Format uri