Administration
Azure DevOps
Azure DevOps uses a Personal Access Token (PAT) for authentication.
Setup
- 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.
- 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
- Add the token — Paste the Personal Access Token into Driver.
- Set up webhooks — Follow the webhook setup instructions provided by Driver. Azure DevOps webhooks require manual configuration.
- Select repositories — Choose the repositories you want Driver to generate context for.