Let's carry out the following steps to deploy our backend to a staging environment:
- In Solution Explorer, right-click on the QandA project and select Publish...
- Select the New option to create a new publish profile:
- Select Create New on the App Service tab and click Create Profile.
- In the dialog that appears, enter the name for the app service. This is going to be the service to host our backend in the staging environment. Note down the name you choose because we'll eventually reference this in the frontend project.
- Click on the Create a SQL Database option. We are going to use the database server we have already ...