Skip to content

Instantly share code, notes, and snippets.

@paviad
Created July 7, 2019 10:24
Show Gist options
  • Save paviad/496a052f660f8c97bf0b83f3fc4da62b to your computer and use it in GitHub Desktop.
Save paviad/496a052f660f8c97bf0b83f3fc4da62b to your computer and use it in GitHub Desktop.
Azure get service principal for ad client
az ad sp list --query "[?displayName=='%1'].{appId:appId,displayName:displayName,objectId:objectId}" --all
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment