Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Deploy multiple project solution to azure

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,

like image 999
hollycrab Avatar asked Feb 07 '16 10:02

hollycrab


1 Answers

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.

enter image description here

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

like image 151
Gandhali Samant Avatar answered Oct 14 '22 10:10

Gandhali Samant