• Post category:StudyBullet-14
  • Reading time:5 mins read


Azure DevOps for Beginners. Learn the fundamentals on DevOps platform and Azure. Build your first CI/CD pipelines.

What you will learn

DevOps Fundamentals

How to use Azure DevOps platform

How to create and manage Git repositories

How to build automations using Azure DevOps

Understand Continuous Integration and Continuous Deployment (CI/CD)

Description

DevOps:

DevOps is a mix of development (Dev) and operations (Ops). Beyond that, it’s all the connected tools and disciplines of both of those business areas that let an organization deliver services and software applications at high speed, so they can better serve their customers.

In general becoming a DevOps engineer could be a long lasting procedure assuming that you have basic Linux/Windows knowledge, networking skills, undestanding for Active Directory structures, coding and scripting skills.

Azure DevOps:

In this course you will learn how to getting started with Azure DevOps automation platform. Starting from introduction videos to more advanced you will learn most aspects of the DevOps portal that are needed in order to start building your automation scenarios.


Get Instant Notification of New Courses on our Telegram channel.


Some of the objectives that you will learn are:

  1. DevOps portal
  2. Organizations and projects
  3. Settings
  4. Git repositories
  5. Configure and create agents and environments
  6. Create CI/CD pipelines
  7. How to structure pipelines
  8. Create automation workflows
  9. How to use parameters and variables
  10. How to use Azure Artifacts
  11. How to use test plans

Recommended:

Validate your learning accomplishments by completing the Assignments and Quiz designed for most modules.

For whom is this course:

This course is designed for beginners that have no knowledge around DevOps. However basic IT knowledge is required about infrastructure, like what is and how to use a virtual server, what is a web application, etc.

English
language

Content

Introduction

Introduction
Connect with author

DevOps Intro

Why to use Azure DevOps
Portal Overview
Organizations and Projects
Quiz – Azure DevOps overview

Git Repositories

Azure Repos Git
Create repositories and push code
Create branches and pull requests

Azure DevOps platform

Project settings
Quiz – Project settings
Service connections
Agent pools
Environments
Quiz – Agent pools & environments
Project users and permissions
Quiz – Users and permissions
Extensions

Pipelines

Create build pipelines using YAML
Create release pipelines
CI/CD and triggers
Variables
Parameters
Quiz – Variables & parameters
Artifacts
Test plans

Advanced content

Stages, jobs and tasks inside a YAML pipeline
Naming principles, builds and releases