I am looking at moving to Windows Azure rather than typical hosting however I\'m unsure how best to store images. After searching I\'ve found that there are 2 possible solutions - Blob storage or Azur
Azure\'s ACS service is pretty sweet, and I love all of the magic it can do, but I want a little less magic for my Web app (MVC). If you look at the code samples on CodePlex, it\'s easy enough to call
I\'m currently porting a WCF Service Project over to an Azure Role. Until now the library containing the service also hosted a Quartz.Net JobFactory for some lightweight b开发者_开发技巧ackground proc
My co-founder and I are trying to get a P3P compact policy working with Azure so that IE users can log in to our Facebook app which is hosted in a Canvas IFRAME.
I am using Windows Azure table storage. I have a lot of look ups to the same rows and these row has data which rarely changes. I know recently t开发者_StackOverflow社区he cloud team have come up with
I\'m playing with a Azure sample from here. After some (rather non-damaging IMO) manipulations the project will no longer build - when I hit \"Build\" the following appears in output:
I am getting 500 Internal Server Error back from the Azure REST management API with this request.Why?
I want to keep things as simple as possible and I don\'t want a complicated security mechanism. Basically I need for a user an ID and an e-mail address and I really don\'t want to bother about other t
I\'m porting a huge application to Windows Azure. It will have a web service frontend and a processing backend. So far I thought I would use web roles for servicing client requests and worker roles fo
Im trying to deploy an app into Azure, its basically a completely fresh vanilla cloud app with an ASP.NET webrole created in VS2010.