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

Jan 27, 20251,523 views8:38

This video walks through the process of deploying an Azure Web App using a DevOps pipeline, including setting up a custom app registration and service profile secret. Viewers will learn to configure steps such as creating an app registration in Entra, generating a client secret, authorizing a service principal, establishing a DevOps Service Connection, and creating and running the deployment pipeline.

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