We are trying to upload a file to the Azure Blob storage using the Azure SDK\'s PutBlockAsync API.
using (var blockStream = new MemoryStream(block)) {