Skip to content

Commit bea71c3

Browse files
Merge pull request #300097 from kenieva/patch-2
Fix minor errors
2 parents 2eb973b + 44807bb commit bea71c3

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

articles/governance/service-groups/create-service-group-member-rest-api.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
2-
title: "Quickstart: Connect Service Group members using the REST API - Azure Governance"
3-
description: In this quickstart, you use REST API to connect a resource to a service group with a service group member relationship.
2+
title: "Quickstart: Add Service Group members using the REST API - Azure Governance"
3+
description: In this quickstart, you use REST API to add a resource to a service group with a service group member relationship.
44
author: rthorn17
55
ms.author: rithorn
66
ms.service: azure-policy
@@ -9,9 +9,9 @@ ms.date: 5/19/2025
99
---
1010

1111

12-
# Quickstart: Connect resources or resource containers to service groups with Service Group Member Relationships
12+
# Quickstart: Add resources or resource containers to service groups with Service Group Member Relationships
1313

14-
To connect 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).
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).
1515

1616
> [!IMPORTANT]
1717
> Azure Service Groups is currently in PREVIEW.
@@ -31,7 +31,7 @@ To connect resources, resource groups, or subscriptions to a Service Group (prev
3131
For REST API, use the
3232
[Service Groups Member- Create or Update]() endpoint to create a new service group member.
3333

34-
In this example, we're connecting a Virtual Machine [VM1] to a service group [Contoso].
34+
In this example, we're adding a Virtual Machine [VM1] to a service group [Contoso].
3535

3636
1. Service Group: **groupId** is _Contoso_
3737
1. Virtual Machine: The **resourceID** is _VM1_

articles/governance/service-groups/overview.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ The same resources can be connected to many different service groups allowing di
3434
:::image type="content" source="./media/multiple-service-group.png" alt-text="Diagram that shows multiple service group branches." Lightbox="./media/multiple-service-group.png":::
3535

3636
### Flexible Membership
37-
Within the hierarchy of resources, there's a limitation of one parent resource container to many children. For example, a resource can only be a member of one resource group or a resource group can only be a member of one subscription. Service Groups introduce a new model that allows a resources or resource containers to have memberships with multiple different Service Groups. A member is any resource, resource group, or subscription that is connected to a Service Group through a new resource called "MemberOf" Relationship. The Service Group allows new scenarios where the same resources can be connected to many Service Groups Trees enabling new ways to view your data.
37+
Within the hierarchy of resources, there's a limitation of one parent resource container to many children. For example, a resource can only be a member of one resource group or a resource group can only be a member of one subscription. Service Groups introduce a new model that allows a resources or resource containers to have memberships with multiple different Service Groups. A member is any resource, resource group, or subscription that is connected to a Service Group through a new resource called "ServiceGroupMember" Relationship. The Service Group allows new scenarios where the same resources can be connected to many Service Groups Trees enabling new ways to view your data.
3838

3939
#### Example Scenarios
4040
* Aggregating Health Metrics
@@ -148,7 +148,7 @@ This role manages all aspects of Service Groups and Relationships and is the def
148148
}
149149
```
150150
#### Service Group Contributor
151-
The Service Group Contributor role given to users when they need to create or manage the lifecycle of a Service Group. This role allows fro all actions except for Role Assignment capabilities.
151+
The Service Group Contributor role given to users when they need to create or manage the lifecycle of a Service Group. This role allows for all actions except for Role Assignment capabilities.
152152
```json
153153
{
154154
"assignableScopes": [

0 commit comments

Comments
 (0)