Devops Laboratory(BCSL657D) VI SEM
Experiment 9:
Introduction to Azure DevOps: Overview of Azure DevOps Services, Setting Up an Azure
DevOps Account and Project.
Objective:
To understand the fundamentals of Azure DevOps and its Services and Setting up an
Azure DevOps account and creating a project in it.
1.What is Azure DevOps?
Azure DevOps is a Microsoft product that provides a suite of development tools to
support the complete software development lifecycle (SDLC).
Azure DevOps is a set of tools from Microsoft that helps software teams plan, build,
test, and deliver their applications faster and more efficiently.
It supports the entire software development process, all in one place.
Why Use Azure DevOps?
✔ Helps teams collaborate easily.
✔Automates building and deploying code
✔track the progress with dashboards
✔ store your code securely with version control.
Main Services in Azure DevOps?
Azure Boards – Manage tasks, bugs, and features (like sticky notes on a digital
board)
Azure Repos – Store and manage your code using Git
Azure Pipelines – Automatically build, test, and deploy your code (CI/CD)
Azure Test Plans – Manage manual and automated testing
Azure Artifacts – Share and manage packages (like libraries your app uses)
Who Can Use It?
Anyone building software’s like students, developers, testers, project managers, or
teams.
M S REKHA, DEPT OF CSE 1
Devops Laboratory(BCSL657D) VI SEM
2.Setting up an Azure DevOps account:
Step 1: Go to: https://dev.azure.com
Step 2: Sign in with a Microsoft account
Step 3: If you don’t have a Microsoft account, click “Create one!” and follow signup
process.
Step 4:once completes the signup process, displays as
“you are ready to start with Azure”by showing a button “go to Azure Portal”
Step 5: Click on “go to Azure Portal”
Step 6:Finally, Microsoft Azure free accountis created.
Output:
M S REKHA, DEPT OF CSE 2
Devops Laboratory(BCSL657D) VI SEM
3.Creating a Project in Azure DevOps:
1.After login, go to your Azure DevOps dashboard.
2.Select “Devops project organization” option
3.fill the organization details and click continue.
4.page will be created to create a project as follows.
5.give the project name as “devopsproject” and select visibility as “private” and click
“create project”. A new project will be created.
Output:
M S REKHA, DEPT OF CSE 3