HOME > Development > Azure Devops Crash Course -Build CICD release pipelines

Azure Devops Crash Course -Build CICD release pipelines

  • Development
  • Jan 18, 2025
SynopsisAzure Devops Crash Course -Build CI/CD release pipelines, ava...
Azure Devops Crash Course -Build CICD release pipelines  No.1

Azure Devops Crash Course -Build CI/CD release pipelines, available at $99.99, has an average rating of 4.51, with 51 lectures, 3 quizzes, based on 5491 reviews, and has 39710 subscribers.

You will learn about By end of this course, You will understand how deployments happen with Azure Devops You will get real time experience in building CI/CD Pipelines for App Dev code and Test Automation Projects Understand how to create Docker Images using Azure Pipelines Yaml files Thorough understanding of Release Management Activities from end to end prod Deployments Complete knowledge on how to use Azure portal for Project Boards , Work Items, Sprint Planning, Backlog items Understanding Azure Repositories , Branches , Pull request reviews and Integration of branch code to Work items Detailed information on how to deploy App code into Local Window Agents and Azure hosted resources This course is ideal for individuals who are Software Engineers or Devops Freshers or QA Software Testers It is particularly useful for Software Engineers or Devops Freshers or QA Software Testers.

Enroll now: Azure Devops Crash Course -Build CI/CD release pipelines

Summary

Title: Azure Devops Crash Course -Build CI/CD release pipelines

Price: $99.99

Average Rating: 4.51

Number of Lectures: 51

Number of Quizzes: 3

Number of Published Lectures: 50

Number of Published Quizzes: 3

Number of Curriculum Items: 54

Number of Published Curriculum Objects: 53

Original Price: $199.99

Quality Status: approved

Status: Live

