This sink implements Azure Blob Storage protocol. It can can be enabled by adding the following configuration in the tables section:
tables:
eventlog:
compact: # enable compaction
interval: 60 # compact every 60 seconds
nameFunc: "s3://bucket/namefunc.lua" # file name function
azure: # sink to use
container: "container-id-1" # the container ID
prefix: "" # (optional) prefix to add
...