开发者_如何学GoSomeone explain to me what it is and how the Windows Azure Storage Analytics works and how I can use it in conjunction with storage.Windows Azure Storage Analytics offers profiler like
I am quite sure I know the answer, just want to make sure I got this right. From Azure In Action : If I use the CloudBlobClient from a WCF service that sits in m开发者_Go百科y WebRole, to access bl
Unable to make list blob request using following URI with replacing myaccount with my storage account
In my Azure web role OnStart() I need to deploy a huge unmanaged program the role depends on. The program is previously compressed into a 400-megabytes .zip archive, 开发者_JS百科splitted to files 20
I want to sync data in the Azure Table Storage with a local windows desktop client. The desktop client should work without being online all the time so he has to download the newest data from the ATS
I\'m having trouble getting started, or finding 开发者_高级运维a relevant example, using Azure Blog Storage from a non-Azure asp.net and silverlight application.
Is it possible to save a blob with a name of a GUID (or anything else) but when a user requests the files URI http://me.blob.core.windows.net/mycontainer/9BB34783-8F06-466D-AC20-37A03E504E开发者_开发知
I am starting with Windows Azure. I have an Azure account wit开发者_如何学Ch Microsoft and would like to use it from my Visual Studio project
The way I had to phrase this question makes me think \"I\'m doing it wrong\" but I haven\'t really gotten how this is supposed to work. The way I have it set up now is that I prefix blobs with an iden
From this Windows Azure MSDN thread, I understand that the queue message size should be 8KB. We can calculate the message size by 6144 byte * 4/3 (base64 encoding).