ContentHash not calculated in Azure Blob Storage v12
Continuing the saga, here is part I: ContentHash is null in Azure.Storage.Blobs v12.x.x
Continuing the saga, here is part I: ContentHash is null in Azure.Storage.Blobs v12.x.x
I’m writing a System.Drawing.Bitmap to Azure storage using a memory stream. I have the correct credentials and everything azure side wires up correctly. I have uploaded an image into a blob successfully using an input stream so I think it must be a problem with how i am using the memorystream object.