2.1 Core Azure Architectural components Flashcards
What is a GEOGRAPHY in Azure?
Boundary, often times that of a country, that have regulations for data handling.
Many companies are more comfortable when their data resides within the geography which they operate.
How are GEOGRAPHIES divided in Azure?
Geographies are broken into two or more regions (hundreds of miles apart). EX In the USA there is a Western, Eastern, Southern, and Eastern region.
In Azure, what is a regional pair?
A logical boundary containing two regions within the geography.
How does Microsoft perform updates to Azure?
Updates are performed on one region of a regional pair at a time. This ensures no service disruptions.
How and why should you deploy resources redundantly in Azure?
Deploy resources redundantly within regional pairs. Regions are separated by hundreds of miles. This protects from natural disasters.
What does an Azure region contain?
Each region has a datacenter and operates its own network infrastructure for low latency.
Are availability zones available for all Azure regions?
No
What do availability zones provide?
High availability and fault tolerance.
How many availability zones are in each region?
There are at least 3 availability zones in each region. Each availability zone has its own datacenter
Do all services support availability zones?
No. Availability zones support infrastructure components.
Name at least three Azure services that support availability zones.
What do availability sets allow you to create?
Availability sets allow you to create two or more virtual machines in different physical server racks in an Azure datacenter. Microsoft has a 99.99% availability for its SLA.
What two service categories support availability zones?
zonal services and zone redundant services.
What is a ZONAL SERVICE?
Services such as VMs, managed disks, public IP address used in VMs.
Explicitly deploy zonal services in two or more zones for maximum availability.
What happens when you create a virtual machine in Azure and deploy it to an availability zone?
Azure automatically deploys the managed disks and public IP address to the same availability zone.