🚀 New! Kestra raises $3 million to grow Learn more

SharedAccess SharedAccess

yaml
type: "io.kestra.plugin.azure.storage.blob.SharedAccess"

Download a file from an Azure Blob Storage.

Examples

yaml
id: "shared_access"
type: "io.kestra.plugin.azure.storage.blob.SharedAccess"
endpoint: "https://yourblob.blob.core.windows.net"
connectionString: "DefaultEndpointsProtocol=...=="
container: "mydata"
name: "myblob"
expirationDate: "{{ now() | dateAdd(1, 'DAYS') }}"
permissions:
 - r

Properties

container

  • Type: string
  • Dynamic: ✔️
  • Required: ✔️

The blob container

endpoint

  • Type: string
  • Dynamic: ✔️
  • Required: ✔️

The blob service endpoint.

additionally parses it for information (SAS token)

expirationDate

  • Type: string
  • Dynamic: ✔️
  • Required: ✔️

The time after which the SAS will no longer work.

name

  • Type: string
  • Dynamic: ✔️
  • Required: ✔️

The full blob path on the container

permissions

  • Type: array
  • SubType: string
  • Dynamic: ✔️
  • Required: ✔️

The time after which the SAS will no longer work.

connectionString

  • Type: string
  • Dynamic: ✔️
  • Required:

Connection string of the storage account.

sasToken

  • Type: string
  • Dynamic: ✔️
  • Required:

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.

sharedKeyAccountAccessKey

  • Type: string
  • Dynamic: ✔️
  • Required:

Shared Key access key for authenticating requests

sharedKeyAccountName

  • Type: string
  • Dynamic: ✔️
  • Required:

Shared Key account name for authenticating requests

Outputs

uri

  • Type: string

The sas url