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
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
Is there any power shell command to download file and place at Application Root in Windows Azure start-up task? I have geo location binary file(30Mb)which is downloaded from http://www.maxmind.com/app
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开发者_开发知
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
I am developing an azure application which needs at some point to upload(download) a large amount of small blobs to a single container (more than 1k blobs, less than 1 Mb each). In order to speed up t
Pretty new to Windows Azure. I\'ve followed this tutorial: tutorial. It works perfectly however o开发者_Python百科ne limitation is that for the application I have in mind, it would need to be possible
Quick question. I\'m currently moving a asp.net MVC web application to the Windows Azure platform. Everything is working out okay apart from one thing.
I am trying to migrate large data that is required for our website hosted on Azure to access. The data amounts to about 7GB. After reading few forums, I have come to know thatSQ开发者_开发百科L Azure
Our ASP.NET MVC 3 application is running on Azure and using Blob as file storage. I have the upload part figured out.