In the previous post I had described the steps to secure your Windows Azure tokens and get the necessary Visual Studio templates as well as making your web application Azure ready by adding the cloud project and building against it. Once you have tested the Development Fabric, the instances as well as the application, the next step would be to publish it to the Windows Azure platform. Select the “CloudService1” project that you added to the solution, right click and select “Publish” Once you click on “Publish”, if you are connected to the internet, it would try and open up Azure login screen and once you sign in, https://windows.azure.com/Cloud/Provisioning/Default.aspx If you had received the Windows Azure Tokens, and claimed them (as per my previous posts), you would hit the screen as below upon clicking on your project. in the above, once you click on “New Service” it opens up the page to choose the type of service you would want to create. As mentioned earlier, in the CTP you would get to create 2 storage accounts and one hosted service. In our case, we would require a hosted service, so select the same and proceed to the next screen. It would provide you the option to specify the Service name and description (note both are mandatory) I have provided a name as well as description as per the screen below.
Read the original:
Moving your ASP.NET Application to Windows Azure – Part II