Date: 2025-01-15 13:59:40
Score: 1.5
Natty:
az identity list-resources --resource-group <ResourceGroupName> --name <ManagedIdentityName>
will return a list of resources associated with the managed identity, or empty if there are none
https://learn.microsoft.com/en-us/entra/identity/managed-identities-azure-resources/how-to-view-associated-resources-for-an-identity#command-line-interface
Reasons:
- Probably link only (1):
- Low length (0.5):
- Has code block (-0.5):
- Low reputation (0.5):
Posted by: Stuart