1
votes

We have developed and deployed several website solutions through Visual Studio. Now, we would like to host these through Web Roles on Azure Cloud Services.

To now host a solution as a Web Role, is the process as simple as creating a new Windows Azure Cloud Service in Visual Studio, then importing all related projects into a new ASP.Net Web Role?

1

1 Answers

0
votes

Yes - add an Azure Cloud Project to your solution and add the existing web project as a web role in the cloud project. See How to: Migrate and Publish a Web Application to Azure from Visual Studio for details.