Azure Account "Add Role Assignment" Disabled
Jun 10
I have the following permissions in my Azure account
But when I want to "add a role assignment for an Application" I noticed that my account for adding roles has been disable, see image
Can someone let me know if it's actually possible to add a application while my account to add roles has been disabled?
1 answer
Accepted answer · original discussion
Jun 10
As I mentioned in the comments, to assign roles to any resource in Azure Portal, you should have either Owner or User Access Administrator roles on your Azure subscription.
Microsoft.Authorization/roleAssignments/writepermissions are included in these roles that allows to assign roles.- Global Administrator has the rights to assign these roles.
- As you have only Contributor role, you cannot assign roles, but you can create and manage resources.
- You must contact the person with Global Administrator/Privileged Role Administrator role to assign those permissions for you.
Please check the below from MsDoc:
After acquiring any of those 2 roles, Add role assignment option will be enabled.
You can check the below references for more details:
Assign Azure roles using the Azure portal - Azure RBAC | Microsoft Docs
Assign Azure AD roles to users - Azure Active Directory - Microsoft Entra | Microsoft Docs
0 question comments
Use comments to ask for clarification. Post a solution as an answer.
No question comments on this page.