An oxbow-lake sampler Azure Function should have an identity that appears and disappears with the Function app itself. Which identity type fits?
Select an answer to reveal the explanation.
Short Explanation
System-assigned is born with the Function and dies with it—one identity glued to that host. User-assigned is the reusable badge you attach to many hosts and keep after a delete.
Full Explanation
A system-assigned managed identity is created for a single Azure resource and is removed when that resource is deleted. A user-assigned identity is an independent resource that can outlive any one host. Passwords in Blob metadata and APIM subscription keys are not managed identities.