When I upload an image file to a blob, the image is uploaded apparently successfully (no errors). When I go to cloud storage studio, the file is there, but with a size of 0 (zero) bytes.
I was going through some videos. I found that Wind开发者_StackOverflow社区ows Azure will group the blobs into partitions based on the partition key and will Automatically Load Balance these partitions
I have stored some files in the form of blobs on azure and I have written an application that would access these blobs. When I host this application as a web role on azure, it works perfectly and I am
I\'ve got a very simple question (I hope!) - I just want to find out if a blob (with a name I\'ve defined) exists in a particular container. I\'ll be downloading it if it does exist, and if it doesn\'
I am try to skin my tabnavigator with PNG byextend with TabSkin.as and SelectedTabSkin.as, however, when I tried to mouseover the tab buttons, it will caused a flicker into black and load the tab imag
In the REST interface 开发者_StackOverflowfor Azure blobs, when you request a list of blobs there is a parameter for specifying that you want to list snapshots.Has this been exposed anywhere in the .N
I was trying to upload a 34 MB file onto the blob but it is prompting me some error XML Parsing Error: no element found
How to开发者_如何学JAVA create a sub directory in a blob container for example, in my blob container http://veda.blob.core.windows.net/document/
I\'ve been using Windows Azure to create a document开发者_运维知识库 management system, and things have gone well so far.I\'ve been able to upload and download files to the BLOB storage through an asp
Given a stored f开发者_JS百科ile on Azure Storage (blobs, tables or queues -- doesn\'t matter), is it possible to allow access to it for all, but only based on permissions?