You are currently viewing Working with Azure DevOps project

Working with Azure DevOps project

Working with Azure DevOps project

Hello Everyone

Welcome to CloudAffaire and this is Debjeet.

In today’s blog post, we will discuss working with Azure DevOps project. We will learn what is project in Azure DevOps, how to create, update, delete and restore an Azure DevOps project.

What is Azure DevOps Project?

A project provides a repository for source code and a place for users to plan, track progress, and collaborate on building software solutions. A project represents a fundamental container where data is stored when added to Azure DevOps.

When you create your project, a team of the same name is automatically created. This is sufficient for small teams. However, for enterprise-level organizations, it may be necessary to scale up, to create additional teams and projects. These additions can be created within the single account or collection.

Working with Azure DevOps project

Prerequisites:

How to create a new project in Azure DevOps?

Create a new project using Azure DevOps CLI:

Create a new using Azure DevOps portal:

Step 1: Login to your Azure DevOps account and click New project

https://dev.azure.com/your_organization_name

Working with Azure DevOps project

Step 2: Provide a name and visibility level to your project and click Create.

Working with Azure DevOps project

Your new Azure DevOps project created successfully.

Working with Azure DevOps project

How to rename an Azure DevOps project?

Step 1: Login to your Azure DevOps account and Click on the project.

https://dev.azure.com/your_organization_name

Step 2: Navigate to the Azure DevOps project setting page.

Working with Azure DevOps project

Working with Azure DevOps project

Step 3: Provide a new project name and click Save.

Working with Azure DevOps project

Step 4: Confirm the project name and click Save.

Working with Azure DevOps project

Note: Renaming a project has consequence, review thoroughly before renaming a project.

How to change visibility level of an Azure DevOps project?

Step 1: Follow previous step 1 and step 2 to navigate to your project setting page.

Step 2: Select the new visibility level for your project and click Save.

Working with Azure DevOps project

How to enable and disable Azure DevOps services in an Azure DevOps project?

Navigate to your project setting page and go to the service section. This will display all the Azure DevOps service status, click on the button to enable or disable Azure DevOps service for your project. Confirm the action when prompted.

Working with Azure DevOps project

How to delete a project in Azure DevOps?

Delete an Azure DevOps project using Azure DevOps CLI:

Delete the project from Azure DevOps portal:

Step 1: Navigate to your project setting page and click Delete.

Working with Azure DevOps project

Step 2: Confirm the project name and click Delete.

Working with Azure DevOps project

How to restore an Azure DevOps project?

Step 1: Login to your Azure DevOps account and click Organization settings

https://dev.azure.com/your_organization_name

Working with Azure DevOps project

Step 2: Navigate to Projects and click View recently deleted projects.

Working with Azure DevOps project

Step 3: Select the project that you want to restore and click Restore Projects.

Working with Azure DevOps project

Your project is successfully restored.

Working with Azure DevOps project

Hope you have enjoyed this article. To know more about Azure DevOps, please refer below official documentation

https://docs.microsoft.com/en-us/azure/devops/?view=azure-devops

Leave a Reply