Skip to main content

Azure DevOps

The Azure DevOps source connector lets you connect to an Azure DevOps organization using a Personal Access Token (PAT).

Status

This connector is currently in development.

  • Connection/authentication (credential validation) is supported.
  • Data extraction and catalog discovery are not yet available.

Setup

Create a Personal Access Token (PAT)

  1. In Azure DevOps, open User settingsPersonal access tokens.
  2. Select New Token.
  3. Choose an Organization and set an expiration.
  4. Grant the minimum scopes required for the data you intend to extract.

At minimum, the connector validates credentials by calling the Projects API, so ensure the token can read projects (for example, Project and Team: Read).

Authentication

This connector authenticates to Azure DevOps using Basic Auth:

  • Username: a placeholder value (extract)
  • Password: your Personal Access Token

Configuration

FieldTypeRequiredDescription
organizationstringYour Azure DevOps organization name (the DNS label used in https://dev.azure.com/<organization>). Must be lowercase letters, digits, or hyphens; 1–63 characters; cannot start or end with -.
personal_access_tokenstringAzure DevOps Personal Access Token (PAT).

Streams

No streams are currently available. Extraction is not yet implemented for this connector.