A help-desk technician says applying the tag Owner=Library both locks the resource from deletion and grants the library staff Contributor rights. Which clarification is correct?
Select an answer to reveal the explanation.
Short Explanation
Labels on a filing cabinet do not bolt the drawer shut or hand out keys. Tags organize and report; locks stop deletes; RBAC grants permissions. Mixing those three jobs is a classic fundamentals mix-up.
Full Explanation
Azure tags store metadata. Resource locks prevent delete or change actions according to lock type. Azure RBAC assigns permissions to identities. These mechanisms are complementary and distinct; applying a tag does not create a lock or a role assignment. Fundamentals exams often test that separation of purpose.