I\'ve been watching some videos from the build conference re: Inside Windows Azure etc. My take away from one of them was that unless I loaded in a preconfigured VHD into a virtual machine role, I wou
I have an Azure web role and I want to store some settings in web.config under <appSettings> tag. Yes, I\'m aware of service configuration files, yet I have reasons to prefer web.config.
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
I\'m not sure if this problem is specific to Accelerator for Web roles(WAAWR: http://waawebroles.codeplex.com/)
I am trying to access a web role integrated with ACS from the Android emulator , the issue is that during web role debug configuration , the ACS redirects back to \"localhost\" and not to a real URL.
Situation Users can upload Documents, a queue message will be placed onto the queue with the documents ID. The Worker Role will pick this up and get the document. Parse it completely with Lucene. Aft
The application I work on contains a web role: it\'s a simple web application.I needed to host the application in Windows Azure, so I created a web role.I actually want to know what these roles are fo
I have 2 web applications running in a web role and I only run single instance in the azure cloud. I would like to send and receive notifications between these 2 applications and any outsider should n
just starting to explore Azure and I am still a bit confused regarding the purposes of web roles vs worker roles. In the solution I\'m working on mobile apps (iPhone, Android, Windows etc) will be acc
I have a Windows Azure hostedMVC3 application.In the Application_Start, I call all of my bootstrappers that need to run before the application loads and that is working great.One of the bootstrappers