📓
AzureDevOps-CI/CD
  • Preface
  • Prerequisites
  • Create an Project
  • Create Personal Access Token
  • Create Repository
  • Cloning the Azure Repository
  • Saving changes with commit and push
  • Updating Code with fetch and pull
  • Pushing an existing repository from the command line
  • Working with GitHub
  • Create Pipeline for ADO
  • Create Release Pipeline for ADO
  • Conclusion
Powered by GitBook
On this page

Was this helpful?

Create an Project

How to create an project in Azure DevOps

PreviousPrerequisitesNextCreate Personal Access Token

Last updated 5 years ago

Was this helpful?

In this step we will setup a project within Azure DevOps. An Azure DevOps project can be either public or private, where private projects require a user to be invited before the project can be viewed, cloned or contributed to.

To setup a project, open a browser and navigate to and login the credentials which you used to create the Azure DevOps organisation in the prerequisites.

The option, Choose Start free with GitHub, is for teams already using source control in GitHub. In this guide you have no version controlled code and want the repositories to sit within Azure DevOps, so choose Start free.

Next enter a Project name, the main steps in this guide use dotnetcoredemo. For Project visibility choose to use a private project, this gives you control over who has access to you project. If you were running an open source project, this would be public. Last pick an appropriate Country/region for your locality.

The project is created and the project page for dotnetcoredemo is opened:

This is an empty project, the menu on the left shows the services, Boards, Repos, Pipelines and Test Plans.

Azure DevOps
Demo Project Creation
Open New Project