Your official information source from the .NET Web Development and Tools group at Microsoft.
Microsoft recently released the Windows Azure Tools for Microsoft Visual Studio 2010 1.4 (August 2011) update which includes a new ASP.NET MVC 3 Web Role project template which makes it easier to deploy an MVC 3 application to Azure.
Let’s walk through this process end-to-end.
Step 1 – Install the tools
Step 2 – Create and run the application (locally)
Step 3 – Create an Azure Hosted Service
Step 4 – Create a SQL Azure database
Step 5 – Package the application for Azure deployment
*** WARNING – Storing your connection string in your Web.config file in plaintext is not recommended for security reasons. I’ve only done this here to keep this walkthrough simple. Please take the appropriate measures to ensure your connection string information is safely stored. ***
Step 6 – Deploy the package on Azure
Hope this helps. Mark Berryman
Thanks for the info's! Your article actually helped me.
Really!! this article helped me a lot