Top "Azure-storage-blobs" questions

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

Cannot upload to azure Blob Storage: The remote server returned an error: (400) Bad Request

I'm trying to create a utility to download file from the internet and upload it again to Azure blob storage. …

c# azure azure-storage azure-storage-blobs
Upload file to Azure Blob Storage directly from browser?

Is it possible to create an html form to allow web users to upload files directly to azure blob store …

azure azure-storage-blobs blobstorage
How to query Cloud Blobs on Windows Azure Storage

I am using Microsoft.WindowsAzure.StorageClient to manipulate blobs on Azure storage. I have come to the point where the …

.net linq lazy-loading azure-storage-blobs azure-sdk-.net
ConvertFrom-Json : Invalid JSON primitive:

I was trying to run a script that fetches JSON file from CMS endpoint, pass it on the pipeline to …

json powershell azure azure-web-app-service azure-storage-blobs
generate a Zip file from azure blob storage files

I have some files stored in my windows azure blob storage. IWant to take these files and create a zip …

c# visual-studio-2012 azure azure-storage-blobs
Can I get a blob by using its url?

I am storing the Azure blob url into my database.Can I get the blob by using that url? Actually …

asp.net-mvc blob azure-storage-blobs model-validation
Add Cache-Control and Expires headers to Azure Storage Blobs

I'm using Azure Storage to serve up static file blobs but I'd like to add a Cache-Control and Expires header …

c# azure azure-storage-blobs cache-control
Downloading Azure Blob files in MVC3

Our ASP.NET MVC 3 application is running on Azure and using Blob as file storage. I have the upload part …

asp.net-mvc asp.net-mvc-3 azure azure-storage azure-storage-blobs
How to import Azure BlobService in python?

We are able to import azure.storage, but not access the BlobService attribute The documentation says to use the following …

python azure azure-storage-blobs
How to deploy a simple static micro site on Microsoft Azure

I plan to move all my websites from my own baremetal server to Microsoft Azure. To get things started I …

azure azure-web-app-service azure-storage-blobs