Azure Blob Storage is a cloud service for storing unstructured binary data.
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 replicationI'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 blobstorageI'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-blobsI 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-servicesI'm getting this error: <Error> <Code>AuthenticationFailed</Code> <Message> Server failed to …
c# azure azure-storage-blobsI know how to save Streams, but I want to take that stream and create thumbnails and other sized images, …
c# azure azure-storage-blobsI 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-blobsI 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-storageWhat is the most efficient way to get the count on the number of blobs in an Azure Storage container? …
azure azure-storage azure-storage-blobsSay 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