Quick Notes166 words

Integrating GitHub repositories with Azure Pipelines — quick notes

GitHub ↔ Azure Pipelines — quick notes

FactDetail
Recommended authGitHub App — runs as the Azure Pipelines identity
OAuthRuns as your personal GitHub identity; access must remain active; no GitHub Checks
PATThird supported type, through a GitHub service connection; discouraged and narrowly scoped if necessary
GitHub App bonusIntegrates with GitHub Checks (build/test/coverage in the PR)
Install scope risk"All repositories" grants token access to all, including private
New project/org fork-PR defaultDisabled
Central fork modesDisable, securely build, or customize
Secure modeTeam-member comment required; no secrets or normal-build permissions
Pipeline checkboxAdditional choice, subject to central policy

Traps

  1. GitHub App and OAuth are not the only types: PAT is supported but discouraged.
  2. Fork PRs do not universally build: current behavior depends on central and pipeline settings.

Ready to study Designing and Implementing Microsoft DevOps Solutions (AZ-400)?

Practice tests, flashcards, and all study notes — free, no sign-up needed.

Start Studying — Free