Microsoft Azure Storage is a highly-scalable, durable, cloud-based storage platform providing four core services: Blobs, Tables, Queues, and Azure Drives.
I created an Azure Storage account. I have a 400 megabytes .zip file that I want to put into blob storage …
windows azure azure-storage azure-storage-blobsIn the old 1.7 storage client there was a CloudBlob.CopyFromBlob(otherBlob) method, but it does not seem to be present …
c# azure azure-storageIs is possible to rename an Azure Storage Blob using the Azure Storage API from a Web Role? The only …
c# azure azure-storageI'm trying to publish a package that has 800mb+. But the Windows Azure publish only allows up to 600mb, so …
azure azure-storage azure-storage-blobsI know that the Azure Storage entities (blobs, tables and queues) have a built-in resiliency, meaning that they are replicated …
azure backup azure-storage azure-storage-blobsI want to check a particular file exist in Azure Blob Storage. Is it possible to check by specifying it's …
c# azure-storage azure-storage-blobsI'm already successfully listing available files, but I needed to know how I could pass that file down to the …
c# asp.net-mvc azure azure-storage azure-storage-blobsHow can I create a sub container in the azure storage location?
azure azure-storage azure-storage-blobsI'd like to download a VM image to my local machine, so I can use it locally and upload it …
powershell azure cloud virtual-machine azure-storageI need to somehow uploads files and access them on the VM, how can I do this? Specifically, how can …
azure blob azure-storage azure-storage-blobs azure-virtual-machine