This is a recurrent question when moving on-premise applications into Azure. Good article explaining how to accomplish the task of migrating Windows Services to Worker Roles.
Similar Posts
Windows Azure Tools for Microsoft Visual Studio 2010 – August 2011 update
Even though I tweeted about this a few days ago, I would like to emphasize the importance of this update, particularly for developers creating projects for Windows Azure using Visual Studio 2010. My two favorite new features: 1) Profile applications running in Windows Azure 2) Manage multiple service configurations in one cloud project. Full article…
Windows Azure Training Kit Update Released – August 2012 Refresh
You will notice that I just updated the link to the latest version of the Windows Azure Training Kit on my blog’s widgets (right-hand side column). This new version introduces a new agenda for Windows Azure DevCamps which contains 7 new presentations: • DevCamps Keynote • DevCamps Websites • DevCamps Cloud Services • DevCamps Virtual Machines…
Windows Azure Diagnostics Monitor
CodePlex project showing how to view and analyze basic Windows Azure Diagnostics information. Click here to open link…
Mark your calendars! Windows Azure OSS Summit in Argentina, March 2013
Now is the turn for Buenos Aires, Argentina, where we will be talking about the integration between Windows Azure and Open Source technologies. Don’t miss the Python, PHP, Java and node.js sessions, while we show you how to take advantage of multiple database engines – including Azure table storage, MongoDB, neo4j and Cassandra – for…
Netflix Launches Canadian Serv…
Netflix Launches Canadian Service for Streaming Movies and TV Episodes over the Internet: Hey, friends in Canada….. http://bit.ly/9jisMh
Deploying the Windows Azure ASP.NET MVC 3 Web Role
In order to deploy the default ASP.Net MVC 3 web role that comes with version 1.4 (and later) of the Windows Azure SDK, it is necessary to make some changes linked to the SQL connection strings, which point by default to the local SQLEXPRESS instance. This article from Wade Wegner explains how to make them…