Azure Service Groups offer a flexible way to organize and manage resources across subscriptions and resource groups, parallel to any existing Azure resource hierarchy. They're ideal for scenarios requiring cross-boundary grouping, minimal permissions, and aggregations of data across resources. These features empower teams to create tailored resource collections that align with operational, organizational, or persona-based needs.
Key capabilities of service groups include:
-
Multiple hierarchies: Service Groups enable scenarios where resources can be grouped in different views for multiple purposes. The same resources can be connected to many different service groups, allowing different customer personas and scenarios to be created and used. You can create many different views that support how you organize your resources.
-
Flexible membership: Service Groups allow resources from different subscriptions to be grouped together, providing a unified view and management capabilities.
-
Low privilege management: Service Groups are designed to operate with minimal permissions, ensuring that users can manage resources without needing excessive access rights.
Tip
For more information about Service Groups, see Service Groups overview.
To create a service group in the Azure portal:
-
Sign in to the Azure portal.
-
In the search bar, search for Service Groups.
-
Select + Add Service Group to start creating a new group.
-
On the Basics tab, provide the required information:
-
Service Group ID: Enter a unique identifier for your service group. This ID is used for all commands and references to the group within Azure and can't be changed after creation.
-
Display Name: Optionally, enter a display name for the service group. This name appears in the Azure portal and can be updated at any time.
-
Parent Service Group: Select the parent service group.
-
Note
The root service group is automatically created using the Microsoft Entra ID as its identifier. If you're unsure which parent to select, choose the Root Service Group. This group's ID matches your tenant's ID, in the format Microsoft.Management/serviceGroups[tenantId].
-
Select Next to proceed.
-
On the Members tab, add the initial set of resources that should be part of your service group. You can select individual resources or a subscription/resource group.
-
On the Review + create tab, review your settings, then select Create to finalize the service group.
You can add more member resources to the service group after creation.
To add members, you must have:
Microsoft.Relationship/ServiceGroupMember/writepermission on the source resourceMicrosoft.ServiceGroup Contributorrole on the target service group
-
Navigate to the service group you created and select the Members tab.
-
Select Add members, then choose the Resources option. The resource selection pane opens.
-
Use filters (such as subscription, resource group, tags, or resource types) to find and select the relevant resources.
-
After selecting the required resources, submit your selection. You can monitor the addition process through notifications, and the newly added members appear on the Members page.




