Azure Blob

Acquire blob lease

Establish a lock for write and delete operations.

Inputs

Field

Type

Description

duration [required]

enum

The duration, in seconds, to hold the lock for. Allowed enum values: 15,30,45,60,Infinite

default: Infinite

storageAccount [required]

string

The name of the storage account.

containerName [required]

string

The name of the container.

blobName [required]

string

The name of the blob to retrieve.

Outputs

Field

Type

Description

leaseId

string

Uniquely identifies a blob's lease.

requestId

string

The request ID uniquely identifies the request with Azure. This can be used to troubleshoot the request.