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.

Is it possible to read File from same folder where Azure function exists

In my Azure C# function I need to read a .txt file. I make the .txt file in Visual studio …

c# azure azure-storage azure-functions
Blob container creation exception

I get an exception every time I try to create a container for the blob using the following code CloudStorageAccount …

windows azure azure-storage azure-storage-blobs
Timestamp query in Azure

I am really stuck in my query filter on Azure table storage. May I know how to query with timestamp …

c# azure-storage azure-table-storage
TableQuery<T> from Azure TableStorage that filters on PartitionKey

I'm trying to abstract geting all entities from a Table by partitionKey, like so: public List<T> GetEntities&…

c# azure azure-storage azure-table-storage
Auto-increment on Azure Table Storage

I am currently developing an application for Azure Table Storage. In that application I have table which will have relatively …

concurrency primary-key azure-storage auto-increment identity-column
Delete All Azure Table Records

I have an Azure Storage Table and it has 3k+ records. What is the most efficient way to delete all …

c# azure azure-storage azure-table-storage
Where is Azure Event Hub messages stored?

I generated a SAS signature using this RedDog tool and successfully sent a message to Event Hub using the Events …

azure azure-storage azure-eventhub
Azure Tables: best practices for choosing partition/row keys

What would be best practices for choosing partition/row keys for entities in Azure Tables? The common advice is to …

azure azure-storage azure-table-storage
Unable to get queue length / message count from Azure

I have a Use Case where I need to queue a select number of messages when the current queue length …

c# azure azure-storage azure-queues
The correct way to delete and recreate a Windows Azure Storage Table = Error 409 Conflict - Code : TableBeingDeleted

Im really new to Windows Azure development and have a requirement to store some data in a windows azure storage …

c# azure azure-storage azure-table-storage azure-web-roles