In this blog post, Emil Stoychev explains how to deploy a web app to Windows Azure.
Source: Emil Stoychev's Blog
Cloud computing became a buzz word last 2 years and while I haven’t ever played with any “clouds” (excluding hosting media on Amazon S3 for SilverlightShow) I needed to deploy a web app to Windows Azure. The application itself consist of ASP.NET Web Application, couple of WCF services (including WCF Data Service) and a Silverlight application. The application is also using an SMTP server to send some reports on daily basis.
My case is pretty common and I was lucky enough to find all the information I needed on the web so I thought I will summarize all blogs I read to get my application up and running on the cloud.