Skip to content

Instantly share code, notes, and snippets.

@jackawatts
Last active September 9, 2024 00:52
Show Gist options
  • Save jackawatts/ac0cb19e4d1239692104d18ab16d43e7 to your computer and use it in GitHub Desktop.
Save jackawatts/ac0cb19e4d1239692104d18ab16d43e7 to your computer and use it in GitHub Desktop.

Getting the Azure DevOps ServicePrincipalId

  1. Find the (either direct from the portal or "Manage Service Principal" from Azure DevOps)
  2. Get the ServicePrincipalId
az ad sp show --id <appId> --query id
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment