Skip to content

Instantly share code, notes, and snippets.

@markgarrigan
Created January 7, 2025 18:36
Show Gist options
  • Save markgarrigan/0f1bd01454859a23deeaa156f54b7347 to your computer and use it in GitHub Desktop.
Save markgarrigan/0f1bd01454859a23deeaa156f54b7347 to your computer and use it in GitHub Desktop.
Github Action Azure Login json
{
"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