How to set blob content type when uploading to Azure Blob storage using Azure.Storage.Blobs
I recently wanted to upload something to an Azure Storage Blob Container and specify the content type without having to make another request, sadly there’s c...