Visual Studio 2010 RC Rocks – Getting Started with Cloud Computing – 3 Steps to the Clouds (Azure)
I just downloaded VS 2010 RC and it is a beautiful thing – fast, clean interface – you name it. Dare I say, the best developer tool since the dawn of computing. We’ve come a long way from the days of simple editors.
Downloading and Installing
The first step is to do the install. But before you can install, you need to download it.
Purpose of Screen: To show the download file as an ISO file |
Access your MSDN Subscription
Purpose of Screen: Download location for VS 2010 RC |
Installing
You have a couple of choices here:
- Burn a DVD from the ISO
- Use winrar (www.rarlabs.com) to extract the contents of the ISO to a folder. Then run setup.exe.
Purpose of Screen: Download link for VS 2010 RC |
Time to create a new project.
Purpose of Screen: Create a new project |
Momentarily you will need to install some tooling for Azure.
Purpose of Screen: To show how to install "Enable Windows Azure Tools" |
You will need to download “Windows Azure Tools.”
Purpose of Screen: To show how to install "Enable Windows Azure Tools" |
The download link is on Jim’s Blog.
Purpose of Screen: To show how to install "Enable Windows Azure Tools" |
The download link for installation.
Purpose of Screen: To show how to install "Enable Windows Azure Tools" |
Click Finish. Prepare now to download the training kit.
Purpose of Screen: Successful installation |
Downloading the Windows Azure Training Kit
Purpose of Screen: Where to download the training kit |
Creating a new project.
Purpose of Screen: Starting a new project |
Starting a cloud project
Purpose of Screen: Select Windows Azure Cloud Service |
Choosing an ASP.NET Web Role
Purpose of Screen: How to create a web role |
Naming your web role
Purpose of Screen: How to create a web role |
Type in some text
Purpose of Screen: A default web role, cloud project that has been created |
Running your project in the Dev Fabric.
Purpose of Screen: Running our project |
The Dev Fabric spins up. Remember, you are not in the cloud yet. You simulating the cloud on your local machine. That is a beautiful thing – no need to deploy to test.
Purpose of Screen: Note the Azure Dev Fabric Icon in the system tray (the blue icon) |
Pointing to my (Local) instance of SQL Server
I have two instance of SQL Server on my box:
- SQLEXPRESS
- (local)
I want the Azure Development storage to use my local instance, not the default SQLExpress.
Notice that we are running the command successfully.
Purpose of Screen: To change the instance of SQL Server used by Azure Development Storage |
Successful running...
Purpose of Screen: To illustrate our web role running in the local development fabric |
Now you are ready to start working on some exercises. Enjoy!
Purpose of Screen: Windows Azure Platform Training Kit |