The Windows Azure Storage Abstractions and their Scalability Targets blog post indicates there is a 5,000 entities/second transaction limit for a single storage account, and there is a 500 entities/se
I want to store stream video to the windows azure server from the android camera captured video*.How it possible?
I am getting a \"The specified resource does not exist\" exception when I try to iterate the result of a ListBlobs() call.I can get the blob attributes when I access it directly, but I\'m trying to ge
I\'m trying to get up-and-going with Windows Azure. I understand that I need to create a \"Storage Account\". However, what I\'m confused about is, how I should set it up. For instance, my Azure subsc
To implement simple paging in Azure Storage in relatively straight forward: Paging with Windows Azure开发者_开发技巧 Table Storage. This can be implemented with continuation token functionality.
I\'m using Windows Azure and venturing into Azure Table Storage for the first time in order to make my application scalable to high density traffic loads.
Are there any good tools to take a snapshot of my Azure tables and blob containers开发者_如何学Python and copy it into local development storage?
As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references,or expertise, but this question will likely solicit debate, a
I just deployed a MVC3 application that uses Table Storage to Windows Azure. Performance is slow开发者_JS百科 and I am not sure what is wrong. I am using firebug and it reports waiting of around 2 sec
I need some help in understanding the thread safety in azure CloudBlobClient, CloudQueueClient and CloudBlob classes.