Azure Devops is such a critical tool for any professional team, its services allow the creation and deployment of software to be streamlined. Creating a CI/CD pipeline using Azure Pipelines can be critical in the uniform success of a project. Azure Repos allows your team to all stay in sync with the latest code, while Azure Pipelines allows an automated way of deploying your most recent code to different environments whether for QA or end users. In this video I will be creating a new project within Azure Devops, and using Azure Repos as well as Azure Pipelines to set up a build pipeline for my project as well as a Release Pipeline using YAML. After this video you should be able to have a deep understanding of the CI/CD Pipeline concept and how to create them for any project you may have in the future. If you enjoy this video please consider subscribing or becoming a channel member. Join this channel to get access to perks & videos code: https://www.youtube.com/channel/UCGUKXx5HYoEIiZ5Me2QDvTw/join Support Me On Patreon: https://www.patreon.com/israelquiroz Follow Me On TikTok: https://www.tiktok.com/@israelquiroz93?lang=en All My Links Here: https://linktr.ee/israelquiroz Apply For Free Parallelism (Fixes Build Error Takes 2-3 Days)- https://forms.office.com/pages/responsepage.aspx?id=v4j5cvGGr0GRqy180BHbR63mUWPlq7NEsFZhkyH8jChUMlM3QzdDMFZOMkVBWU5BWFM3SDI2QlRBSC4u Microsoft Article for help with YAML schema - https://learn.microsoft.com/en-us/azure/devops/pipelines/yaml-schema/?view=azure-pipelines&viewFallbackFrom=azure-devops&tabs=schema #AzureDevops #CICDPipeline #AzurePipelines Timestamp -------------------------- 00:00 Intro 00:40 What is Azure Devops & CI/CD Pipelines 05:22 The 2 ways you can create Pipelines In Azure Pipelines 07:53 Introduction To The Project We Will Build & Deploy 08:53 Create Our Project In Azure Devops 09:50 Push Our Code To Azure Repo 10:44 Our Branches & The Branch Policies 13:10 Creating Our Azure Web App 16:17 Creating Our Build Pipeline 24:26 Running Our Build Pipeline 27:29 FIX FOR COMMON BUILD PIPELINE ERROR 28:22 Creating Our Release Pipeline 34:16 Testing Our Release Pipeline 37:52 Testing A Failing Unit Test In Build Pipeline