Assets in Azure Blob Storage

I am using config to change location of assets to store in Azure blob storage but when I go to blob storage I see some GUID and blobs. I am loosing all meta data like (file name, file extension). Is there a way to save all meta data in azure blob storage?

ASSETSTORE__TYPE: “AzureBlob”
ASSETSTORE__AZUREBLOB__CONNECTIONSTRING: “xxx”
ASSETSTORE__AZUREBLOB__CONTAINERNAME: “xx”

The metadata is stored in the database. You can query the assets with the normal API.