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.

Write Python DataFrame as CSV into Azure Blob

I have got two questions on reading and writing Python objects from/to Azure blob storage. Can someone tell me …

python azure azure-storage azure-blob-storage
Create a blob storage container programmatically

I have a requirement whereby on creation of a company an associated blob storage container is created in my storageaccount …

c# azure azure-storage azure-storage-blobs
How to get public URL of Azure Files file?

I am using Azure Files to store files for my Web Application, which I have previously mentioned here. I am …

asp.net-mvc azure azure-storage azure-web-app-service azure-storage-files
How to start Azure Storage Emulator from within a program

I have some unit tests that use Azure Storage. When running these locally, I want them to use the Azure …

c# azure azure-storage
How can I get references to BlockBlob objects from CloudBlobDirectory.ListBlobs?

I am using the Microsoft Azure .NET client libraries to interact with Azure cloud storage. I need to be able …

azure-storage
How to upload a folder to Blob Storage?

I have a worker role that I use to pull data down from Blob Storage OnStart. Currently I'm testing this …

azure azure-storage azure-storage-blobs azure-worker-roles
CloudBlob.DownloadToStream returns null

I'm trying to download a file from cloudBlob via stream. I refer to this article CloudBlob Here is the code …

c# azure cloud blob azure-storage
Azure web/worker role read configuration settings

What is the best way/recommended way to read settings from a worker/web role? Is it: CloudConfigurationManager.GetSetting("ConnectionString") (…

azure azure-storage azure-table-storage
Querying azure table storage for null values

Does anyone know the proper way to query azure table storage for a null value. From what I've read, it's …

azure azure-storage azure-table-storage
Azure Blob Storage URL : WASB:// vs HTTP://

I see that there are different kinds of URLS to access a blob storage like shown below: wasb://XXXXXXXXXX@XXXXX.…

azure azure-storage azure-storage-blobs