Regions & Availability Zones Flashcards
What is a data center?
Physical facility that hosts servers
Group of networked servers
Own power, cooling, and network infrastructure
What are Azure Regions?
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
What defines ‘latency limits’ within regions?
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 many availability zones in a Region?
3 or mores zones
How do you choose a region as a customer?
Location - where are you customers
Features - not all features are available in all regions
Pricing - differs from region to region
What are Region Pairs? What are the 3 main functions?
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
What are Geographies?
Region pairs are within the same geography
Contain two or more regions
What are Availability Zones? What does every zone have?
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
What are Zonal Services?
Zonal Services - can deploy VMs to different data centers/availability zones
What does it mean to be ‘Zone Redundant’?
Zone redundant - services will work across multiple availability zones
What are Resources in Azure?
Resource represents a service you can purchase including all of the configurations that you makes
Ex. SQL
Comes as a JSON file
What are Resource Groups in Azure? What are they not?
Grouping of logically related resources - a container for resources
Often grouped by lifecycle (dev versus prod)
By department, location, billing
Not - a resource themselves
What are resource group rules?
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 do resource groups work with Access Control?
You can give users access to a resource group and everything inside it
Can resources interact with resources in other resource groups?
Yes