Created
March 22, 2021 10:20
-
-
Save geekzter/7d3a1749289e4bab028333985f9491e2 to your computer and use it in GitHub Desktop.
Azure Service Principal credentials for GitHub Azure login action
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"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