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: https://go.microsoft.com/fwlink/?LinkID=130232
- Windows Azure Tools for Visual Studio: https://go.microsoft.com/fwlink/?LinkId=128752
- Request a Token: https://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
Comments
- Anonymous
April 17, 2009
PingBack from http://microsoft-sharepoint.simplynetdev.com/windows-azure-hello-world-application-in-8-steps/