Administration

Azure DevOps

Azure DevOps uses a Personal Access Token (PAT) for authentication.

Setup

  1. Create a new instance — Go to Settings > Integrations in the Driver web app. Select Azure DevOps. Enter your Azure DevOps organization URL and a Project Name.
  2. Generate a Personal Access Token — In Azure DevOps, go to User Settings > Personal Access Tokens. Create a new token with the following scopes:
    • Code: Read & Write
    • Project and Team: Read
  3. Add the token — Paste the Personal Access Token into Driver.
  4. Set up webhooks — Follow the webhook setup instructions provided by Driver. Azure DevOps webhooks require manual configuration.
  5. Select repositories — Choose the repositories you want Driver to generate context for.