Core Architectural Components of Azure Flashcards
What are the two main groups of architectural components?
Physical infrastructure and management infrastructure
What are regions and availability zones?
Regions are geographical areas with one or more availability zones that are near by.
Availability zones are physically separate datacenters within the same Azure region. Each AZ is made up of multiple datacenters with independent power, cooling and networking.
How does Azure improve resiliency with respect to AZs?
There has to be 3 separate AZs in a region.
How does Azure improve resiliency with respect to AZs?
There has to be 3 separate AZs in a region.
What are the three categories/levels of services within availability zones?
Zonal - You pin the resource to a specific location e.g. virtual machines
Zone-redundant - The platform replicates automatically across zones.
Non-regional services: Services that are always available and are resilient to zone-wide and region-wide outages.
How does Azure build further resiliency for region-wide outages or big events?
Region pairs - Are duplicates of a region in two separate geographies (300 miles apart) but in the same continent. E.g. East and West America.
What is another type of region that is used for instances that need to be separated from main Azure instances for regulatory or compliance reasons?
Sovereign regions.
What is Azure management infrastructure?
Incl. resources, resource groups, subscriptions and accounts.
What is a resource and a resource group?
A resource is anything you can create, provision or deploy e.g. a VM. Resource groups are groupings of resources. A resource can only be in 1 resource group at anyone time but can move between them. You cannot have resource groups within resource groups.
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 replicates resources across regions that are at least 300 miles away from each other?
Region pairs