Skip to content

Commit f673456

Browse files
committed
edit pass: articles-about-management-groups
1 parent d495f73 commit f673456

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

articles/governance/management-groups/how-to/protect-resource-hierarchy.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ provide any other access to the management group hierarchy or to resources in th
2929
Both of
3030
these operations are available in the Azure built-in role Hierarchy Settings Administrator.
3131

32-
## Setting: Define the default management group
32+
## <a name="setting---default-management-group">Setting: Define the default management group
3333

3434
By default, a new subscription that you add in a tenant is added as a member of the root management
3535
group. If you assign policy assignments, Azure RBAC, and other governance
@@ -90,7 +90,7 @@ To set the default management group back to the root management group, use the s
9090
`defaultManagementGroup` to a value of
9191
`/providers/Microsoft.Management/managementGroups/{rootMgID}`.
9292

93-
## Setting: Require authorization
93+
## <a name="setting---require-authorization">Setting: Require authorization
9494

9595
Any user, by default, can create new management groups in a tenant. Admins of a tenant might want
9696
to provide these permissions only to specific users, to maintain consistency and conformity in the

articles/governance/management-groups/manage.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -216,7 +216,7 @@ and `-Recurse` parameters:
216216
az account management-group show --name 'Contoso' -e -r
217217
```
218218

219-
## Move management groups and subscriptions
219+
## <a name="move-subscriptions">Move management groups and subscriptions
220220

221221
One reason to create a management group is to bundle subscriptions together. Only management groups
222222
and subscriptions can become children of another management group. A subscription that moves to a
@@ -320,7 +320,7 @@ To remove the subscription from the management group, use the `subscription remo
320320
az account management-group subscription remove --name 'Contoso' --subscription '12345678-1234-1234-1234-123456789012'
321321
```
322322

323-
### Move a subscription in an ARM template
323+
### <a name="move-subscriptions-in-arm-template">Move a subscription in an ARM template
324324

325325
To move a subscription in an Azure Resource Manager template (ARM template), use the following
326326
template and deploy it at the [tenant level](../../azure-resource-manager/templates/deploy-to-tenant.md):

0 commit comments

Comments
 (0)