Created
January 7, 2025 18:36
-
-
Save markgarrigan/0f1bd01454859a23deeaa156f54b7347 to your computer and use it in GitHub Desktop.
Github Action Azure Login json
This file contains hidden or 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": "xxxxx-xxxxx-xxxxx-xxxxx", | |
"clientSecret": "xxxxx-xxxxx-xxxxx-xxxxx", | |
"subscriptionId": "xxxxx-xxxxx-xxxxx-xxxxx", | |
"tenantId": "xxxxx-xxxxx-xxxxx-xxxxx", | |
"activeDirectoryEndpointUrl": "https://login.microsoftonline.com", | |
"resourceManagerEndpointUrl": "https://management.azure.com/", | |
"activeDirectoryGraphResourceId": "https://graph.windows.net/", | |
"sqlManagementEndpointUrl": "https://management.core.windows.net:8443/", | |
"galleryEndpointUrl": "https://gallery.azure.com/", | |
"managementEndpointUrl": "https://management.core.windows.net/" | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment