
Azure SharedAccess
CertifiedEnterprise EditionGenerate a shared access signature (SAS) for an Azure blob
Azure SharedAccess
Certified
Enterprise Edition
Generate a shared access signature (SAS) for an Azure blob
Creates a time-limited SAS token granting the requested permissions on the target blob.
yaml
type: io.kestra.plugin.ee.azure.storage.blob.SharedAccessExamples
Generate a SAS token for a blob
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
container *Requiredstring
The blob container.
endpoint *Requiredstring
Service endpoint URL
Base HTTPS endpoint of the target service.
expirationDate *Requiredstring
The time after which the SAS will no longer work
name *Requiredstring
The full blob path on the container.
permissions *Requiredarray
SubTypestring
Possible Values
READADDCREATEWRITEDELETEDELETE_VERSIONTAGSLISTMOVEEXECUTEFILTERIMMUTABILITY_POLICYThe permissions to be set for the Shared Access
connectionString string
Connection string of the Storage Account.
pluginDefaultsRef Non-dynamicstring
Reference (ref) of the pluginDefaults to apply to this task.
Outputs
uri string
Format
uriThe SAS URI