* [5780](https://github.com/grafana/loki/pull/5780) **simonswine**: Update alpine image to 3.15.4.
* [5777](https://github.com/grafana/loki/pull/5777) **tatchiuleung** storage: make Azure blobID chunk delimiter configurable.
* [5715](https://github.com/grafana/loki/pull/5715) **chaudum** Add option to push RFC5424 syslog messages from Promtail in syslog scrape target.
* [5696](https://github.com/grafana/loki/pull/5696) **paullryan** don't block scraping of new logs from cloudflare within promtail if an error is received from cloudflare about too early logs.
* [5685](https://github.com/grafana/loki/pull/5625) **chaudum** Fix bug in push request parser that allowed users to send arbitrary non-string data as "log line".
f.StringVar(&c.ContainerName,prefix+"azure.container-name","cortex","Name of the blob container used to store chunks. This container must be created before running cortex.")
f.StringVar(&c.AccountName,prefix+"azure.account-name","","The Microsoft Azure account name to be used")
f.StringVar(&c.ChunkDelimiter,prefix+"azure.chunk-delimiter","-","Chunk delimiter for blob ID to be used")
f.Var(&c.AccountKey,prefix+"azure.account-key","The Microsoft Azure account key to use.")
f.DurationVar(&c.RequestTimeout,prefix+"azure.request-timeout",30*time.Second,"Timeout for requests made against azure blob storage.")
f.IntVar(&c.DownloadBufferSize,prefix+"azure.download-buffer-size",512000,"Preallocated buffer size for downloads.")