A municipal-records clerk needs to reset passwords and restart a single VM. A teammate tries to add microsoft.directory password actions to an Azure custom role JSON. What should the security engineer do instead?
Select an answer to reveal the explanation.
Short Explanation
Two locksmiths, two key rings: Entra custom roles talk Graph/directory, Azure custom roles talk Resource Manager. Password reset lives on the Entra ring; VM restart lives on the Azure ring—stuffing directory verbs into Azure JSON will not open either door cleanly.
Full Explanation
Microsoft Entra RBAC and Azure RBAC are separate systems with different permission vocabularies. Directory operations such as password reset belong in Microsoft Entra roles (tenant, administrative unit, or object scoped). Azure Resource Manager operations such as restarting a VM belong in Azure roles. One definition cannot carry both families of permission strings.