Is it possible to gain开发者_如何学Go information about the web role from sites deployed onto the Web Role Accelerator? For example, I want to get the instance name that is being used:
I\'m wondering about this because i\'d like to find a way to create a post-build event that is different whether I\'m trying to compile and run in the emulator or wheter I\'m compiling and publishing
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
What is the best way to create a new Windows Azure Hosted 开发者_运维百科service from a running role using a package and configuration that I have stored in blob storage?
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
I was wondering about the best practices in synchronizing multiple azure instances that run the same role.
We have 4 Azure Queues which gets populated either by direct REST API or a WCF Service that we provide.
Worker role is pretty simple and runs in emulator OK. After uploading up to Windows Azure instances seem开发者_如何学JAVAs to initialize, become busy then restart and start over again. Azure Diagnosti
Some background.... We\'re venturing into Azure for the first time and are trying to do it in baby steps. For now, our first apps are going to be worker roles monitoring queues to process requests (s
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