Windows Azure is an open and flexible cloud platform that enables you to quickly build, deploy and manage applications across a global network of Microsoft-managed datacenters.
Introduction
This article shows the walk through of how to deploy an ASP.NET web application to a Windows Azure Web Site by using the Publish Web wizard in Visual Studio 2013.
- Step2: Now lets enable our machine for Windows Azure development by installing the Windows Azure SDK.
Open Microsoft Web Platform Installer and type Windows azure and select Windows Azure SDK for .Net(vs2013)-2.2.
When the installation is done, we have everything necessary to start developing.
- Step3: Create a New Project Open visual studio 2013 -> click on File -> New Project -> Create new ASP.NET MVC 4 Web Application ->Name it AzureDemo
Select MVC and click on Change Authentication
Select No Authentication
Run the application locally Press CTRL+F5 to run the application.
The application home page appears in the default browser as shown below
Now we are ready with the solution with us...Let us see how to Deploy this Application in Next part
Conclusion
In this article we have learned how to enable your machine for Windows Azure development by installing the Windows Azure SDK .
Reference
http://www.windowsazure.com/en-us/