For the complete documentation index, see llms.txt. This page is also available as Markdown.

Azure Blob Storage Data Sink

Most recent version: v1.0.1

Learn more about this Data sink type in this article.

v1.0.1

Released on 06/03/2026

  • Added default value (10000) for eventCount in batch configuration to prevent unexpected behavior when batch mode is enabled but event count is not explicitly configured.

  • Trimmed whitespace from connection string and credential values to prevent URL parse failures caused by trailing newline characters.

  • Redacted sensitive SAS token parameters and account keys from error messages to prevent credential exposure in logs.

v1.0.0

Released on 06/03/2026

  • Added compression options: gzip and bzip2.

  • Made prefix optional to allow writing directly to the container root.

  • Removed automatic underscore separator (–); users now have full control over prefix formatting.

  • Replaced deprecated sdkerrors.ErrorFound with the error mutator pattern.

  • Replaced deprecated event.GetFieldAsBytesOrVal with value_resolver.

v0.0.1

Released on 06/19/2024

Initial version

Last updated

Was this helpful?