Resource Hirearchy Flashcards

1
Q

What is Resource Hierarchy in Azure?

A

Resource Hierarchy in Azure refers to the organizational structure that allows for easier management and centralized access control of resources, including management groups, subscriptions, resource groups, and individual resources.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

What is the parent-child relationship in Resource Hierarchy?

A

The parent-child relationship means that any policies and permissions applied at higher levels (parents) of the Resource Hierarchy are automatically inherited by lower-level objects (children).

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

How is Resource Hierarchy similar to file systems?

A

Resource Hierarchy in Azure is similar to file systems where each level (folder) can have child objects (subfolders) that inherit permissions from their parent. This concept applies to Azure’s management structure.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

Explain the hierarchy levels in Azure Resource Management.

A

The hierarchy levels in Azure Resource Management are:

Management groups (topmost parent)
Subscriptions
Resource groups
Individual Azure resources (children)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

Can a subscription be part of more than one management group?

A

No, a subscription can only belong to one management group. However, management groups can have multiple subscriptions assigned to them.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

How are permissions and roles inherited in Resource Hierarchy?

A

Permissions and roles assigned at higher levels (like management groups or subscriptions) are automatically inherited by lower-level objects such as resource groups and resources.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

What happens when a user is assigned an owner role at the management group level?

A

If a user is assigned an owner role at the management group level, they will have owner access to all resources within the subscriptions, resource groups, and individual resources nested under that management group.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

Give an example of policy application in Resource Hierarchy.

A

An example would be applying a policy at the management group level that restricts VM creation to a specific region. This policy would apply to all nested subscriptions, resource groups, and resources within that management group.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

What is the main takeaway regarding Azure Resource Hierarchy?

A

The main takeaway is that policies and permissions applied at higher levels cascade down to lower-level objects, ensuring consistent management and access control. Understanding the parent-child relationship and inheritance principle is crucial for effective resource management in Azure.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly