Skip to content

Commit 5593eb9

Browse files
authored
Merge pull request #227060 from claytonsiemens77/mg-update
What are Azure mangement groups article update
2 parents c0b58c7 + 2832001 commit 5593eb9

File tree

3 files changed

+9
-9
lines changed

3 files changed

+9
-9
lines changed

articles/governance/management-groups/overview.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -28,12 +28,12 @@ You can build a flexible structure of management groups and subscriptions to org
2828
into a hierarchy for unified policy and access management. The following diagram shows an example of
2929
creating a hierarchy for governance using management groups.
3030

31-
:::image type="complex" source="./media/tree.png" alt-text="Diagram of a sample management group hierarchy." border="false":::
31+
:::image type="complex" source="../media/mg-org.png" alt-text="Diagram of a sample management group hierarchy." border="false":::
3232
Diagram of a root management group holding both management groups and subscriptions. Some child management groups hold management groups, some hold subscriptions, and some hold both. One of the examples in the sample hierarchy is four levels of management groups with the child level being all subscriptions.
3333
:::image-end:::
3434

3535
You can create a hierarchy that applies a policy, for example, which limits VM locations to the
36-
West US region in the management group called "Production". This policy will inherit onto all the Enterprise
36+
West US region in the management group called "Corp". This policy will inherit onto all the Enterprise
3737
Agreement (EA) subscriptions that are descendants of that management group and will apply to all VMs
3838
under those subscriptions. This security policy cannot be altered by the resource or subscription
3939
owner allowing for improved governance.
@@ -194,15 +194,15 @@ when trying to separate the assignment from its definition.
194194

195195
For example, let's look at a small section of a hierarchy for a visual.
196196

197-
:::image type="complex" source="./media/subtree.png" alt-text="Diagram of a subset of the sample management group hierarchy." border="false":::
198-
The diagram focuses on the root management group with child I T and Marketing management groups. The I T management group has a single child management group named Production while the Marketing management group has two Free Trial child subscriptions.
197+
:::image type="complex" source="../media/mg-org-sub.png" alt-text="Diagram of a subset of the sample management group hierarchy." border="false":::
198+
The diagram focuses on the root management group with child Landing zones and Sandbox management groups. The Landing zones management group has two child management groups named Corp and Online while the Sandbox management group has two child subscriptions.
199199
:::image-end:::
200200

201-
Let's say there's a custom role defined on the Marketing management group. That custom role is then
202-
assigned on the two free trial subscriptions.
201+
Let's say there's a custom role defined on the Sandbox management group. That custom role is then
202+
assigned on the two Sandbox subscriptions.
203203

204-
If we try to move one of those subscriptions to be a child of the Production management group, this
205-
move would break the path from subscription role assignment to the Marketing management group role
204+
If we try to move one of those subscriptions to be a child of the Corp management group, this
205+
move would break the path from subscription role assignment to the Sandbox management group role
206206
definition. In this scenario, you'll receive an error saying the move isn't allowed since it will
207207
break this relationship.
208208

@@ -211,7 +211,7 @@ There are a couple different options to fix this scenario:
211211
MG.
212212
- Add the subscription to the role definition's assignable scope.
213213
- Change the assignable scope within the role definition. In the above example, you can update the
214-
assignable scopes from Marketing to the root management group so that the definition can be reached by
214+
assignable scopes from Sandbox to the root management group so that the definition can be reached by
215215
both branches of the hierarchy.
216216
- Create another custom role that is defined in the other branch. This new role requires the role
217217
assignment to be changed on the subscription also.
43.7 KB
Loading

articles/governance/media/mg-org.png

23.5 KB
Loading

0 commit comments

Comments
 (0)