userassigned
User-assigned identities are a type of managed identity in cloud environments that are created and managed by the user rather than automatically by the platform. They are represented as standalone identity resources and can be attached to one or more cloud resources to enable authentication without embedding credentials in code.
In Azure, there are two kinds of managed identities: system-assigned and user-assigned. System-assigned identities are created
To use a user-assigned identity, you create the identity resource in a subscription and grant the target
Lifecycle and management: User-assigned identities persist beyond the life of any single resource and are not
Security and best practices: apply least privilege by granting minimal roles to the identity, regularly audit