HOME > Development > CI CD with Azure DevOps Boards, Pipeline, YAML Deployment

CI CD with Azure DevOps Boards, Pipeline, YAML Deployment

  • Development
  • Apr 30, 2025
SynopsisCI CD with Azure DevOps – Boards, Pipeline, YAML Deploy...
CI CD with Azure DevOps Boards, Pipeline, YAML Deployment  No.1

CI CD with Azure DevOps – Boards, Pipeline, YAML Deployment, available at $69.99, has an average rating of 4.1, with 35 lectures, 8 quizzes, based on 123 reviews, and has 8474 subscribers.

You will learn about Azure DevOps and its fundamentals Azure Boards – Create workitems, stories, create boards , sprints add backlogs items, swim lanes Create and Migrate existing repo(s) from Github,push,commit local changes Questions to help you prepare for interviews Write YAML from scratch for production workloads Add Approval gates for stages Commit code changes from your local Interview Questions based on production scenario Create stories and define work in a Kanban approach Custom build Agents Deploy infrastructure using automated pipeline Priorities work by styling cards, create tags, work on queries to make reports Branching strategy, create pull requests Write YAML to configure CI CD for infrastructure. Create Job Conditions Understand the relation between stages, jobs, steps. Deploy a python application via YAML pipeline on Azure Nested reusable YAML template Learn tricks of DevOps by commit and pushing automated deployable code This course is ideal for individuals who are System Administrators or System Administrators or System Administrators or System Administrators or Product Owners or Infrastructure Engineers It is particularly useful for System Administrators or System Administrators or System Administrators or System Administrators or Product Owners or Infrastructure Engineers.

Enroll now: CI CD with Azure DevOps – Boards, Pipeline, YAML Deployment

Summary

Title: CI CD with Azure DevOps – Boards, Pipeline, YAML Deployment

Price: $69.99

Average Rating: 4.1

Number of Lectures: 35

Number of Quizzes: 8

Number of Published Lectures: 35

Number of Curriculum Items: 43

Number of Published Curriculum Objects: 35

Original Price: $19.99

Quality Status: approved

Status: Live