What You Will Learn

  • By end of this course, You will understand how deployments happen with Azure Devops
  • You will get real time experience in building CI/CD Pipelines for App Dev code and Test Automation Projects
  • Understand how to create Docker Images using Azure Pipelines Yaml files
  • Thorough understanding of Release Management Activities from end to end prod Deployments
  • Complete knowledge on how to use Azure portal for Project Boards , Work Items, Sprint Planning, Backlog items
  • Understanding Azure Repositories , Branches , Pull request reviews and Integration of branch code to Work items
  • Detailed information on how to deploy App code into Local Window Agents and Azure hosted resources
  • Who Should Attend

  • Software Engineers
  • Devops Freshers
  • QA Software Testers
  • Target Audiences

  • Software Engineers
  • Devops Freshers
  • QA Software Testers
  • *Azure Devops- One of the Most Buzzing keyword in the 2024 Software Industry
    This tutorial will bring your wish of Azure Devops learning to reality with Top class 6 hours training with real time examples.
    Course starts from Scratch with Azure fundamentals and then train you on below important Core concepts

    1. Creating Continuous Integration and Delivery Pipelines for Software Projects.
    2. Setting  up automated release cycle management with CI/CD Pipelines Integration.
    3. Production Deployment to Azure Servers and Local Agent Servers
    4 After thorough understanding of Devops related flows,  We will then see how to manage the complete Project in Azure Portal such as Setting up Work Items, Sprint Planning, Agile Scrum Boards, Backlog etc
    5. Azure Code Repo Integration with Project Work Items for great collaboration.
    7. Pull requests, Code reviews and Merges from Azure Portal
    6. Creating Docker Images for repos  using Azure Pipelines yaml Script

    At the end of this course, You will get complete knowledge on Azure Devops Fundamentals and be ready to work on any task related to Azure Devops portal.

    Below is Course Outline we are going to cover

    Introduction to Azure Devops
    Deployment Basics
    Importance of Continuous Integration/Deployment
    Implementing Build Pipelines
    Implementing Release Pipelines
    Creating Release Components
    How to create Docker Images for the Code
    Azure repos
    Running Automation Test Jobs on Azure Pipelines
    Deploying code to Azure Servers
    Deploying Production code to Local Agent Servers

    Part 2
    What are Work Items?
    What are Issues?
    Different type of Project Boards
    Spring Planning Management
    Back Log section
    How to create branches for Azure Repos
    Integrating work items to Code branches
    Pull requests creation
    Review of PR’s and code Merge

    Course Curriculum

    Chapter 1: Introduction to Azure Devops

    Lecture 1: What is Azure Devops? What does this course cover?

    Lecture 2: Getting Started with Azure Devops Portal

    Chapter 2: Deployment Basics/What are CI/CD Pipelines

    Lecture 1: Getting Started with Deployment Basics

    Lecture 2: Download the Hello World Project from the GIT

    Lecture 3: Deploying Hello World App in TomCat Server

    Chapter 3: Setting up Build CI/CD Pipelines for Projects using Azure

    Lecture 1: What is Continuous Integration & Continuous Delivery

    Lecture 2: Demo on how we are going to build pipelines in Azure Devops Portal

    Lecture 3: What are Build Pipelines ? What should you know about it

    Lecture 4: Understanding Build Pipeline run configurations and logs

    Lecture 5: Copying Build Artifacts from the Project to Azure Staging Directory

    Lecture 6: Apply Continuous Integration to the Build pipeline for every commit

    Chapter 4: Setting up Release CI/CD Pipelines for Projects using Azure

    Lecture 1: What are Release Pipelines and resources in Azure

    Lecture 2: Creating Resources for environments from Azure Portal

    Lecture 3: Setup Release pipeline with Linux resources to deploy the artifact

    Chapter 5: Introduction to Azure Repositories and Release components

    Lecture 1: Importance of Create release component in the Azure Dev portal

    Lecture 2: Importing GIT Repository of Automation Projects to Azure Repository

    Chapter 6: Adding Test Automation Jobs to the Release Pipelines

    Lecture 1: Configuration to Add tests from Azure Repositories to Release pipelines

    Lecture 2: Pushing the Tested code to Production after Successful Automation job runs

    Chapter 7: Docker Hub Integration with Azure Dev Pipelines

    Lecture 1: Concept of using Docker file to dockerize the code repositories

    Lecture 2: Understand Docker Registry Service connection settings

    Lecture 3: Creating Docker Image through Azure Build Pipelines

    Chapter 8: Deploying Projects to Local Server Agents

    Lecture 1: Creating Personal Access token for Installable Server Agent

    Lecture 2: Connecting to Local Windows Agent with Azure instructions

    Lecture 3: Deploying application into Configured Local Agent with build changes

    Lecture 4: Configuring Variables and Environmental variables for Azure Pipelines

    Chapter 9: Project Management using Azure Devops Portal

    Lecture 1: Introduction to Work Items in Azure Boards

    Lecture 2: How Sprint Planning and Stories/Issues are managed in Azure dashboards

    Lecture 3: Agile Sprint Boards and managing the work with status changes

    Lecture 4: Additional Features available to Manage Agile Work process

    Chapter 10: Integrating Code Repositories to Project Work Boards

    Lecture 1: Creating Branches from Azure repos with the linked Work Items

    Lecture 2: Create Pull request to Master branch with the updated changes

    Lecture 3: Approve , Merge and Close the PR and linked Work item

    Chapter 11: Getting Started with Docker world

    Lecture 1: Important Note

    Lecture 2: What is Docker? How it helps in Automation Industry?

    Lecture 3: What are containers and Images in Docker Software?

    Lecture 4: How exactly Virtual machines are different from Docker

    Lecture 5: How to Install Docker into Machines with Prerequisites needed

    Lecture 6: Understand working with DockerHub

    Chapter 12: Section 12 – GITHUB Basics

    Lecture 1: Introduction to GIT

    Lecture 2: Importance of Github and its uses

    Lecture 3: Creating Git config and repositories

    Lecture 4: How to push code to remote repository

    Lecture 5: Understanding Staging and commit in git

    Lecture 6: Add remote repository and push the committed code

    Lecture 7: End to end working example on Git commands -1

    Lecture 8: End to end working example on Git commands -2

    Lecture 9: Importance of Branching in GIT

    Lecture 10: Merging the working branch into Master

    Lecture 11: How to resolve Merge conflicts with GIT

    Chapter 13: BONUS LECTURE

    Lecture 1: Bonus Lecture

    Instructors

  • Azure Devops Crash Course -Build CICD release pipelines  No.2
    Rahul Shetty
    Teacher over 900K+ QA Students|Founder of RahulShettyAcademy
  • Rating Distribution

  • 1 stars: 61 votes
  • 2 stars: 97 votes
  • 3 stars: 489 votes
  • 4 stars: 2045 votes
  • 5 stars: 2799 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!