2.1 Core architectural components of Azure Flashcards

1
Q

Physical infrastructure heirarchy

A

Geography -> Region pair -> region -> Region -> Availability zones -> datacenters

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

Datacenters

A

Base level of azure physical infrastructure. Essentially same as large corporate datacenters with racks, cooling, and networking but aren’t directly accessible

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

Regions

A

geographical area on the planet that contains at least one datacenter (usually more than one that are nearby each other and networked together with low latency network)
ex. US West, East Asia

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

Availability zones

A

Physically separate datacenters within an azure region. Set up to be isolation boundary i.e. if one goes down the others continues working. (minimum of 3 availability zones in each availability zone enabled region)

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

Advantages of availability zones

A
  • data redundancy to protect information in case of failure
  • high availability since each zone can cover for each other in case of outage
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

Services that support availability zones (with explanation of each)

A
  1. zonal services: you pin the resource to a specific zone (ex. VMs, IP addresses, managed disks)
  2. zone-redundant services: the platform replicates automatically across zones (ex. zone-redundant storage, sql database)
  3. non-regional services: services are always available from azure geographies and are resilient to zone-wide and region-wide outages
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

Region pairs

A

Regions are paired with another region that are next to each other but at least 300 miles away.
Can replicate resources between region pairs to protect from region wide outages and provide data redundance

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

Advantages of region pairs

A
  1. if extensive outage occurs, one region is prioritized to make sure at least one is restored quickly
  2. Planned azure updates roll out to one region at a time to ensure high availability
  3. Data exists within the same geography as its pair for tax and law enforcement purposes
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

geography

A

A big section of the world such as US or Asia that would have regions within them

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

Sovereign regions

A

Instances of azure that are isolated from rest of azure to be used by government agencies
Ran and operated by screened government personnel

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

Management infrastructure heirarchy

A

Account -> management groups(optional) -> subscriptions -> resource groups -> resources

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

Resources

A

Building block of azure.
Any service you create/deploy is a resource
Ex. VMs, virtual networks, databases etc.

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

Resource group

A

A grouping of resources. Required to place a resource into a resource group even if its just one.
Resource can only exist in one RG at a time
Any actions applied to resource group affect all resources within it

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

Subscriptions

A

Unit of management, billing, and scale.
Subscriptions group resource groups to provide access to resources and handle billing

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

Subscription boundaries

A
  1. Billing boundary: determines how an account will be billed. Can create multiple subscriptions for different types of billing requirements within organization
  2. Access control boundary: Access management policies are applied at the subscription level so you can create separate subscriptions to reflect organizatin structure (ex. Testing subscription, Dev subscription, HR subscription)
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
16
Q

Management group

A

(optional)
A way to organize subscriptions.
You can place conditions/rules on management group and it will apply to all subscriptions within management group

17
Q

Important facts about management groups (3)

A
  1. 10,000 management groups can be supported in a single directory
  2. management group tree can support 6 levels of depth (does not include root level or subscription level)
  3. Each management group and subscription can have only one parent
18
Q

When to use management group examples

A
  1. Create hierarchy that applies a policy. Ex. Limit VM locations to only US West Region. Cannot be altered by resource or subscription owner
  2. Provide user access to multiple subscriptions: if multiple subscriptions under management group, assign RBAC to management group instead of having to assign access to each subscription
19
Q

Azure RBAC

A

Role-based access control