Skip to content

Azure DevOps

Lince Mathew edited this page Jul 6, 2026 · 2 revisions

if you prefer watching a demo video, check out: https://youtu.be/n5dNZWjRhbA

Part 1: Get a dev.azure account starting with LiveReview (ex: LiveReview2108)

  1. Add the new user as a member to your org: https://dev.azure.com/<your org>/_settings/users
  2. You can also add the new user to particular projects/repos, etc

Part 2: Generate Token

  • Goto User Settings & Click Personal access tokens
image
  • Select Scopes: code: read & write
image

Copy the generated token

Part 3: Add the in LiveReview

  • Go to Git Providers
image
  • Enter the token, organization URL and give friendly name
image
  • Confirm and Save

Clone this wiki locally