Publish Multiple Projects to Different Locations on Azure Website

  1. Go to the Configure tab for the site in Azure portal.
  2. Scroll all the way to the bottom then add a new application where ever you want like Project2 below.

    Basically the ‘Project2’ part is the URL after the root “https://stackoverflow.com/” and the ‘site\wwwroot\Project2’ is where the actual folder should live under the site root

  3. Download the publishing profile and import it in Visual Studio, then add the application name after your site name like below. Also remember to update the destination URL as well

hope that helps

Leave a Comment