Windows Azure Hello World Application in 8 Steps
I started learning how to write applications using Windows Azure, here are the steps:
- Download and install
- Windows Azure SDK: http://go.microsoft.com/fwlink/?LinkID=130232
- Windows Azure Tools for Visual Studio: http://go.microsoft.com/fwlink/?LinkId=128752
- Request a Token: http://www.microsoft.com/azure
- After getting the token create an application: https://lx.azure.microsoft.com
- Open visual studio: new –> project –> Cloud Services –> Web Cloud Service
- Write hello world code in the Default.aspx page (be creative)
- Right click on your Service project (Not the _WebRole) and select publish.
- Select Deploy and Upload you package and configurations
- Select Run.
Done