Skip to content

Instantly share code, notes, and snippets.

@ThorstenHans
Created November 29, 2018 17:33
Show Gist options
  • Save ThorstenHans/6c273370bae18f18251ffe95e07d17ac to your computer and use it in GitHub Desktop.
Save ThorstenHans/6c273370bae18f18251ffe95e07d17ac to your computer and use it in GitHub Desktop.
Create Azure Identity Result
{
"clientId": "00000000-0000-0000-0000-000000000000",
"clientSecretUrl": "https://control-westeurope.identity.azure.net/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/demo-resource-group/providers/Microsoft.ManagedIdentity/userAssignedIdentities/demo_pod_identity/credentials?tid=00000000-0000-0000-0000-000000000000&oid=00000000-0000-0000-0000-000000000000&aid=00000000-0000-0000-0000-000000000000",
"id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/demo-resource-group/providers/Microsoft.ManagedIdentity/userAssignedIdentities/demo_pod_identity",
"name": "demo_pod_identity",
"principalId": "00000000-0000-0000-0000-000000000000",
"resourceGroup": "demo-resource-group",
"tenantId": "00000000-0000-0000-0000-000000000000",
"type": "Microsoft.ManagedIdentity/userAssignedIdentities"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment