Azure Development Fabric and Visual Studio 2010

Just installed Visual Studio 2010. The first thing I tried was creating an new Cloud project.

image

The whole process was surprisingly painless. After creating the solution, I was prompted to download and install the Azure tools. Once they were installed, I deleted and recreated the solution and was prompted for which Roles I wanted:

image

After creating the solution just hit F5 to see the project running in the Azure Development Fabric.

image

The debugger is already connected and all works just as you would expect.

Previous
Previous

Solution Layout for an MVC App

Next
Next

Simple WCF Service Host