Skip to content

Commit a9ac8fa

Browse files
Merge pull request #307532 from kenieva/kenieva-service-groups
Add SG membership guidance docs
2 parents d4b6ce8 + 1205fcf commit a9ac8fa

8 files changed

Lines changed: 577 additions & 11 deletions

File tree

Lines changed: 86 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,86 @@
1+
---
2+
title: "Quickstart: Add Service Group members using Portal - Azure Governance"
3+
description: In this quickstart, you use Azure portal to add a resource to a service group with a service group member relationship.
4+
author: kenieva
5+
ms.author: kenieva
6+
ms.service: azure-policy
7+
ms.topic: quickstart
8+
ms.date: 11/3/2025
9+
---
10+
11+
12+
# Quickstart: Add resources or resource containers to service groups with Service Group Member Relationships in Portal
13+
14+
To add resources, resource groups, or subscriptions to a Service Group (preview), you need to create a new Service Group Member Relationship. For more information on service groups, see [Getting started with Service Groups](overview.md).
15+
16+
> [!IMPORTANT]
17+
> Azure Service Groups is currently in PREVIEW.
18+
> See the [Supplemental Terms of Use for Microsoft Azure Previews](https://azure.microsoft.com/support/legal/preview-supplemental-terms/) for legal terms that apply to Azure features that are in beta, preview, or otherwise not yet released into general availability.
19+
20+
## Prerequisites
21+
22+
- If you don't have an Azure subscription, create a [free](https://azure.microsoft.com/free/)
23+
account before you begin.
24+
25+
- To be able to deploy a service group member relationship, you must have Microsoft.Relationship/ServiceGroupMember/write permissions on member resource and [Service Group Contributor](../../role-based-access-control/built-in-roles/management-and-governance.md) at the target service group.
26+
27+
## Add members during service group creation
28+
29+
1. When creating a new Service Group, there's an available `Members` tab to add resources.
30+
31+
:::image type="content" source="./media/members-tab-create-flow.png" alt-text="Screenshot of the members tab within the create service group page." lightbox="./media/members-tab-create-flow.png":::
32+
33+
2. Select to add individual resources, resource groups, or subscriptions.
34+
35+
3. Once selected, you can use filters to narrow the list as needed.
36+
37+
4. Once all members are chosen, press **Select**
38+
39+
5. All members to be added are displayed in the list.
40+
41+
:::image type="content" source="./media/members-list-create-flow.png" alt-text="Screenshot of the members list within the create service group page." Lightbox="./media/members-list-create-flow.png":::
42+
43+
6. Continue the service group creation flow or if all information is correct, select **Review + Create**
44+
45+
46+
## Add members to existing service group
47+
48+
1. Log into the [Azure portal](https://aka.ms/portalfx/service-groups-internal).
49+
50+
2. Select **All services** > **Management + governance**.
51+
52+
3. Select **Service Groups**.
53+
54+
4. Select the desired Service Group.
55+
56+
5. In the left hand side service menu, select **members** under relationship management.
57+
58+
:::image type="content" source="./media/members-service-menu.png" alt-text="Screenshot of the relationship management drop down within the left hand context pane on the service group page." Lightbox="./media/members-service-menu.png":::
59+
60+
6. To add members, select the **+Add** button on the top action bar. Select to add individual resources, resource groups, or subscriptions. On the **Add members** pane, select and filter to the desired resources. Once all members are chosen, select **Add**.
61+
62+
63+
## Remove members to existing service group
64+
65+
1. Log into the [Azure portal](https://aka.ms/portalfx/service-groups-internal).
66+
67+
2. Select **All services** > **Management + governance**.
68+
69+
3. Select **Service Groups**.
70+
71+
4. Select the desired Service Group.
72+
73+
5. In the left hand side service menu, select **members** under relationship management.
74+
75+
6. Select the members from the list of members by clicking the check box and press **Delete** from the top action bar. This removes the resource as a member, but won't delete the resource.
76+
77+
:::image type="content" source="./media/delete-members.png" alt-text="Screenshot of the delete button within the service group members page." Lightbox="./media/delete-members.png":::
78+
79+
## Next step
80+
81+
In this quickstart, you added members to service groups.
82+
83+
To learn more about service groups and how to manage your service group hierarchy, continue to:
84+
85+
> [!div class="nextstepaction"]
86+
> [Manage your resources with service groups](manage-service-groups.md)

0 commit comments

Comments
 (0)