SharedAccess

SharedAccess

Certified
Enterprise Edition

Generate a shared access signature (SAS) for an Azure blob

yaml
type: io.kestra.plugin.ee.azure.storage.blob.SharedAccess
yaml
id: azure_blob_sas
namespace: company.team

tasks:
  - id: sas
    type: io.kestra.plugin.ee.azure.storage.blob.SharedAccess
    endpoint: "https://yourstorage.blob.core.windows.net"
    connectionString: "{{ secret('AZURE_CONNECTION_STRING') }}"
    container: "mydata"
    name: "report.csv"
    permissions:
      - READ
Properties
SubTypestring
Possible Values
READADDCREATEWRITEDELETEDELETE_VERSIONTAGSLISTMOVEEXECUTEFILTERIMMUTABILITY_POLICY
Formaturi