Reputation: 325
I have solution that consist of several project (frontend - MVC, access layer - codefirst and business layer).
What should I do to deploy these project to single azure web apps ?
Thank you,
Upvotes: 7
Views: 4936
Reputation: 877
You can deploy multiple projects in single Azure web app using Application Settings -> virtual applications and directories to set multiple project locations and marking them as application.
Check this blog - This explains the steps http://blogs.msdn.com/b/tomholl/archive/2014/09/22/deploying-multiple-virtual-directories-to-a-single-azure-website.aspx
Upvotes: 6