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.

Differences between Amazon Elastic Block Storage (EBS) and Microsoft Azure Drives

I've been looking at using either Amazon EC2 or Microsoft Azure to host a new project, and plan on using …

azure amazon-ec2 azure-storage amazon-ebs
Azure CDN vs Azure Blob storage origin pull takes way too long

I am using azure blob storage to store images in a public container and embedding them in a public website. …

azure azure-storage azure-cdn
Image Hosting Azure

I'm creating a website where users will be able to upload various images when creating a new page on my …

azure azure-storage azure-cdn
Azure Storage container size

How can I get a size of container in Azure Storage? I access Azure storage via C# API: var account = …

c# azure azure-storage
Windows Azure Trace Log not working

I'm sure I have missed something simple but I can't get simple Trace.WriteLine to work on Azure. Steps I …

.net azure trace azure-storage azure-diagnostics
azure table : Duplicate partition key results in (409) conflict

I am trying to insert multiple rows into the Azure table service. As far as this article goes, I have …

azure azure-storage azure-web-roles azure-table-storage
PowerShell script error: the string is missing the terminator:

Incredibly simple powershell script... #Server side storage copy $SourceStorageAccount = "myStorageAccount" $SourceStorageKey = "myKey" $SourceStorageContext = New-AzureStorageContext –StorageAccountName $SourceStorageAccount -StorageAccountKey $SourceStorageKey fails with …

powershell azure azure-storage azure-storage-blobs azure-powershell
Azure Blob: "The condition specified using HTTP conditional header(s) is not met"

I got this exception when I run my application. It happens also in the real Azure blob storage. I've caught …

http azure blob azure-storage-blobs azure-storage
error importing 'BlobServiceClient' from 'azure.storage.blob'

I have the following line of code: from azure.storage.blob import BlobServiceClient I get the following error: from azure.…

python azure azure-storage azure-storage-blobs azure-blob-storage