You are viewing an old version of this page. View the current version.
Compare with Current
View Page History
Version 1
Next »
What is a Project
- A project provides us all the main services of Azure DevOps.
- Repo, Boards, Pipeline, Test plan, Artifacts.
- By default a team whit same name(project) is created when we create a new project.
Project types
- In Azure DevOps we can create two type of projects.
Public projects
- If we create a public project then -
- Public projects are visible to everyone.
- No login is required to get access of public project
- Each public project has a unique URL.
- Public projects are mostly used for open source project development.
- We can crate unlimited number of public projects under one or more organizations.
Private projects
- If we crate a private project then -
- Private projects are visible to limited users.
- User must login into Azure DevOps to access to project.
- Each private project has a unique URL
- Private projects are mostly used for non public software development.