Top "Azure-storage-blobs" questions

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

Copying storage data from one Azure account to another

I would like to copy a very large storage container from one Azure storage account into another (which also happens …

azure azure-storage azure-storage-blobs replication
Azure Blob 400 Bad request on Creation of container

I'm developing an ASP.Net MVC 4 app and I'm using Azure Blob to store the images that my users are …

asp.net-mvc-4 azure azure-storage azure-storage-blobs blobstorage
Uploading blockblob and setting contenttype

I'm using Microsoft.WindowsAzure.Storage.* library from C#. This is how I'm uploading things to storage: // Store in storage CloudStorageAccount …

c# azure azure-storage content-type azure-storage-blobs
How to download files from Azure Blob Storage with a Download Link

I made an Azure Cloud Service, where you can upload and delete files to the cloud storage using Blobs. I …

c# html azure-storage-blobs azure-cloud-services
Azure Shared Access Signature - Signature did not match

I'm getting this error: <Error> <Code>AuthenticationFailed</Code> <Message> Server failed to …

c# azure azure-storage-blobs
How do I save byte arrays i.e. byte[] to Azure Blob Storage?

I know how to save Streams, but I want to take that stream and create thumbnails and other sized images, …

c# azure azure-storage-blobs
Read file from Azure blob storage

I want to read a PDF file bytes from azure storage, for that I have a file path. https://hostedPath/…

c# azure azure-storage azure-storage-blobs
Azure Blob Storage "Authorization Permission Mismatch" error for get request with AD token

I am building an Angular 6 application that will be able to make CRUD operation on Azure Blob Storage. I'm however …

azure azure-active-directory azure-storage-blobs azure-blob-storage
Getting blob count in an Azure Storage container

What is the most efficient way to get the count on the number of blobs in an Azure Storage container? …

azure azure-storage azure-storage-blobs
Getting the latest file modified from Azure Blob

Say I am generating a couple of json files each day in my blob storage. What I want to do …

c# azure azure-storage-blobs azure-sdk-.net azure-blob-storage