In this video, we build on DevOps repos by creating an Azure DevOps pipeline that deploys Azure Bicep template files. We start by creating a service connection, allowing DevOps to deploy resources to Azure. Next, we create multiple pipeline jobs, splitting the deployment into two parts, or jobs, that run sequentially. One job deploys resources to Azure and the other removes the resources. A dependency is used to only run the second job if the first is successful. Azure Bicep files are used for this example. We review the modular deployment then create a parameters file to set configuration parameters for the deployment. 00:00 - Start 01:33 - Bicep Files 04:57 - Create a Service Connection 06:28 - Create the Pipeline with Jobs 07:43 - Create the Deployment Job 10:54 - Validate the Deployment 11:37 - Deploy Resources in a Pipeline 12:39 - Create a Clean Up Job with Dependencies 15:25 - Deploy and Remove Resources Links: Azure Bicep Playlist Files on GitHub %20DevOps%20and%20Bicep%20Pipelines Zero to Hero with Azure Virtual Desktop Hybrid Identity with Windows AD and Azure AD











