Which statement best describes an Azure region?
Think about where Azure places its physical infrastructure.
An Azure region is a set of datacenters deployed within a specific geographic area. It is not just one datacenter or a software service.
What is the main purpose of Azure Availability Zones within a region?
Think about how Azure ensures your app stays running even if one part fails.
Availability Zones are physically separate datacenters within a region designed to keep applications running during failures.
If an entire Azure region experiences an outage, what happens to the Availability Zones within that region?
Consider the scope of a region outage versus zones inside it.
Availability Zones are isolated within a region, so if the whole region fails, all zones inside it are affected.
Why is choosing the correct Azure region important for data residency and compliance?
Think about laws that require data to stay in certain countries.
Many countries require data to be stored within their borders. Choosing the right region ensures compliance with these laws.
You want to design an application that remains available even if an entire Azure region fails. Which approach is best?
Think about surviving a full region failure, not just zone failures.
Deploying across multiple regions protects against region-wide failures. Availability Zones protect only within a region.