This Tutorial talks about how to correctly configure Azure Devops to set up continous deployment for your dotnet application. In this tutorial, we will use : Azure App Services Azure Devops (pipelines mainly) Github 1. Application prerequisites First, you need a Dotnet Core application on github, in a private or public repository. …