Regions & Availability Zones Flashcards

1
Q

What is a data center?

A

Physical facility that hosts servers
Group of networked servers
Own power, cooling, and network infrastructure

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

What are Azure Regions?

A

Group of data centers that are connected with internet connectivity - low latency network for speed efficiencies (<2 milliseconds).
Can vary in size
Distributed across the globe

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

What defines ‘latency limits’ within regions?

A

Fiber option connection and how fast the connection is
Latency is the time it takes for data to travel
Means datacenters are not too far from each other

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

How many availability zones in a Region?

A

3 or mores zones

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

How do you choose a region as a customer?

A

Location - where are you customers
Features - not all features are available in all regions
Pricing - differs from region to region

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

What are Region Pairs? What are the 3 main functions?

A

Services only available in certain regions - some services are global - 50+ countries
Region pairs - connected regions in case one region goes does. Can replicate data on multiple regions
Functions - Outage Failure, Planned Updates, Replication to paired region
Regions are paired with exactly one region
Very important to distaste recovery

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

What are Geographies?

A

Region pairs are within the same geography
Contain two or more regions

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

What are Availability Zones? What does every zone have?

A

Zone - one or more data centers
Each data center gets a number that represents a grouping of physically separate facility
Helps protect from data center failures - other data centers can pickup the slack
Independent power, cooling, networking

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

What are Zonal Services?

A

Zonal Services - can deploy VMs to different data centers/availability zones

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

What does it mean to be ‘Zone Redundant’?

A

Zone redundant - services will work across multiple availability zones

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

What are Resources in Azure?

A

Resource represents a service you can purchase including all of the configurations that you makes
Ex. SQL
Comes as a JSON file

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

What are Resource Groups in Azure? What are they not?

A

Grouping of logically related resources - a container for resources
Often grouped by lifecycle (dev versus prod)
By department, location, billing
Not - a resource themselves

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

What are resource group rules?

A

Each resource can only exist in a single resource group
Add/remove resources at any time
Move resources - can move a resource to another resource group
Multiple regions - resources from multiple regions can be in one resource group

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

How do resource groups work with Access Control?

A

You can give users access to a resource group and everything inside it

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

Can resources interact with resources in other resource groups?

A

Yes

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

Where do resource groups store its meta data?

A

In a location or region

17
Q

What is Azure Resource Manager? How are ARM requests handled?

A

The underlying management layer for resources - creating, updating, deleting, and controlling access to resources
If you interact with a resource, it goes through ARM
Azure Resource Manager API handles the request
Unified language?

18
Q

What are the benefits of ARM?

A

Group resource handling - deploy, manage, monitor resources as a group
Consistency - deploy resources in a consistent state
Dependencies - define dependencies between resources
Access Control - easy to assign access to users
Tagging - easy to tag resources
Billing - Use tagging for billing visibility

19
Q

What type of requests does ARM handle?

A

APIS, SDKs, Azure Tools - Azure Resource Manager will handle

20
Q

Can a resource be in more than one resource group? Can they move groups?

A

No
Resources can be moved between groups but not nested

21
Q

Can resource groups be in different geographical locations?

A

Resources in groups can be in different geographical locations