Microsoft provides many ways to deploy code to App Service, but one of the best ways is to deploy from a source code repository, such as GitHub, Bitbucket, or Azure Repos. This is useful whether you need to upload your code once or need to implement continuous deployment in a DevOps environment. In this brief lesson, we’ll show you how to deploy code from GitHub to Azure App Service both manually and using continuous deployment.
All the commands from the demo in this lesson can be found in the following GitHub repo: https://github.com/cloudacademy/azure-app-service-github