Top "Azure-storage" questions

Microsoft Azure Storage is a highly-scalable, durable, cloud-based storage platform providing four core services: Blobs, Tables, Queues, and Azure Drives.

How do I upload some file into Azure blob storage without writing my own program?

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-blobs
Copying one Azure blob to another blob in Azure Storage Client 2.0

In the old 1.7 storage client there was a CloudBlob.CopyFromBlob(otherBlob) method, but it does not seem to be present …

c# azure azure-storage
Azure Storage Blob Rename

Is is possible to rename an Azure Storage Blob using the Azure Storage API from a Web Role? The only …

c# azure azure-storage
How to upload files to a Windows Azure Storage

I'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-blobs
What is the best way to backup Azure Blob Storage contents

I 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-blobs
How to check if Azure Blob file Exists or Not

I 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-blobs
How to download a file to browser from Azure Blob Storage

I'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-blobs
Download .vhd image from Azure to local machine, and upload to another Azure account

I'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-storage
Mount a Blob Storage as Drive on VM

I 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