My app is sequentially writing data to Azure Storage block blobs and once a blob is written it does not get modified but parts of it are randomly accessed. I wonder if using page blobs instead of block blobs would have any advantage. I thought premium storage would be one but then realized block blobs support it too.
A previous answer says that "Page blobs are for random read/write storage" but what about random read-only storage?