Deploying web apps using a CI/CD process is a best practice, and Azure App Service supports deployment via a number of methods:

  • Pushing code directly from a developer workstation, e.g. with the Azure Extension
  • Pulling Docker containers from Azure Container Registry or custom container registries
  • Automated deployment from GitHub branches
  • Automated Build/Deployment from Github or Azure DevOps Repositories

In this walk-through, we'll use the deployment from Azure DevOps via a pipeline. The walk-through is presented below in the form of a YouTube video, and covers all the nuances of the deployment in a 7-minute watch.

Azure Web App Deployment from DevOps Walk-ThroughGImage Imk