Skip to content

Instantly share code, notes, and snippets.

@geekzter
Created March 22, 2021 10:20
Show Gist options
  • Save geekzter/7d3a1749289e4bab028333985f9491e2 to your computer and use it in GitHub Desktop.
Save geekzter/7d3a1749289e4bab028333985f9491e2 to your computer and use it in GitHub Desktop.
Azure Service Principal credentials for GitHub Azure login action
{
"clientId": "00000000-0000-0000-0000-000000000000",
"clientSecret": "00000000-0000-0000-0000-000000000000",
"subscriptionId": "00000000-0000-0000-0000-000000000000",
"tenantId": "00000000-0000-0000-0000-000000000000",
"objectId": "00000000-0000-0000-0000-000000000000",
(...)
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment