Skip to main content

Azure DevOps

Azure connector form

Standard connector form, described in general in Connectors, with one difference: the Organization ID field is required here. This is the only connector type where the connection cannot be saved without this value.

FieldWhat to enterExample
Connector API URLthe fixed Azure DevOps service addresshttps://dev.azure.com
Organization IDthe Azure DevOps organization name, the one from the dev.azure.com/{organization} addressfirma
Personal access tokena token with permission to read code$$AZURE_TOKEN

The token field also accepts an environment variable name with the $$ prefix, as in the example above. The variable must exist on the plugin host, and the details of this mechanism are described in Connectors.

The token is generated in Azure DevOps, in the user settings, in the Personal access tokens section. The Code: Read scope is enough; broader permissions add no extra function.

The account the token was created on must have access to all the Azure DevOps projects whose repositories are to be analyzed.

See also