Synadia Connect

Azure Blob Storage

NAMERUNTIMETYPEVERSIONSTATUS
azure_blob_storagewombatsinklateststable

Sends message parts as objects to an Azure Blob Storage Account container. Each object is uploaded with the filename specified with the container field.

Configuration

nametypeoptionalsecretdescription
storage_connection_stringstringyesnoThe connection string for the Azure Storage Account.
containerstringnonoThe name of the Azure Storage Container to upload objects to.
pathexpressionyesnoThe path within the container to upload objects to. This field supports interpolation functions. The value defaults to ${!counter()}-${!timestamp_unix_nano()}.txt.
blob_typestringyesnoBlock and Append blobs are comprized of blocks, and each blob can support up to 50,000 blocks. The default value is +"BLOCK"+.This field supports interpolation functions. The value should be one ofBLOCKorAPPEND. The value defaults to BLOCK`.
public_access_levelstringyesnoThe container's public access level. The default value is PRIVATE. This field supports interpolation functions. The value should be one of PRIVATE, BLOB or CONTAINER. The value defaults to PRIVATE.
max_in_flightintyesnoThe maximum number of messages to have in flight at any given time. The value defaults to 64.
Previous
AWS SQS