lease lease
lease Certified

yaml
type: "io.kestra.plugin.azure.storage.adls.update.lease"
yaml
id: azure_storage_datalake_lease
namespace: company.team

tasks:
  - id: lease_file
    type: io.kestra.plugin.azure.storage.adls.update.Lease
    endpoint: "https://yourblob.blob.core.windows.net"
    sasToken: "{{ secret('SAS_TOKEN') }}"
    fileSystem: "mydata"
    filePath: "path/to/myfile"
    leaseDuration: 20
    action: ACQUIRE
Properties
DefaultACQUIRE
Possible Values
ACQUIRERENEWRELEASEBREAK
Default-1