How can I remove duplicates assignment roles in subscriptions?

asemencha 21 Reputation points
2021-07-13T13:04:00.29+00:00

How can I remove duplicates assignment roles in subscriptions?
I have a few scopes - inherited (subscription) and this resource.
How can better do remove duplicate with scope "this resource" or scope inherited?
How can I recognize these scopes?

Azure Role-based access control
Azure Role-based access control
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.
808 questions
0 comments No comments
{count} votes

Accepted answer
  1. JamesTran-MSFT 36,621 Reputation points Microsoft Employee
    2021-07-13T22:44:57.127+00:00

    @asemencha
    Thank you for your post!

    When it comes to the different scopes used within Azure RBAC, you can remove an inherited role by selecting the hyperlinked scope and removing the role from IAM there. For example, if you're in a Resource Group's IAM, you might see Management Group (Inherited), or Subscription (Inherited), you can select the hyperlink for the specific scope, go to IAM, and remove the role.

    Note: Please keep in mind when removing IAM roles - make sure that the user you're removing doesn't need that specific role at that scope. i.e. Owner at the Subscription level.

    114289-removeiam.gif

    To better help with role assignments, I'd recommend referencing our Azure RBAC Best Practices documentation, specifically the Assign roles to groups, not users section, which talks about assigning roles to groups.

    If you have any other questions, please let me know.
    Thank you for your time and patience throughout this issue.

    ----------

    Please remember to "Accept Answer" if any answer/reply helped, so that others in the community facing similar issues can easily find the solution.

    1 person found this answer helpful.

0 additional answers

Sort by: Most helpful

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.