In this section, a new build pipeline is created that compiles and validates an ASP.NET MVC application, and then generates packages for deployment. After package-generation, a release definition ensures that deployment to the first environment happens in an app service and Azure SQL as part of continuous deployment.
The project structure of the sample application is shown in the following screenshot:
In this project, there's an ASP.NET MVC application – the main application, which consists of application pages. Webdeploy packages will be generated out of this project from build pipelines and they will eventually ...