Deploy an Azure Web App via an Azure DevOps CD Pipeline with a custom App Registration

Jan 27, 20251,612 views8:38

In this video we'll walk through how to deploy an Azure Web App using a DevOps pipeline and a custom app registration. We'll cover the key configuration steps, from creating a new app registration and generating a client secret, to adding the necessary deployment permissions and setting up the DevOps Service Connection. We'll then build out the DevOps Pipeline and run it to test our Python app.

Open in YouTube

Description

Learn how to deploy an Azure Web App using a DevOps pipeline and a custom app registration and service profile secret. In this video we deploy an app from a DevOps Git Repo via a deployment pipeline. We'll cover the following configuration steps: 1. Create a new app registration in Entra 2. Create a client secret 3. Add deployment permissions to the Azure web app 4. Create a DevOps Service Connection 5. Create the DevOps Pipeline 6. Run and test the Pipeline 0:00 Introduction 0:18 Deployed Environment 0:55 Configuration Steps 1:56 App Registration 2:15 Client Secret 3:09 Authorize Service Principal 4:30 Service Connection 5:35 DevOps Pipeline 6:25 Run Pipeline 7:40 Test Python App