If I were to use Azure AD instead, is it possible that I can create a group of users, and within the group, different users gain access to different resources (yes/no)? If yes, how?

Yeap Jie Zhi Mark 141 Reputation points
2021-03-19T03:46:36.057+00:00

If I were to use Azure AD instead, is it possible that I can create a group of users, and within the group, different users gain access to different resources (yes/no)? If yes, how?

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.
666 questions
{count} votes

1 answer

Sort by: Most helpful
  1. JamesTran-MSFT 36,371 Reputation points Microsoft Employee
    2021-03-23T21:10:30.7+00:00

    @Yeap Jie Zhi Mark
    Thank you for your post and I apologize for the delayed response!

    When it comes to creating a group within AzureAD, you can do this using the Azure Portal - Create a basic group and add members
    80800-image.png

    From this group, you can leverage Azure role-based access control (Azure RBAC) to manage access to your cloud resources. Azure RBAC helps you manage who has access to Azure resources, what they can do with those resources, and what areas they have access to. You can assign RBAC roles to a single user within that group, or to the group as whole - for more info.

    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.