I am learning about Azure. I am using a personal account and want to give my Azure Entra ID, Owner
access. My current role is the classic Service Administrator
.
But while trying to add role assignments, I'm not able to see either Owner
or Contributor
in the options, though Reader
is available. According to documentation
The Service Administrator and Co-Administrators are assigned the Owner role at the subscription scope
So what am I missing? Any help is appreciated
P.S. - I am trying to give access to Azure Entra ID because I am experimenting with the credential passthrough option in Azure Databricks. To enable that, Azure Entra ID account needs role based access separately and classic Service Administrator access is not enough.
I have Service Administrator role:
The owner and contributor roles will be present under the Privileged administrator roles:
Go to Subscriptions -> Select your subscription -> Access control (IAM) -> Add -> Add role assignment -> Click on Privileged administrator roles.
By having the Service Administrator role, I am able to assign owner and contributor role to the user:
Reference:
Azure roles, Microsoft Entra roles, and classic subscription administrator roles | Microsoft