Top "Azure-storage-blobs" questions

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

Difference between Managed and Unmanaged Disk

Can someone tell me the main benefits and differences between Managed disks and Unmanaged disks, various pros and cons of …

azure azure-storage-blobs azure-managed-disk
Getting started with Azure storage: Blobs vs Tables vs SQL Azure

It's quite a topic, blobs vs tables vs SQL, and despite all I read so far I still can't find …

azure azure-sql-database azure-storage-blobs azure-table-storage
Azure, best way to store and deploy static content (e.g. images/css)?

We're about to deploy our .NET web application to an Azure Web Role. I'm just wondering how others have handled …

image azure azure-storage-blobs static-content azure-cdn
Blob container creation exception

I get an exception every time I try to create a container for the blob using the following code CloudStorageAccount …

windows azure azure-storage azure-storage-blobs
Handling FileContentResult when file is not found

I have a controller action that downloads a file from an azure blob based on the container reference name (i.…

c# asp.net-mvc-2 azure-storage-blobs filecontentresult
Connecting Azure Blob with Azure Website

I'm trying to connect an Azure website to an Azure blob (where I intend to host some files in a …

c# asp.net azure azure-storage-blobs azure-web-app-service
How to load list of Azure blob files recursively?

Azure blob files are stored in a plain list without any physical folder structure, but we can create virtual folders …

c# azure azure-storage-blobs
How to get Azure Blob file size

I used Azure blob to store images. Users upload those images. I want to see how much space each user …

asp.net azure-storage-blobs
The MAC signature found in the HTTP request '...' is not the same as any computed signature

I'm sending the following request in Postman to retrieve a simple .jpg from Azure Blob storage at this URL https://…

rest azure-storage-blobs postman