A typically used scenario is to have a solution with two or more web apps. This might be a website project followed by one or more Web API projects.
- Create a Resource Group.
- Add a Web App for each website being deployed.
- For each web app –
- Within
Application Settings
for each web-app add a new setting:- Name:
PROJECT
- Value:
[foldername]/[projectname].csproj
- Name:
- Configure a deployment strategy, for example; using Github
- Within
When you commit your code (or your chosen deployment strategy is triggered) all the Azure web apps will deploy their respective projects.
Leave a Reply