Core Architectural components of Azure Flashcards
What is the physical infrastructure?
data centers around the world - yet not directly accessible.
resources arranged in racks with dedicated power, cooling, and networking infrastructure.
What are data centers grouped into?
Azure regions or Azure availability zones
- to help achieve resiliency and reliability
How many resource groups can a resource be in at the same time?
One
- a resource can only be in one group at a time
What happens to the resources within a resource group when an action or setting at the Resource Group level is applied?
The setting is applied to current and future resources.
What Azure feature replicated resources across regions that are at least 300 miles away from each other?
Region Pairs
What is a Region?
Geographical area on the planet that contains at least one data center.
Intelligently assigns and controls resources within each region to ensure workloads are appropriately balanced
What are availability zones?
Physically separate data centers within an Azure Region
If one Availability Zone goes down will others continue to work?
Yes. An AZ is set up to be an isolation boundary therefore they do not affect each other
How are Availability zones connected?
Through high speed private fiber optic networks
What are Availability zones made up of?
one or more data centers equipped with independent power, cooling, and networking
Important regarding AZ?
to ensure resiliency, a minimum of 3 separate availability zones are present in all availability zone- enabled regions.
However, not all Azure Regions currently support availability zones.
True or False
There is no extra cost to duplicating your services and transferring data between availability zones?
False. There can be added cost in order to do this
True or False
Availability Zones are primarily for VMs, managed disks, load balances, and SQL databases
True
Azure services that support availability zones are what 3 categories?
Zonal Services - pin the resource to a specific zone (ex. VMs, managed disks, IP addresses)
Zone-redundant Services (ex. zone redundant storage, SQL database)
Non-regional services - services are always available from AZURE geographies are are resident to zone wide outages as well as region wide outages
Can outages still happen even with additional resiliency from availability zones?
Yes
Region Pairs
most Azure regions are paired with another region within the same geogpraphy at least 300 miles away — making them region pairs
What happens if one region in a pair is affected by a natural disaster?
Services would automatically go to the other region in the pair.
Important about region pairs
not all Azure services automatically replicate data or automatically fall back from a failed region to cross replicate to another enabled region.
in these scenarios, recovery and replication must be configured by the customer