azure-worker-roles

Role instances are taking longer than expected to start - Is there a new solution to this problem?

家住魔仙堡 提交于 2019-11-27 03:52:58
问题 I've rebooted my computer 50-100 times this week. I find I can start / deploy locally usually 3-4 times before getting this message: "Windows Azure Tools for Microsoft Visual Studio Role instances are taking longer than expected to start. Do you want to continue waiting?" The solution to get me going again is rebooting. I know it's not a new problem. I recall that MS agreed it was a problem but does anyone have a solution that does not involve going back to the Hosted Web Core. Seems like

Visual Studio not finding my Azure subscriptions

独自空忆成欢 提交于 2019-11-27 03:52:22
问题 I have a working Azure account with various services already running. I receive monthly bills for these. Now, I created a workerrole in Visual Studio that I want to deploy. I get the "Publish Windows Azure Application" screen that asks me to sign in. After I sign in, I get the message that I don't have a subscription: "Sorry but we didn't find any Windows Azure Subscriptions associated with your account. You can sign in with a different account or sign up for a Windows Azure subscription".

In Windows Azure: What are web role, worker role and VM role?

吃可爱长大的小学妹 提交于 2019-11-27 02:41:16
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 for. What is their significance coding wise or storage wise? EDIT 3/3/2013 - updated to reference UDP endpoints, Virtual Machines, and more languages EDIT 6/6/2013 - updated to reflect the discontinuation of VM Role, and update to web/worker role baseline OS images to Windows Server 2012 Good link by @Vladimir. A bit more clarification: All roles (web, worker) are essentially Windows Server. Web

Multiple roles on the same instance in Windows Azure

夙愿已清 提交于 2019-11-27 01:50:28
问题 Is it possible to deploy multiple roles in the same instance? I have three web roles (website in asp.net mvc3, and two WCF services instances) and two worker roles (windows services). The load for this application is very small, so I don't want to create so many instances in Windows Azure and pay for all of the instances now. Instead I want to deploy all my application in the same instance and change it later if I will get some income from my applications. I Googled and found some forum posts

Run multiple WorkerRoles per instance

老子叫甜甜 提交于 2019-11-27 00:30:55
问题 I have several WorkerRole that only do job for a short time, and it would be a waste of money to put them in a single instance each. We could merge them in a single one, but it'd be a mess and in the far future they are supposed to work independently when the load increases. Is there a way to create a "multi role" WorkerRole in the same way you can create a "multi site" WebRole ? In negative case, I think I can create a "master worker role", that is able to load the assemblies from a given

In Windows Azure: What are web role, worker role and VM role?

时光怂恿深爱的人放手 提交于 2019-11-26 10:10:13
问题 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 for. What is their significance coding wise or storage wise? 回答1: EDIT 3/3/2013 - updated to reference UDP endpoints, Virtual Machines, and more languages EDIT 6/6/2013 - updated to reflect the discontinuation of VM Role, and update to web/worker role baseline OS images to Windows Server 2012