Blob Storage
Azure Blob Storage is Azure’s object storage service. Tenzir can treat it like a local filesystem to read and write files.
Examples
Section titled “Examples”Write an event to a file in a container
Section titled “Write an event to a file in a container”from {foo: 42}to "abfss://user@container/path/to/file.json"
Read events from a file in a container
Section titled “Read events from a file in a container”from "abfss://user@container/path/to/file.json"
{foo: 42}