Azure Tooling Suggestion for Web Roles

Date Published: 03 March 2009

Azure Tooling Suggestion for Web Roles

With Azure today, there are two projects, you can create a Web Role which is basically an ASP.NET Web Application that is configured to automatically deploy to the local dev fabric (local cloud proxy). When you Run the application, with F5 or Ctrl-F5, it will package up the application and deploy it to your local dev fabric, along with starting other services like Azure Storage locally, so that you get a nice dev experience.

However, since itโ€™s really an ASP.NET Project under the covers, the Web Role project also supports (in the solution explorer) the Right-Click, View in Browser command that ASP.NET apps all have. And it (mostly) works! However, it doesnโ€™t actually run on the local dev fabric โ€“ it launches the Local Dev Server (Cassini) just like any ASP.NET project. This is something I find myself doing out of habit, and having a site designed to run on the dev fabric running in Cassini usually doesnโ€™t work all that well. Hopefully later versions of the SDK will update the project template and/or tooling support so that one can launch the app in the dev fabric from the solution explorer, and one cannot launch a Web Role Azure project with Cassini.

Steve Smith

About Ardalis

Software Architect

Steve is an experienced software architect and trainer, focusing on code quality and Domain-Driven Design with .NET.