• Post category:StudyBullet-13
  • Reading time:9 mins read


Azure DevOps – Boards, Stories, Repos, Pipeline, YAML based CI CD, Deployment, Build Agents, Build, deploy and release.

What you will learn

Azure DevOps and it’s 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

Description

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?


Get Instant Notification of New Courses on our Telegram channel.


  • 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.

English
language

Content

Introduction to Azure DevOps Organizations & Board

CI CD Tools – Azure DevOps, Github,Gitlab
Azure DevOps Organization & Projects – Work Items
Azure Boards & Backlog
Sprint Planning – Tags & Card Styling

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

Code Management with Azure Repos
Migrate Repo from Github – Commit Code from local
Import a repository from Github
Merge branches Locally using CLI
GIT Fetch vs Pull
Git Stash

Continuous Integration & Delivery [GUI – Azure Classic Way]

Deploy python app on Azure WebApp
Deploy Infra with classic editor
Continues Integration with Classic Pipeline
Continuous Delivery with Release Pipeline

Configure & Deploy Infrastructure with automated CI CD using YAML

Create CI CD Pipeline with YAML
Multi Stage Pipeline -Manual Approvals & Environment
Variables, Custom Shell Script, Conditions using YAML

YAML based deployment for production environment

A new Requirement from Client
Start defining YAML pipeline from scratch.
Learn to download utilities via pipeline
Multi Stages, approval gates and include shell script.
Brining every stages, approval, conditions together.
Optimize YAML via nested Template
Reuse same template for multi stage

Deploy a Python app & nested templating

Deploy a python web application
Reusable Nested YAML Template

Azure Artefacts

Packaging Python Project
Push python package in git
Create Python package pipeline
Python Artifacts: Twine Upload
Install the package on your local

User Management , Dashboard & Custom Build Agent

User Management & Dashboard
Custom Build Agent