Azure DevOps Video Tutorials

Tutorials By Nitish Kaushik Sir

What is DevOps?

In this tutorial, you’ll understand the complete concepts of DevOps and the need of DevOps, Who should learn DevOps, Benefits of DevOps.

What is Azure DevOps?

In this tutorial, you’ll understand what is Azure DevOps, what is the relation between Azure and as your DevOps, and also you’ll learn about agile DevOps services and agile DevOps server.

Create an account on Azure DevOps

In this tutorial you’ll understand the introduction to Azure DevOps portal and what is agile DevOps portal, how can we access it from where can we access it, what things are required to exist as your DevOps portal.

Create an Organization (Org) in Azure DevOps

In this tutorial, you’ll learn what is an organization in Azure DevOps and How to create it, understand the organization settings.

Create an Azure DevOps Project

In this tutorial, you’ll learn what is the project, what types of projects, how to create new projects in Azure DevOps tutorial, How to view created project Project setting.

How to Setup a Team for the project in Azure DevOps

In this tutorial, you’ll learn an introduction to Team, how to invite a new member to work on the project, set member permission.

Azure Boards | Boards in Azure DevOps

In this tutorial, you’ll learn what is a board in Azure DevOps tutorial, what is the use of Boards, Who will work on Board, What types of board are available in Azure DevOps.

Azure board with the basic process

In this tutorial, you’ll learn What is work item, what types of work items are available in azure board with the basic process, create a work item, update work item status, add the task to an issue.

The work item in Azure board | Work item fields

In this tutorial, you’ll learn how to create a new work item on azure board, what fields are available in a work item, how to add an attachment to a work item, how to see the history of the work item.

Create backlog in Azure Board

In this tutorial, you’ll learn What is the backlog, benefit of creating a backlog, how to create the backlog.

What is Sprint in Azure Board | Create Sprints in Azure Board

In this tutorial, you’ll learn How to create newsprint, understand how to assign work items to a particular sprint, Add start date, and end date to a sprint.

Azure DevOps Board with Agile work process

In this tutorial, you’ll learn how to create a project with the Agile process, what types of work are available agile process, understand the relationship of work items in an agile process.

Create backlog and sprint in the Agile process

In this tutorial, you’ll learn how to create a backlog in the Agile work process, how to create work items in the backlog and create sub-work items, how to create and edit sprint in the Agile process, how to assign work items to sprint.

Azure Board with CMMI Process

In this tutorial you’ll learn How to create a project with the CMMI process, what types of work items are available CMMI process, understand the workflow in CMMI process, creating a backlog in CMMI process, working with Sprints in CMMI process.

Azure board with Scrum process

In this tutorial you’ll learn how to create a project with the Scrum process, What types of work items are available Scrum process, Workflow in scrum process, creating a backlog in scrum process, working with sprints in scrum process.

Change column options on azure board

In this tutorial, you’ll learn what is this feature column options, Add column options, remove column options, sort by column, the order of column.

Query in Azure DevOps

In this tutorial, you’ll learn What is a query, how to see query dashboard, how to view a query, how to run a query, how to rename, delete a query.

Add new Query in Azure DevOps

In this tutorial, you’ll learn how to create a new query, how to run the query to see the results.

Customize project using an inherited process

In this tutorial, you’ll learn What is an inherited process, how to create an inherited process, how to create a project using inherited processes.

How to create custom work item and fields in Azure DevOps

In this tutorial, you’ll learn how to create custom work items, create a custom field under work item, and verify the result.

How to Customize fields of a work item in Azure DevOps

In this tutorial, you’ll learn to customize work items layout, add a new custom field, set the location of the field, set type, of field, add a new tab to work item.

Add a column in the Kanban Board

In this tutorial, you’ll learn how to add a new column, rename a column, move the order of columns.

Update fields from the cards

In this tutorial, you’ll learn how to customize visible card fields on the kanban board, hide fields, lots of customization.

Define style rules to highlight cards

In this tutorial, you’ll learn how to add style rules, delete style rules, add a condition in rules.

Add a color tag to the work item card

In this tutorial, you’ll learn how to set color tags to work item cards on the Kanban board.

What is Repo in Azure DevOps?

In this tutorial, you’ll learn What is Repo, what is version control, what is the use of repo, who should use repo, what are the types of version control in the repo.

Git vs TFVC | Distributed vs Centralized source control

In this tutorial, you’ll learn the difference between Git vs TFVC and Distributed vs Centralized source control, understand how git works, a common feature in Git & TFVC.

Create a project with Git or TFVC

In this tutorial, you’ll learn how can we create a new project with the help of open GIT for TFVC version control, or in other words we can say we have to choose version control while creating a new project in Azure DevOps tutorial.

Setup Git on the local system

In this tutorial, you’ll learn how to set up git on your local development machine. install it on your local machine depending on your machine whether you are using Windows OS or you are using the Mac OS you can install the different version.

Clone Azure DevOps Repo

In this tutorial, you’ll learn how can we clone the repository from Azure Repo to the local system.

Understand the Git Commit, Push & Pull in Azure DevOps Repo

In this tutorial, you’ll learn how to add code to the remote repository and then sync into the local repository

Working directly on azure DevOps server repository

In this tutorial, you’ll learn How to add a new file or folder on server repository, edit a file content on server repository, commit on server repository.

Branch in azure DevOps repo

In this tutorial you’ll learn What are branches in git, why do we need branches, how branching system works.

Create a new branch in azure DevOps using server repository

In this tutorial, you’ll learn what are the branches, what are the different ways to create the branches.

Create a new branch in Azure DevOps using a local repository

In this tutorial you’ll learn how to create a new branch with the help of Azure DevOps server repository and also you’ll understand how to create a branch using the local repository.

Create a Pull Request in Azure DevOps

In this tutorial, you’ll learn to pull request in the azure repo, what is the purpose of the pull request.

What is Pipelines in Azure DevOps | What is CI & CD?

In this tutorial, you’ll learn what is a pipeline in Azure DevOps tutorial, what process are available in azure DevOps pipeline, what type of application & programming language can we used in pipeline, where can we store my project code to use the pipeline, where can we deploy our project code, what is CI & CD.

Create Build Pipeline in Azure DevOps

In this tutorial, you’ll learn how to create a new build (CI) pipeline, build projects automatically, get success/error notification on email, view build logs to fix the error.

Key concepts for new Azure Pipelines users

In this tutorial you’ll learn key concepts in the pipeline, what is agent, approvals, artifact, environment, job, run, stage, trigger.

How to Create build pipeline in Azure DevOps using Classic Editor

In this tutorial you’ll learn how to create a new build (CI) pipeline using classic editor, we’ll create a build pipeline with ASP.NET MVC application.

How to Create Release pipeline in Azure DevOps | Create CD Pipeline

In this tutorial, you’ll learn how to create a new release (CD) pipeline, deploy code on VM, deploy code automatically.

Multi-Stages in release pipeline with Pre-deployment approvals

In this tutorial, you’ll learn how to create multiple stages in release (CD) pipeline, set trigger.