How to get azure devops project id

To get the Azure DevOps project ID, you can follow these steps:

  1. Login to your Azure DevOps account.
  2. Once logged in, navigate to the project you want to find the ID for.
  3. In the top navigation menu, click on the “Project settings” icon.
  4. In the left sidebar of the project settings page, click on “Overview”.
  5. Under the “Project information” section, you will find the Project ID listed.

Here is an example using a fictional Azure DevOps project:

  1. Login to your Azure DevOps account.
  2. Navigate to the “MyCompany” project.
  3. Click on the “Project settings” icon in the top navigation menu.
  4. Click on “Overview” in the left sidebar.
  5. Under “Project information”, you will see the Project ID listed as “ABC123”.

By following these steps, you will be able to find the project ID for any project in your Azure DevOps account.

Leave a comment