Top "Azure-storage" questions

Microsoft Azure Storage is a highly-scalable, durable, cloud-based storage platform providing four core services: Blobs, Tables, Queues, and Azure Drives.

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
How do I delete all files in an Azure File Storage folder?

I'm trying to work how how to delete all files in a folder in Azure File Storage. CloudFileDirectory.ListFilesAndDirectories() returns …

c# azure azure-storage delete-file azure-storage-files
Using List<string> with Azure Table Storage

I am currently making use of the Windows Azure Table Storage Mechanism, having a class which extends TableEntity. However, one …

.net list azure azure-storage
Azure storage queue message (show at specific time)

How can I add a message to Azure queue storage that will show up in the queue exactly tomorrow (after 24 …

azure-storage azure-storage-queues
Azure Storage Table size

Azure billing is based on the size of used space. Now I need to know the details. What is the …

azure azure-storage azure-table-storage
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
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
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
Azure storage account: general purpose vs blob storage

Having the need to store and access blobs which type of storage account is the most appropriate? Both types (general …

azure azure-storage
How do I upload to Azure Blob storage without overwriting?

Calling UploadFromStream overwrites files by default - how can I make sure I only upload a blob if it isn't …

.net azure azure-storage