How to create Microsoft Azure DevOps personal access token
In this short guide you will find how to create Microsoft Azure DevOps personal access token
Ensure that the user who will be creating the token is the Project administrator.

You need to navigate to the Personal Access Tokens page in Azure DevOps. You may use a service user for this.

Create a new personal access token with minimal scopes:
Build - Read
Release - Read
Below is an example of how it may look like.
Ensure the “All accessible organizations“ is selected in the Organization field. If it is not done, the app won’t work, because we cannot get the projects metadata.

Updated: