Azure Blob

Create blob snapshot

Create a read-only snapshot of a blob.

Inputs

Field

Type

Description

leaseId

string

The lease ID currently on the blob. This will only pass if the blob’s lease is active and the lease ID that is specified in the request matches the lease ID of the blob.

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

requestId

string

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

snapshot

string

Uniquely identifies the snapshot and indicates the snapshot version. It may be used in subsequent requests to access the snapshot.