Reputation: 1073
Found this article on how to setup roles but it uses the legacy azure portal to accomplish this.
How do you create user roles in the latest Azure portal?
How do you assign multiple roles to a user afterwards?
Upvotes: 0
Views: 1529
Reputation: 9401
According to article your referred, I assume that you want to assign users and groups to application roles.
You can achieve this from new portal. But Only Azure AD Premium or Enterprise mobility suite support assigning with roles. You can take following steps:
Go to Azure portal > Azure Active Directory > Enterprise applications > All applications > Select your application > Users and Groups
Now, you can assign roles through adding users(My Azure AD is not basic):
Upvotes: 1
Reputation: 222552
From December 2015, you can create your own RBAC roles.
You can get clear idea via this Custom Roles in Azure RBAC
Upvotes: 1
Reputation: 12768
RBAC built-in roles lists the roles available in Azure. It specifies the operations and scope that each built-in role grants to users. If you're looking to define your own roles for even more control, see how to build Custom roles in Azure RBAC.
Upvotes: 1