Deploying Code From GitHub to Azure App Service

Difficulty: Intermediate
Duration: 9 minutes and 48 seconds
Students: 2,446
Rating: 4.9/5

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.

Learning Objectives

  • Deploy code from GitHub to Azure App Service manually using the command line
  • Configure continuous deployment from GitHub to Azure App Service

Intended Audience

  • Anyone who wants to deploy code from a source code repository to Azure App Service

Prerequisites

Resources

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