Skip to main content

Documentation Index

Fetch the complete documentation index at: https://mezmo-9a59581a-mintlify-926f893d.mintlify.app/llms.txt

Use this file to discover all available pages before exploring further.

Description

You can send your Mezmo Pipeline log data to Azure for storage.

Configuration Options

OptionDescription
Batch TimeoutThe amount of time, in seconds, to buffer your log data before sending it to Azure.
End-to-End AcknowledgementEnable this option to receive verification that log data is being received by Azure.
EncodingThe type of encoding to use for your log data.
CompressionThe type of compression to apply to your log data as it is sent to the S3 bucket.
Container NameThe name of the Azure Blob container to use for your log data.
Connection StringThe connection string, including Access Key, to use for connecting to the container.\n\n\n\nYou may also use a Shared Access Signature string if you do not wish to use an Access Key. The format must match the connection string standard:\n\n\nBlobEndpoint=https://<MYSTORAGEACCOUNT>.blob.core.windows.net;SharedAccessSignature=<SIGNATURE>
Storage AccountThe name of the Azure Blob Storage account.
PrefixA prefix to apply to all object key names.
Please note that only the message portion of the event envelope will be stored.