What You Will Learn

  • Azure DevOps and its fundamentals
  • Azure Boards – Create workitems, stories, create boards , sprints add backlogs items, swim lanes
  • Create and Migrate existing repo(s) from Github,push,commit local changes
  • Questions to help you prepare for interviews
  • Write YAML from scratch for production workloads
  • Add Approval gates for stages
  • Commit code changes from your local
  • Interview Questions based on production scenario
  • Create stories and define work in a Kanban approach
  • Custom build Agents
  • Deploy infrastructure using automated pipeline
  • Priorities work by styling cards, create tags, work on queries to make reports
  • Branching strategy, create pull requests
  • Write YAML to configure CI CD for infrastructure.
  • Create Job Conditions
  • Understand the relation between stages, jobs, steps.
  • Deploy a python application via YAML pipeline on Azure
  • Nested reusable YAML template
  • Learn tricks of DevOps by commit and pushing automated deployable code
  • Who Should Attend

  • System Administrators
  • System Administrators
  • System Administrators
  • System Administrators
  • Product Owners
  • Infrastructure Engineers
  • Target Audiences

  • System Administrators
  • System Administrators
  • System Administrators
  • System Administrators
  • Product Owners
  • Infrastructure Engineers
  • Just getting started with a career in DevOps? or already working in DevOps / Infrastructure however keen to understand the fundamentals of Azure DevOps? This course is the tailor-made basis on multiple project experience with Azure DevOps, all of the hands-on sessions are performed right from scratch to make sure users are able to understand from the inception.

    Prepare for interviews and certification by solving quizzes at the end of sessions.

    Azure DevOps provides developer services for support teams to plan work, collaborate on code development, and build and deploy applications. Azure DevOps supports a culture and set of processes that bring developers and project managers and contributors together to complete software development. It allows organisations to create and improve products at a faster pace than they can with traditional software development approaches.

    Over the course you will use following standalone services:

  • Azure Repos provides Git repositories or Team Foundation Version Control (TFVC) for source control of your code. For more information about Azure Repos, see What is Azure Repos?.

  • Azure Pipelines provides build and release services to support continuous integration and delivery of your applications. For more information about Azure Pipelines, see What is Azure Pipelines?.

  • Azure Boards delivers a suite of Agile tools to support planning and tracking work, code defects, and issues using Kanban and Scrum

  • How the course is structured?

  • We will start the Module with Azure DevOps organisation, scale organisations by creating multiple projects per team.

  • Create work items, stories, tasks, epics inline with your organisation business needs

  • Plan sprint(s) by assigning work item from your backlog to sprint

  • Tag and colour work-items to filter tasks by using Azure DevOps queries.

  • Learn the fundamental of Continuous Integration & Delivery for Infrastructure as a code using Azure DevOps classic pipeline

  • Build Release pipeline leveraging different tasks on Azure DevOps

  • Write YAML pipeline for configuring CI CD pipeline using pipeline structure like stages > Jobs > Steps > Task

  • Create Multi staged pipeline to deploy Infrastructure on Azure

  • Configure variables, conditions, custom bash script in Azure DevOps pipeline.

  • Conditions based on output from Terraform.

  • Use nested templates with reusable content, logic, and parameters.

  • How to deploy an Azure DevOps pipeline in an actual production environment.

  • What are we going to deploy?

  • Since the course is built around Infrastructure Deployment, we would be deploying infrastructure on Azure using the Terraform Code.

  • You may find the entire code repo along with the YAML Pipeline in the repo which can be download from the resource section in the course.

  • We will also deploy a python application on Azure cloud.

  • A multi staged production environment

  • This course is one of the few in the marketplace, where it is being regularly updated almost realtime basis as soon as the publisher launch any new set of feature, we make sure learner enrolling into the course get the best out of the content.

    We also as a team strive to be customer focused by making sure whatever queries are being put on direct messages or in community, we try to get back to the learner within 24 hours if not early, there have been scenarios where in our instructors have been on screen sharing session with the users and helped them solving the problems.

    Don’t find what you are looking for? Let us know in the feedback we will try to onboard the tutorials for you.

    Course Curriculum

    Chapter 1: Introduction to Azure DevOps Organizations & Board

    Lecture 1: Course Agenda

    Lecture 2: CI CD Tools – Azure DevOps, Github,Gitlab

    Lecture 3: Bonus Lecture: Top CI CD tools for 2023

    Lecture 4: Azure DevOps Organization & Projects – Work Items

    Lecture 5: Azure Boards & Backlog

    Lecture 6: Sprint Planning – Tags & Card Styling

    Chapter 2: Get Started with Azure Repo – Migrate, Commit, Push & Merge Code

    Lecture 1: Code Management with Azure Repos

    Lecture 2: Migrate Repo from Github – Commit Code from local

    Lecture 3: Import a repository from Github

    Lecture 4: Merge branches Locally using CLI

    Lecture 5: GIT Fetch vs Pull

    Lecture 6: Git Stash

    Chapter 3: Continuous Integration & Delivery [GUI – Azure Classic Way]

    Lecture 1: Deploy python app on Azure WebApp

    Lecture 2: Deploy Infra with classic editor

    Lecture 3: Continues Integration with Classic Pipeline

    Lecture 4: Continuous Delivery with Release Pipeline

    Chapter 4: Configure & Deploy Infrastructure with automated CI CD using YAML

    Lecture 1: Create CI CD Pipeline with YAML

    Lecture 2: Multi Stage Pipeline -Manual Approvals & Environment

    Lecture 3: Variables, Custom Shell Script, Conditions using YAML

    Chapter 5: YAML based deployment for production environment

    Lecture 1: A new Requirement from Client

    Lecture 2: Start defining YAML pipeline from scratch.

    Lecture 3: Learn to download utilities via pipeline

    Lecture 4: Multi Stages, approval gates and include shell script.

    Lecture 5: Brining every stages, approval, conditions together.

    Lecture 6: Optimize YAML via nested Template

    Lecture 7: Reuse same template for multi stage

    Chapter 6: Deploy a Python app & nested templating

    Lecture 1: Deploy a python web application

    Lecture 2: Reusable Nested YAML Template

    Chapter 7: Azure Artefacts

    Lecture 1: Packaging Python Project

    Lecture 2: Push python package in git

    Lecture 3: Create Python package pipeline

    Lecture 4: Python Artifacts: Twine Upload

    Lecture 5: Install the package on your local

    Chapter 8: User Management , Dashboard & Custom Build Agent

    Lecture 1: User Management & Dashboard

    Lecture 2: Custom Build Agent

    Instructors

  • CI CD with Azure DevOps Boards, Pipeline, YAML Deployment  No.2
    Infrasity Learning
    Expert-led DevOps learning online.
  • CI CD with Azure DevOps Boards, Pipeline, YAML Deployment  No.3
    Dhruv dey
  • Rating Distribution

  • 1 stars: 3 votes
  • 2 stars: 2 votes
  • 3 stars: 12 votes
  • 4 stars: 27 votes
  • 5 stars: 79 votes
  • Frequently Asked Questions

    How long do I have access to the course materials?

    You can view and review the lecture materials indefinitely, like an on-demand channel.

    Can I take my courses with me wherever I go?

    Definitely! If you have an internet connection, courses on Udemy are available on any device at any time. If you don’t have an internet connection, some instructors also let their students download course lectures. That’s up to the instructor though, so make sure you get on their good side!