An Azure service that provides fine-grained access management for Azure resources, enabling you to grant users only the rights they need to perform their jobs.
Hello @Daniel Ayuga , I hope you are doing well,
Welcome to Microsoft Q&A.
Having Global Administrator or Privileged Role Administrator in Microsoft Entra ID does not automatically grant Azure RBAC permissions at the tenant root scope.
Since you are a Global Administrator, you can temporarily elevate your access to obtain User Access Administrator at the root scope:
- Sign in to the Azure portal as a Global Administrator.
- Go to Microsoft Entra ID → Properties.
- Under Access management for Azure resources, set the option to Yes and save.
- Sign out and sign back in to refresh your permissions.
- Go to the Root Management Group → Access control (IAM) and assign the required RBAC role.
- Once finished, return to Microsoft Entra ID → Properties and set Access management for Azure resources back to No.
Reference: Elevate access to manage all Azure subscriptions and management groups
If my answer helped you, please consider marking it as accepted. This helps others in the community find similar solutions.