azure-storage
What is Windows Azure Storage Analytics?
开发者_如何学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[详细]
2023-04-06 15:33 分类:问答Azure BLOB storage - Pricing and speed "Within the data center"
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[详细]
2023-04-06 13:01 分类:问答Unable to make list blob request (windows azure)?
Unable to make list blob request using following URI with replacing myaccount with my storage account[详细]
2023-04-06 12:07 分类:问答Why is downloading from Azure blobs taking so long?
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[详细]
2023-04-03 06:35 分类:问答Local sync with Azure Table Storage
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[详细]
2023-04-02 07:04 分类:问答Architecture of adding Azure Blob Storage to non-cloud ASP.Net/Silverlight application
I\'m having trouble getting started, or finding 开发者_高级运维a relevant example, using Azure Blog Storage from a non-Azure asp.net and silverlight application.[详细]
2023-03-29 02:46 分类:问答Friendly filename when public download Azure blob
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开发者_开发知[详细]
2023-03-27 03:40 分类:问答Where can I find my Azure account name and account key?
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[详细]
2023-03-26 13:00 分类:问答Is it possible to list only blobs with a name matching a pattern with the Azure SDK?
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[详细]
2023-03-26 00:24 分类:问答Azure Queue Storage Message Size
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).[详细]
2023-03-25 16:12 分类:问答