Team Needs Shared Permissions? Create a Security Group

Published on:

When a team needs access to Azure resources, the correct approach is to use security groups in Microsoft Entra ID instead of assigning permissions directly to users.

This enables scalable and manageable access control.

Open Entra Groups

Go to Microsoft Entra ID:

Entra ID > Groups

This is where identity groups are managed.

Microsoft Entra ID Groups overview page showing existing groups

Create Security Group

Create a new group:

Group type: Security
Group name: GRP-CloudTrips-Dev-Team
Description: Dev team access group for Azure resources

Add members later or during creation.

Microsoft Entra group creation screen with Security selected and group details filled in

Open Azure Subscription IAM

Now move to Azure subscription:

Access control (IAM)

This is where permissions are assigned.

Azure subscription page showing Access control IAM and permission overview

Assign Group to Contributor Role

Click:

Grant access to this resource

Then assign:

  • Role: Contributor
  • Member: GRP-CloudTrips-Dev-Team

This connects the Entra group to Azure permissions.

Azure IAM role assignment screen showing a security group assigned to Contributor role

Result

After assignment:

  • users in the group automatically inherit access
  • no individual role assignments needed
  • access is managed centrally via Entra group