Azure Blob Event Stream - MerrionComputing/CQRSAzure GitHub Wiki
Storing event streams as an Azure Blob
In many ways the AppendBlob is the ideal storage technology for event streams in that it is a highly performant append-only data store.
In this framework, each distinct aggregate identifier gets its own AppendBlob. An append blob can have one writer writing (at any given point in time) but as many readers executing concurrently as desired.