Top "Azure-storage-blobs" questions

Azure Blob Storage is a cloud service for storing unstructured binary data.

hosting fonts on azure cdn - CORS support

I cannot get azure blob storage hosted fonts exposed via azure cdn working in IE or Firefox. I believe this …

cdn azure-storage cors azure-storage-blobs azure-cdn
Download blob storage and return Json object

I am trying to download a .json blob that I have stored in a container in the Azure Storage using …

c# json azure azure-storage-blobs memorystream
Invalid character exception when adding Metadata to a CloudBlob

Task Upload a file to Azure Blob Storage with the original filename and also assign the filename as meta-data to …

azure character-encoding azure-storage azure-storage-blobs
CloudBlockBlob.DownloadToStream vs DownloadRangeToStream

Trying to use the ASP.NET azure SDK for downloading images from blob storage.. I read in another post that …

c# asp.net azure azure-storage-blobs azure-sdk-.net
Azure Storage Blobs: what kind of blob do I get with GetBlobReference()?

I'm getting a little confused with blobs. I've read some articles that says that there are two kinds of blobs, …

azure blob azure-storage azure-storage-blobs
ERROR: The specifed resource name contains invalid characters. ErrorCode: InvalidResourceName

ERROR: The specifed resource name contains invalid characters. ErrorCode: InvalidResourceName 2019-10-31T10:28:17.4678189Z <?xml version="1.0" encoding="utf-8"?>&…

azure-devops blob azure-storage-blobs blobstorage azure-storage-account
Delete folder(s) inside Azure Blob storage container

I have a container named "pictures", and have some folders named "Folder1", "Folder2" inside of it. So files of my …

c# directory azure-storage azure-storage-blobs blobstorage
How to use SharedAccessSignature to access blobs

I am trying to access a blob stored in a private container in Windows Azure. The container has a Shared …

azure azure-storage-blobs blobstorage
How to get a Shared Access Signature on a Blob using the latest Azure SDK .NET API v12?

I used to be able to create a shared access signature on a Blob using the v11 Azure SDK API, …

c# azure azure-storage-blobs azure-sas
Batch Uploading Huge Sets of Images to Azure Blob Storage

I have about 110,000 images of various formats (jpg, png and gif) and sizes (2-40KB) stored locally on my hard …

c# azure azure-storage-blobs blobstorage