Search code examples
azureazureportalazure-rbac

Adding Support Request Contributor role to subscription


I am setting up an Azure subscription such that users have the ability to open support requests. When I try to add a role I see that all of the options are disabled. Can someone either help me understand what permissions need to be enabled or where the proper documentation on this is? enter image description here


Solution

  • As a prerequisite to be able to assign Azure roles, you must have Microsoft.Authorization/roleAssignments/write permissions, such as User Access Administrator or Owner. If you don't have permissions to assign roles, the Add role assignment option will be disabled.

    Check Assign Azure roles using the Azure portal for more details.