Skip to content

Commit ff75a81

Browse files
authored
Update overview.md
1 parent 328a025 commit ff75a81

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

articles/governance/service-groups/overview.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -45,17 +45,17 @@ Customers can create many different views that support how they organize their r
4545

4646

4747
## How it works
48-
Azure Service Groups are a parallel tenant level hierarchy that allows the grouping of resources. The separation from Management Groups, Subscriptions and Resource Groups allows Service Groups to be connected many times to different resources and resource containers without impacting the existing structures.
48+
Azure Service Groups are a parallel tenant level hierarchy that allows the grouping of resources. The separation from Management Groups, Subscriptions, and Resource Groups allows Service Groups to be connected many times to different resources and resource containers without impacting the existing structures.
4949

5050
Information about Service Groups
5151
* A Service Group is created within the Microsoft.Management Resource Provider.
52-
* Service Groups allow self nesting to create up to 10 "levels" of grouping depth. Nesting is handled by the 'parent' property within the Service Group resource.
52+
* Service Groups allow self nesting to create up to 10 "levels" of grouping depth. Nesting can managed via the 'parent' property within the Service Group resource.
5353
* Role assignments on the Service Group can be inherited to the **child Service Groups only**. There's **no inheritance** through the memberships to the resources or resource containers.
5454
* There's a limit of 2000 service group members coming from within the same subscription. This means that within one subscription, resources, or resource groups, there can only be 2,000 memberships to Service Groups.
5555
* Within the Preview window, there's a limit of 10,000 Service Groups in a single tenant.
5656
* Service Groups and Service Group Member IDs support up to 250 characters. They can be alphanumeric and special characters: - _ ( ). ~
5757
* Service Groups require a globally unique ID. Two Microsoft Entra tenants can't have a Service Group with identical IDs.
58-
* Membership to Service Groups is handled by deploying a 'Microsoft.Relationship/ServiceGroupMember' to the desire member (a resource, resource group or subscription) while targeting the desired Service Group.
58+
* Membership to Service Groups are managed by the 'Microsoft.Relationship/ServiceGroupMember' on the desired member (a resource, resource group, or subscription) while targeting the desired Service Group.
5959

6060

6161
## Azure Resource Manager Groupings
@@ -83,15 +83,15 @@ This table shows a summary of the differences between the groups.
8383
### Important facts about service groups
8484

8585
- A single tenant can support 10,000 service groups.
86-
- A service group tree can support up to ten levels of depth.
86+
- Service group tree can support up to 10 levels of depth.
8787
This limit doesn't include the root level.
8888
- Each service group can have many children.
8989
- A single service group name/ID can be up to 250 characters.
90-
- There are no limits of number of members of service groups, but there is a limit of 2,000 relationships (including ServiceGroupMember) within a subscription
90+
- There are no limits of number of members of service groups, but there's a limit of 2,000 relationships (including ServiceGroupMember) within a subscription
9191

9292
### The Root Service Group
9393

94-
Service Groups, similarily to Management Groups, has a one root Service Group which is the top parent of all service groups in that tenant. Root Service Group's ID is same as its Tenant ID.
94+
Service Groups, similarly to Management Groups, has a one root Service Group, which is the top parent of all service groups in that tenant. Root Service Group's ID is same as its Tenant ID.
9595

9696
Service Groups creates the Root Service Group on the first request received within the Tenant and users can't create or update the root service group. _"/providers/microsoft.management/servicegroups/[tenantId]"_
9797

0 commit comments

Comments
 (0)