(Unit 4 of 4) Azure management infrastructure Flashcards

1
Q

What is a RESOURCE in Azure?

A

A resource is the basic building block of Azure.

Anything you create, provision, deploy, etc. is a resource.

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

Give examples of resources in Azure

A
  1. VMs
  2. Virtual networks
  3. Databases
  4. Cognitive services
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

What is an Azure RESOURCE GROUP?

A

Resource groups are simply groupings of resources. When you create a resource, you’re required to place it into a resource group.

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

How many resources can be in a resource group at any given time?

A

Each resource can exist in only one resource group.

AND you can move a resource from one resource group to another group.

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

When you apply an action to a resource group, that action will apply to?

A

ALL the resources located in the R.G

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

What is an Azure Subscription?

A

In Azure, subscriptions are a unit of management, billing, and scale.

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

What is the function of an Azure Subscription?

A

Similar to how resource groups are a way to logically organize resources,

subscriptions allow you to logically organize your resource groups and facilitate billing.

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

Describe the heirachy behind and Azure Subscription.

A

An Azure subscription links to an Azure account, which is an identity in Azure Active Directory (Azure AD) or in a directory that Azure AD trusts.

https://learn.microsoft.com/en-us/training/wwl-azure/describe-core-architectural-components-of-azure/media/subscriptions-d415577b.png

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

You can use Azure subscriptions to define boundaries around Azure products, services, and resources.
.
There are two types of subscription boundaries, name both.

A
  1. Billing boundary
  2. Access control boundary
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

Describe the 1st type of subscription BOUNDARY

A

**Billing boundary: **This subscription type determines how an Azure account is billed for using Azure.

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

Describe the 2nd type of subscription BOUNDARY

A

Access control boundary:
Azure applies access-management policies at the subscription level, and you can create separate subscriptions to reflect different organizational structures.

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

Similar to using resource groups to separate resources by function or access, you might choose to create additional subscriptions to separate?

A
  1. Environments (Dev and Test, Compliance)
  2. Organizational structures (limiting teams to lower cost resources)
  3. Billing: You can create additional subscriptions for billing purposes.
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

Describe the Azure heirachy.

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

What is a Management Group?

A

If you have many subscriptions, you might need a way to efficiently manage access, policies, and compliance for those subscriptions.

Azure management groups provide a level of scope above subscriptions.

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

Give an example of how you could possibly use M.G (1)

A

Create a hierarchy that applies a policy.

You could limit VM locations to the US West Region in a group called Production. This policy will inherit onto all the subscriptions that are descendants of that management group and will apply to all VMs under those subscriptions.

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

Give an example of how you could possibly use M.G (2)

A

Provide user access to multiple subscriptions.

By moving multiple subscriptions under a management group, you can create one Azure role-based access control (Azure RBAC) assignment on the management group.

16
Q

How many management groups can be supported in a single directory?

A

10,000 management groups can be supported in a single directory.

17
Q

How many levels of depth can a management group support?

A

A management group tree can support up to six levels of depth. This limit doesn’t include the root level or the subscription level.

18
Q

List a fact about M.G (3)

A

Each management group and subscription can support only one parent.

19
Q

What Azure feature replicates resources across regions that are at least 300 miles away from each other?

A

Region pairs

20
Q

A management group tree can support up to how many levels of depth?

A

6