First you need to signup for a Windows Azure account and get an invitation code to setup the server.
Visit http://www.azure.com for that.
Download and install the following from http://www.microsoft.com/azure/sdk.mspx
Windows Azure SDK
Windows Azure Tools for Microsoft Visual Studio
Now write some simple code:
Build the solution:
Now we are ready to package it for publishing our application to Windows Azure:
The above step creates a couple of files for us:
Click on New Project and select Hosted Services:
Enter a name for the project
'
Enter a name for your hosted service:
Now we are ready to upload the files created by the Publish step from Visual Studio 208 earlier:
Select the application package file:
And then the Configuration file:
Our application is now uploaded to the Windows Azure Cloud:
The Application is first deployed to a Staging environment:
We can now Run the Application:
The Application is now ready to be tested in the Staging environment:
This is the Application running from the Windows Azure Cloud Staging environment:
Wow! The application is available on the Internet and is working!
Now click on the image with the arrow to deploy the Application into the Production environment:
The application is now up and running into the Windows Azure Cloud production environment!