Microsoft Azure Storage is a highly-scalable, durable, cloud-based storage platform providing four core services: Blobs, Tables, Queues, and Azure Drives.
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-functionsI 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-blobsI am really stuck in my query filter on Azure table storage. May I know how to query with timestamp …
c# azure-storage azure-table-storageI'm trying to abstract geting all entities from a Table by partitionKey, like so: public List<T> GetEntities&…
c# azure azure-storage azure-table-storageI 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-columnI 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-storageI generated a SAS signature using this RedDog tool and successfully sent a message to Event Hub using the Events …
azure azure-storage azure-eventhubWhat would be best practices for choosing partition/row keys for entities in Azure Tables? The common advice is to …
azure azure-storage azure-table-storageI have a Use Case where I need to queue a select number of messages when the current queue length …
c# azure azure-storage azure-queuesIm 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