Architectural Components of Azure Flashcards

1
Q

What is the primary characteristic of Azure Regions?

A

Azure Regions are primarily globally distributed groups of nearby datacenters. With few exceptions, resources created on Azure must be assigned to a physical region.

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

What is the main purpose of Azure Region Pairs, particularly from an exam perspective?

A

The main purpose of region pairs is to act as a redundancy or failover location. If one region in the pair becomes unavailable, resources in the paired region can take over.

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

What is the key difference between sovereign regions and the general Azure public cloud?

A

Sovereign regions are separate and isolated from the general Azure public cloud. They are designed for government compliance and have specific access requirements.

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

Within which larger Azure component do Availability Zones exist?

A

Availability Zones exist within Azure Regions. This is a key distinction for their location.

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

What is the primary purpose of Availability Zones?

A

The primary purpose of Availability Zones is to act as a method of fault isolation within a region, providing redundancy and high availability by utilizing multiple independent datacenters.

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

Explain the difference between “zonal” and “zone-redundant” services when using Availability Zones.

A

Zonal services require you to choose a specific availability zone for deployment (like Virtual Machines). Zone-redundant services automatically replicate data across zones (like Azure Storage).

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

What is the function of Resource Groups in Azure’s management infrastructure?

A

Resource Groups organize Azure resources. They can hold resources with the same access or lifecycle needs, and there are no location restrictions for resources within a group.

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

Beyond acting as an access control boundary, what additional function do Azure Subscriptions serve compared to Resource Groups?

A

In addition to being an access control boundary, Subscriptions also act as the billing boundary, where the method of payment for Azure resources is set.

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

Which component in Azure’s resource organization hierarchy is optional?

A

Management Groups are the only optional component in the Azure resource organization hierarchy.

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

How does resource hierarchy impact access and policies in Azure?

A

Resource hierarchy describes the top-down application of access and policies. Lower-level or child objects automatically inherit applied access and policies from their parent layer.

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

What are Azure Regions?

A

Globally distributed groups of datacenters (with some single-datacenter exceptions) where Azure resources are physically located. Resources must generally be assigned to a region.

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

What are Region Pairs?

A

A pair of Azure regions located in the same country (with Brazil as an exception) designed to act as a redundancy or failover location for disaster recovery purposes.

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

What are Sovereign Regions?

A

Separate and isolated Azure cloud instances designed for specific government compliance requirements. Examples include Azure for US Government and Azure China.

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

What are Availability Zones?

A

Multiple independent datacenters located within an Azure Region, providing fault isolation and contributing to high availability and redundancy for applications.

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

What are Zonal Services?

A

Azure services that allow or require deployment to a specific Availability Zone within a region (e.g., Virtual Machines).

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

What are Zone-Redundant Services?

A

Azure services that offer the option to automatically replicate or copy data across multiple Availability Zones within a region (e.g., Azure Storage).

17
Q

What are Resources?

A

Any item created on Azure, such as virtual machines, storage accounts, or databases.

18
Q

What are Resource Groups?

A

A logical container that holds related Azure resources, typically those with the same access or lifecycle needs. Resources within a group can be from different regions.

19
Q

What are Subscriptions?

A

An Azure management layer that contains Resource Groups. It acts as both an access control boundary and the primary billing boundary for Azure resources.

20
Q

What are Management Groups?

A

An optional Azure management layer that sits at the top of the hierarchy, allowing for the central management of multiple subscriptions.

21
Q

What is the Resource Hierarchy?

A

The organizational structure of Azure resources, where child objects belong to a parent object. Access and policies applied at higher levels are automatically inherited by lower-level objects.