I\'m tryingto run the Azure Service Sample (MessagingWithQueue) which I downloaded from http://www.mi开发者_如何学Pythoncrosoft.com/download/en/details.aspx?id=17691.
Do we need to maintain extranal Persisted storage if we maintain a single Web Role with multiple instances?
I was running my application with no errors loca开发者_JS百科lly, but when added Windows Azure project, set up the database config, generated the packages and ran in stage mode, I just can get 500 int
I\'ve a Azure Worker R开发者_StackOverflow社区ole that currently processes the Azure Queue Storage by polling every x seconds.
I\'m not sure if this problem is specific to Accelerator for Web roles(WAAWR: http://waawebroles.codeplex.com/)
I\'m developing an ipad app and I need to save some data in OData SQL Azure, I know how to get data sending requests with querys but I don\'t know how to send a post
anybody know patterns to design idempotent operations to azure manipulation, specially the table storage开发者_如何学编程? The more common approach is generate a id operation and cache it to verify ne
I\'m trying to host some static files for access by an ASP.Net web role and a separate data worker role that are both running on the same deployment (they use a global static interface).
Azure toolkit 1.5 Create New project Add worker role Hit F5 The deployments get stuck in: [fabric] Role Instance: deployment(189).WindowsAzureProject1.WorkerRole1.0
Windows Azure table storage limit is about 500 requests per second, more requests than this and a DoS is supected and you will get error messages.