
Azure SharedAccess
CertifiedCreate a shared access link on Azure Blob Storage
Azure SharedAccess
Certified
Create a shared access link on Azure Blob Storage
Create a shared access link on Azure Blob Storage using the Azure SDK.
yaml
type: io.kestra.plugin.azure.storage.blob.SharedAccessExamples
yaml
id: azure_storage_blob_shared_access
namespace: company.team
tasks:
- 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 *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