I have already setup a CNAME for \"storage.mycompany.com\" pointing to my blob storage and it\'s working fine. However, I have a multitenant application and some of my customers would like their own p
What I mean by my question is: is it possible to detect which datacenter the worker role is deployed in? I\'m trying to programatically figure out开发者_StackOverflow社区 if my worker role is in a Nor
I am trying to upload files to Azure Blob Storage using Classic ASP (no choice!). However although I can use can list container contents using MSXML2.ServerXMLHTTP I am failing to create blobs. I need
On VS2010 SP1 with Azure 1.4 SDK Create a new Azure Project and a single Web Role, in Page_Load of default.aspx.cs add开发者_开发知识库:
I would like 开发者_开发知识库to know how to change default Azure SDK local deploy directory?
I have added three Roles in my application contains One web role and two worker roles. I am using Visual Studio 2010 and Window开发者_如何学Cs Azure sDK 1.4.
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 have searched a lot on this topic but didnt get any satifactory answer. In Windows Azure how can we consume an external (third party) Web Service from the worker roles? Is it as simple as using a
I am trying to start up a web role on Windows Azure, but it initializes, goes to busy/stop and continues theendless loop 开发者_如何学Cof busy then stop. I have followed the recommendations of this qu
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.