hollycrab
hollycrab

Reputation: 325

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,

Upvotes: 7

Views: 4936

Answers (1)

Gandhali Samant
Gandhali Samant

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.

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

Upvotes: 6

Related Questions