azure-worker-roles
Get RoleEnvironment info from Azure Web Role Accelerator
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:[详细]
2023-04-11 02:01 分类:问答With an Azure project, when managing multiple service configurations, where are the current configuration choice saved
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[详细]
2023-04-08 15:49 分类:问答Azure worker role getting stuck in Role state Unknown
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[详细]
2023-04-04 15:38 分类:问答Create New Windows Azure Hosted Service from a Worker Role
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?[详细]
2023-04-03 23:42 分类:问答Send notice to Azure Web role from a Azure Worker role - Best Practice
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[详细]
2023-04-01 11:59 分类:问答Azure inter-role synchronization
I was wondering about the best practices in synchronizing multiple azure instances that run the same role.[详细]
2023-04-01 11:09 分类:问答Azure Queue Worker Role Multi Thread Example
We have 4 Azure Queues which gets populated either by direct REST API or a WCF Service that we provide.[详细]
2023-03-31 10:36 分类:问答Strange Azure start up error ( Could not find file 'c:\logs\file1.txt')
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[详细]
2023-03-30 11:26 分类:问答How do I host an Azure worker role locally/on premise?
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[详细]
2023-03-29 16:01 分类:问答In Windows Azure: What are web role, worker role and VM role?
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[详细]
2023-03-29 10:13 分类:问答