AZ-900Chapter 127 of 127Objective 3.2

Azure Region Selection for Compliance

This chapter covers how to select an Azure region to meet compliance and data residency requirements — a critical skill for any cloud architect. For the AZ-900 exam, this falls under Domain 3: Azure Management and Governance, Objective 3.2: Describe Azure compliance and governance features. This objective area carries approximately 15-20% of the exam weight, and region selection for compliance is a frequently tested subtopic. You'll learn why region choice matters for legal and regulatory compliance, how Azure enforces data residency, and how to use Azure Policy and Blueprints to enforce region restrictions. By the end, you'll be able to answer exam questions about sovereign regions, data boundary guarantees, and compliance certifications tied to specific regions.

25 min read
Beginner
Updated May 31, 2026

Choosing a Safe Deposit Box Location

Imagine you run a chain of jewelry stores across Europe and need to store your most valuable diamonds in a vault. You don't own the vaults — you rent secure boxes from a global safe deposit company. Each city where the company has a branch is like an Azure region. Now, consider compliance: Germany's laws require that personal data of German citizens never leave the country. If you store a diamond belonging to a German client in a box in Paris, you've violated the law. So you must choose a box in Berlin or Frankfurt. But there's more: the vaults are interconnected by armored couriers (Azure's backbone network), so you can move diamonds between boxes quickly, but the law says you cannot move a German diamond out of Germany. The safe deposit company guarantees that if you select a box in Berlin, the diamond physically stays in Berlin — it never gets shipped to another vault even for backup, unless you explicitly allow it and the destination is also in Germany. This is exactly how Azure regions work for data residency: when you deploy a resource in a specific region, Azure commits that the data at rest stays within that region's boundaries, unless you configure geo-replication. Just as you'd audit the safe deposit company's compliance certifications (ISO 27001, SOC 2) before renting, you check Azure's compliance offerings per region. The company's terms of service (Azure's Data Processing Addendum) legally bind them to respect data boundaries. So, selecting a region for compliance is like picking a safe deposit box in a jurisdiction that matches your legal obligations.

How It Actually Works

What Is Azure Region Selection for Compliance?

Azure regions are geographical areas containing one or more datacenters that are connected through a dedicated low-latency network. When you deploy a resource, you choose a region — for example, East US, West Europe, or Southeast Asia. For compliance, the region determines where your data is stored at rest and where it is processed. Many organizations have legal obligations to keep data within specific geographical boundaries. For instance, the European Union's General Data Protection Regulation (GDPR) requires that personal data of EU citizens remain within the European Economic Area (EEA) unless explicit safeguards are in place. Similarly, financial institutions in the United States may need to keep data within US borders per regulations like the Gramm-Leach-Bliley Act. Azure provides a wide selection of regions worldwide, including specialized sovereign regions (e.g., Azure Government in the US, Azure China 21Vianet) that offer additional compliance assurances.

How Does Azure Enforce Data Residency?

Azure enforces data residency through contractual commitments and technical controls. When you create a resource in a specific region, Azure's default behavior is to keep that resource's data at rest within that region. For example, an Azure SQL Database deployed in West Europe will have its data files stored on disks in West Europe datacenters. However, some services, like Azure Backup or Azure Site Recovery, can replicate data to another region if you configure geo-redundancy. For compliance, you must ensure that such replication does not violate data residency rules. Azure's Data Processing Addendum (DPA) contractually binds Microsoft to respect your region choice. Additionally, Azure Policy allows you to enforce region restrictions at the subscription or management group level, preventing users from deploying resources in non-compliant regions.

Key Components: Regions, Geographies, and Sovereign Regions

Azure organizes regions into geographies. A geography is a discrete market, typically containing two or more regions, that preserves data residency and compliance boundaries. For example, the Europe geography includes West Europe (Netherlands) and North Europe (Ireland). Data can be replicated between regions within the same geography for disaster recovery without leaving the geography. This is important for GDPR compliance: data stored in West Europe can be replicated to North Europe and still remain within the EEA. Azure also offers sovereign regions: Azure Government (US) for US government agencies and their partners, Azure China 21Vianet operated by 21Vianet in China, and Azure Germany (deprecated, now using standard regions). These sovereign regions have additional compliance certifications and are physically and logically isolated from the public Azure cloud.

Pricing Models and Compliance

Region selection can affect pricing. Not all services are available in all regions, and pricing may vary. For compliance, you may be forced to use a region with higher costs. For example, a financial services company in Singapore might need to store data within Singapore, so they must use the Southeast Asia region even if East US is cheaper. Azure provides a pricing calculator to estimate costs per region. There is no additional charge for choosing a region — you pay for the resources you use, but the same resource type may have different rates in different regions due to local infrastructure costs.

Comparison to On-Premises Equivalent

In on-premises datacenters, you own the physical infrastructure, so you have full control over data location — but at the cost of capital expenditure and maintenance. With Azure, you trade control for convenience. You must trust that Azure honors its contractual data residency commitments. The on-premises equivalent would be building your own datacenter in a specific country — expensive and slow. Azure regions give you the ability to deploy globally in minutes while maintaining compliance, but you must carefully read the DPA and understand which services support data residency.

Azure Portal and CLI Touchpoints

In the Azure portal, when you create a resource, the first step is selecting a region. The portal shows a list of regions, and you can filter by geography. You can also use Azure Policy to enforce allowed regions. With the Azure CLI, you can list regions:

az account list-locations --query "[].{Name:name, DisplayName:displayName}" --output table

To set a policy restricting regions, you would use Azure Policy definitions. For example, the built-in policy "Allowed locations" allows you to specify which regions are permitted. You can assign it at a subscription scope:

az policy assignment create --name "restrict-regions" --policy "e56962a6-4747-49cd-b67b-bf8b01975c4c" --params '{"listOfAllowedLocations":{"value":["westeurope","northeurope"]}}'

This ensures no resources can be created outside the allowed regions. For compliance, you can also use Azure Blueprints to deploy a set of policies and role assignments that enforce region restrictions and compliance standards.

Business Scenarios

Consider a healthcare provider in Australia that must comply with the Privacy Act 1988, which requires health data to be stored in Australia. They would deploy all resources in the Australia East or Australia Southeast regions. They would use Azure Policy to block deployments in other regions. They would also configure Azure SQL Database to use locally redundant storage (LRS) rather than geo-redundant storage (GRS) to prevent data from replicating outside Australia. Another scenario: a global e-commerce company handling EU customer data must ensure data stays within the EU. They deploy in West Europe or North Europe and use Azure Policy to enforce that. They may also use Azure Information Protection to label data and prevent accidental export.

Step-by-Step: Ensuring Compliance Through Region Selection

Step 1: Identify Compliance Requirements First, determine the regulatory frameworks applicable to your organization. Common ones include GDPR, HIPAA, FedRAMP, and PCI DSS. Each has specific data residency and processing requirements. For example, GDPR requires that personal data of EU citizens be stored within the EEA unless adequacy decisions exist. Identify the countries or regions where your data must reside.

Step 2: Map Requirements to Azure Geographies Azure's geography documentation lists which regions belong to which geography and what compliance certifications each geography offers. For instance, the US Government geography includes US Gov Virginia and US Gov Texas, which have FedRAMP High and DoD IL5 certifications. Use the Azure compliance documentation to verify that the geography meets your needs.

Step 3: Select a Region Within the Geography Choose a region that offers the services you need. Not all services are available in every region. Use the Azure Products by Region page to check availability. For example, if you need Azure Kubernetes Service (AKS) in Canada, you must use Canada Central or Canada East. Also consider latency to your users. For compliance, you may need to choose a region that is physically within the required jurisdiction.

Step 4: Enforce Region Restrictions with Azure Policy Create a policy assignment using the built-in "Allowed locations" policy to restrict resource creation to the approved regions. You can also create custom policies to deny deployment if a resource does not meet region criteria. This prevents accidental deployment in non-compliant regions.

Step 5: Configure Data Replication Settings For services that offer geo-replication, such as Azure Storage, SQL Database, and Cosmos DB, ensure that replication is configured to stay within the same geography. For example, for Azure Storage, choose Locally Redundant Storage (LRS) or Zone-Redundant Storage (ZRS) instead of Geo-Redundant Storage (GRS) if cross-geography replication is not allowed. For SQL Database, configure active geo-replication only to regions within the same geography.

Step 6: Monitor Compliance with Azure Policy and Azure Blueprints Use Azure Policy's compliance dashboard to audit existing resources for region compliance. Azure Blueprints can package policies, role assignments, and resource groups to enforce compliance at scale. Regularly review the compliance state and remediate any non-compliant resources.

Real-World Scenario: Healthcare Data in the EU

A hospital chain in Germany needs to migrate patient records to Azure. They must comply with GDPR and the German Bundesdatenschutzgesetz (BDSG), which require data to stay within Germany or the EU. The team selects the West Europe region (Netherlands) and North Europe (Ireland) as allowed regions. They create an Azure Policy to deny any resource creation outside these two regions. They configure Azure SQL Database with locally redundant backup and disable geo-replication. They also use Azure Blueprints to deploy a standardized environment with built-in compliance policies. Cost: They compare pricing between West Europe and North Europe and choose West Europe for lower latency to their German users. What could go wrong? If a developer accidentally creates a storage account in East US, the policy will deny it. But if they had not enforced policy, data could have been stored in the US, violating GDPR and leading to fines up to 4% of annual global turnover. Additionally, if they had enabled geo-redundant storage without realizing it replicates to a paired region in a different geography (e.g., West Europe pairs with East US? Actually, West Europe pairs with North Europe, both in EU — but some pairings cross geographies, e.g., East US pairs with West US — but that's within US. However, for sovereign regions, pairings may cross. Always check the paired region list. In this scenario, West Europe's paired region is North Europe (both in EU), so GRS would be safe. But if they used a region like France Central, its paired region is France South (both in France), so still safe. The key is to know the pairing.

Exam Focus for AZ-900 Objective 3.2

The AZ-900 exam tests your understanding of how Azure regions support compliance. Specifically, you need to know:

- The difference between a region and a geography. - The purpose of sovereign regions (Azure Government, Azure China). - How data residency is guaranteed. - How Azure Policy can enforce region restrictions. Common wrong answers: 1. "All Azure regions are compliant with all regulations." Reality: Compliance certifications are region-specific. For example, Azure Government regions have FedRAMP High, but commercial regions may not. 2. "You can store data in any region and it will never leave that region." Reality: Some services replicate data by default to a paired region for disaster recovery. You must disable or configure replication to stay within geography. 3. "Azure guarantees data residency for all services." Reality: Data residency commitments vary by service. Some services, like Azure Traffic Manager, do not store customer data at rest. Others, like Azure SQL Database, store data in the selected region but may process data in other regions for support. Memory trick: Think of a geography as a fenced yard with multiple sheds (regions). Your data can move between sheds within the same yard but cannot leave the yard unless you build a gate (geo-replication). Azure Policy is the lock on the gate that prevents data from going to the wrong yard. Edge cases: The exam may ask about the paired region concept. For example, if you choose West US, its paired region is East US (both in US). But if you choose Brazil South, its paired region is South Central US (which is in the US). That means data replicated via GRS would leave Brazil, which could violate Brazil's data protection law (LGPD). So you must choose LRS or ZRS instead.

Misconceptions

Myth: "All Azure regions are within the same geography." Reality: Azure has multiple geographies (e.g., Europe, US, Asia Pacific). Regions are grouped into geographies based on data residency boundaries.

Myth: "Azure Policy can automatically move data to a compliant region." Reality: Azure Policy only prevents creation of resources in non-compliant regions; it does not move existing data. You must migrate data manually.

Myth: "Sovereign regions are just regular regions with extra compliance labels." Reality: Sovereign regions are physically and logically isolated from commercial Azure, operated by different entities (e.g., 21Vianet in China), and have separate compliance certifications.

Myth: "Data at rest always stays in the selected region." Reality: Some services, like Azure Backup, may store backup data in a paired region if you choose geo-redundancy. Always check replication settings.

Myth: "Compliance is only about data residency." Reality: Compliance also includes certifications (e.g., HIPAA, SOC 2), encryption, and auditing. Region selection is one part of a broader compliance strategy.

Comparisons

Azure Geography vs. Azure Region: A geography is a collection of regions that preserve data residency and compliance boundaries. A region is a single datacenter area within a geography. For example, the Europe geography contains West Europe and North Europe regions. Geographies are fault-tolerant to complete region failure because they contain multiple regions.

Azure Commercial vs. Azure Government: Azure Commercial is the public cloud used by most organizations. Azure Government is a sovereign cloud for US government agencies and their partners, with additional compliance certifications like FedRAMP High and DoD IL5. Azure Government is physically isolated from commercial Azure and is operated by screened US personnel.

Locally Redundant Storage (LRS) vs. Geo-Redundant Storage (GRS): LRS replicates data three times within a single datacenter in the same region. GRS replicates data to a paired region in the same geography. For compliance where data must not leave the geography, GRS is acceptable if the paired region is in the same geography. However, if the paired region is in a different geography (e.g., Brazil South paired with South Central US), then GRS violates data residency.

Key Takeaways

Azure regions are grouped into geographies that define data residency boundaries.

Sovereign regions like Azure Government and Azure China 21Vianet are isolated for specific compliance needs.

Azure Policy can enforce region restrictions to prevent non-compliant deployments.

Data replication settings must be configured to stay within the required geography.

Not all Azure services are available in every region; check the Products by Region page.

The paired region for geo-redundancy may cross geographies; always verify.

Compliance certifications vary by region; review the Azure compliance documentation.

Azure Blueprints can package policies and resources to enforce compliance at scale.

The exam expects you to know the difference between a region and a geography.

Common exam scenario: A company must keep data in the EU; you recommend West Europe or North Europe, and use Azure Policy to block other regions.

FAQ

Q: What is the difference between an Azure region and a geography? A: An Azure region is a set of datacenters within a specific area (e.g., West US). A geography is a larger boundary that contains at least one region and preserves data residency. For example, the United States geography contains multiple regions like East US and West US. Geographies are designed to contain data within a sovereign boundary.

Q: Can I store data in any Azure region and trust it will never leave? A: Not automatically. Azure commits to keeping data at rest in the selected region, but some services replicate data to a paired region for disaster recovery. You must configure replication settings (e.g., choose LRS over GRS) to prevent data from leaving the geography. Always review the service's data residency documentation.

Q: How do I enforce that only specific regions are used in my Azure subscription? A: Use Azure Policy with the built-in "Allowed locations" policy. Assign it at the subscription or management group level to deny creation of resources outside the allowed regions. You can also create custom policies for more granular control.

Q: What are sovereign regions and when should I use them? A: Sovereign regions are isolated instances of Azure for specific government or regulatory requirements. Examples: Azure Government (US), Azure China 21Vianet. Use them when your organization must comply with regulations like FedRAMP or when operating in China requires a local partner.

Q: Does Azure guarantee data residency for all services? A: No. Azure commits to data residency for most services that store customer data at rest, but some services (e.g., Azure Active Directory, Azure Traffic Manager) do not store customer data in a specific region. Always check the Data Residency in Azure page for each service.

Q: What is a paired region and why does it matter for compliance? A: A paired region is another region within the same geography that Azure uses for disaster recovery replication. For example, West Europe is paired with North Europe. If you enable geo-redundant storage, data replicates to the paired region. This is fine if both regions are in the same geography. But some pairings cross geographies (e.g., Brazil South pairs with South Central US), which may violate data residency laws.

Q: How does Azure Policy help with compliance? A: Azure Policy allows you to define rules that enforce compliance, such as restricting resource creation to specific regions. It also provides compliance dashboards to audit existing resources. Combined with Azure Blueprints, you can deploy a consistent set of policies across subscriptions.

Meta Title

Azure Region Selection for Compliance | AZ-900 Study Guide

Meta Description

Learn how to select Azure regions for data residency and compliance for AZ-900. Understand geographies, sovereign regions, and Azure Policy enforcement.

Estimated Read Minutes

25

Walk-Through

1

Identify Compliance Requirements

Start by listing the regulatory frameworks your organization must follow, such as GDPR, HIPAA, or PCI DSS. Determine the specific data residency requirements — for example, GDPR requires EU personal data to stay within the EEA. Also note any industry-specific standards, like FedRAMP for US government. This step is crucial because it dictates which Azure geographies are acceptable. Without this, you might choose a region that violates a law. Document the countries or regions where data must reside.

2

Map Requirements to Azure Geographies

Azure divides its regions into geographies that align with data residency boundaries. For example, the Europe geography includes West Europe and North Europe. Consult the Azure compliance documentation to see which geographies have the certifications you need. For instance, if you need FedRAMP High, you must use the US Government geography. This mapping ensures that any region you choose within the geography will keep data within the required jurisdiction.

3

Select a Region Within the Geography

Once you have a geography, choose a specific region that offers the Azure services you need. Use the Azure Products by Region page to verify availability. For example, if you need Azure Cognitive Services, check that they are available in your chosen region. Also consider latency to your users and cost. For compliance, ensure the region is physically within the required country or area. For example, for UK data, use UK South or UK West.

4

Enforce Region Restrictions with Azure Policy

Create an Azure Policy assignment using the built-in 'Allowed locations' policy to restrict resource creation to your approved regions. This prevents developers from accidentally deploying in non-compliant regions. You can assign the policy at the subscription or management group level. For example, to allow only West Europe and North Europe, set the policy parameters to those regions. Any attempt to create a resource in another region will be denied.

5

Configure Data Replication Settings

For services that offer replication, such as Azure Storage or SQL Database, set the replication option to stay within the geography. Choose Locally Redundant Storage (LRS) or Zone-Redundant Storage (ZRS) over Geo-Redundant Storage (GRS) if the paired region is outside the required geography. For SQL Database, disable geo-replication or configure active geo-replication only to regions within the same geography. This step is critical for maintaining data residency.

6

Monitor and Audit Compliance Continuously

Use Azure Policy's compliance dashboard to regularly check that all resources are in allowed regions. Set up alerts for non-compliant resources. Azure Blueprints can help deploy a consistent set of policies across multiple subscriptions. Periodically review changes in compliance requirements or Azure region offerings. For example, if a new region opens in your geography, you may need to update your policy to allow it.

What This Looks Like on the Job

Scenario 1: European Bank Complying with GDPR A large bank headquartered in Frankfurt needs to migrate its customer data to Azure. GDPR mandates that personal data of EU citizens must remain within the EEA. The bank's compliance team identifies that the Europe geography (West Europe and North Europe) meets this requirement. They select West Europe for its proximity to Frankfurt. They create an Azure Policy at the management group level to allow only West Europe and North Europe. For Azure SQL Database, they configure backups with locally redundant storage to prevent any data from leaving the EU. They also use Azure Blueprints to deploy a standardized environment with built-in policies and role assignments. What could go wrong? If a developer enables geo-redundant storage, data would replicate to North Europe (still in EU) — that's fine. But if the bank later expands to use Azure Front Door, they must ensure that edge locations do not cache data outside the EU. They configure Front Door to only use origins in West Europe and disable caching at edge locations outside the EEA. Cost: West Europe is slightly more expensive than North Europe, but the latency benefit justifies it. The bank saves money by using reserved instances for their VMs.

Scenario 2: US Healthcare Provider Under HIPAA A hospital network in Texas must comply with HIPAA, which requires that protected health information (PHI) be stored within the United States. They choose the US geography, specifically South Central US (Texas) for low latency. They use Azure Policy to restrict all resources to US regions (East US, West US, South Central US, etc.). For Azure Storage, they use geo-redundant storage (GRS) to replicate to the paired region (North Central US), which is still within the US. They also enable encryption at rest and in transit. They sign a Business Associate Agreement (BAA) with Microsoft, which is available for all US commercial regions. What could go wrong? If they accidentally deploy in a region outside the US, such as Canada Central, they could face HIPAA violations. Azure Policy prevents this. However, if they use a third-party service that stores data in another region, that could be a problem. They must vet all services. Cost: They use Azure Hybrid Benefit to reduce Windows Server costs.

Scenario 3: Chinese Subsidiary Using Azure China 21Vianet A multinational corporation has a subsidiary in China. Chinese law requires that data of Chinese citizens be stored within China and that the cloud provider be operated by a Chinese company. They choose Azure China 21Vianet, which is a physically isolated instance of Azure operated by 21Vianet. They deploy all resources in China North 2 (Beijing) or China East 2 (Shanghai). They cannot use Azure Policy in the same way because Azure China has its own policy service. They must ensure that no data is replicated to commercial Azure regions. They configure all storage to use locally redundant storage. What could go wrong? If they try to use a global Azure service like Azure DevOps, it may not be available in Azure China. They must use local alternatives. Cost: Pricing in Azure China is different and generally higher due to operational costs.

How AZ-900 Actually Tests This

The AZ-900 exam tests Objective 3.2: Describe Azure compliance and governance features, which includes region selection for compliance. Expect 2-3 questions on this topic. The exam will ask you to identify the correct region or geography for a given compliance requirement, or to explain how Azure Policy enforces region restrictions.

Common wrong answers and why candidates choose them: 1. "All Azure regions are compliant with GDPR." This is false because GDPR compliance is a shared responsibility. Azure regions within the EEA are compliant, but regions outside are not automatically compliant. Candidates choose this because they think Azure handles all compliance. 2. "You can only use one region for all resources." This is false because you can use multiple regions as long as they are within the allowed geography. Candidates think compliance means a single region. 3. "Azure Policy moves data to compliant regions." Azure Policy only denies creation; it does not migrate data. Candidates confuse policy enforcement with data migration. 4. "Sovereign regions are just regular regions with extra certifications." They are physically isolated and operated separately. Candidates underestimate the isolation.

Specific terms that appear verbatim on the exam: geography, paired region, sovereign region, data residency, Azure Policy, allowed locations.

Edge cases: The exam may present a scenario where a company needs to keep data in Canada. The correct answer is Canada Central or Canada East, which are in the Canada geography. If the question mentions disaster recovery, you need to know that Canada Central's paired region is Canada East (both in Canada). So GRS is allowed. Another edge: Brazil South's paired region is South Central US, which is not in Brazil. So if a Brazilian company needs data to stay in Brazil, they must use LRS or ZRS.

Memory trick: Remember the acronym GRaP: Geography, Region, Policy. First identify the Geography that matches the compliance boundary, then choose a Region within it, then enforce with Policy. For replication, think 'Stay in the Geo' — if the paired region is in the same geography, GRS is fine; otherwise, use LRS or ZRS.

Decision tree for eliminating wrong answers: If the question asks about keeping data within a country, look for an answer that mentions a region in that country or the corresponding geography. If the answer mentions any region outside, eliminate it. If the answer says 'any region' or 'all regions', eliminate it. If the answer involves Azure Policy, ensure it is about denying creation, not moving data. If the answer mentions sovereign regions, only choose that if the scenario involves government or China.

Key Takeaways

Azure regions are grouped into geographies that define data residency boundaries.

Sovereign regions like Azure Government and Azure China 21Vianet are isolated for specific compliance needs.

Azure Policy can enforce region restrictions using the 'Allowed locations' policy.

Data replication settings must be configured to stay within the required geography (e.g., use LRS or ZRS instead of GRS if the paired region is outside).

Not all Azure services are available in every region; check the Products by Region page.

The paired region for geo-redundancy may cross geographies (e.g., Brazil South pairs with South Central US).

Compliance certifications vary by region; review the Azure compliance documentation.

Azure Blueprints can package policies and resources to enforce compliance at scale.

The exam expects you to know the difference between a region and a geography.

Common exam scenario: A company must keep data in the EU; recommend West Europe or North Europe and use Azure Policy to block other regions.

Easy to Mix Up

These come up on the exam all the time. Here's how to tell them apart.

Azure Geography

Contains one or more regions

Preserves data residency and compliance boundaries

Examples: Europe, US, Asia Pacific

Fault-tolerant to region failure

Data can be replicated between regions within the same geography

Azure Region

A single datacenter area within a geography

Examples: West Europe, East US

Data at rest is stored within that region

May have a paired region for disaster recovery

Not all services available in all regions

Watch Out for These

Mistake

All Azure regions have the same compliance certifications.

Correct

Compliance certifications vary by region. For example, Azure Government regions have FedRAMP High, but commercial regions may not. Always check the compliance offerings per region.

Mistake

Data stored in an Azure region never leaves that region.

Correct

By default, data at rest stays in the selected region, but some services replicate data to a paired region for disaster recovery. You must configure replication settings to prevent data from leaving the geography.

Mistake

Azure Policy can automatically migrate data to a compliant region.

Correct

Azure Policy only enforces rules on new resources; it does not move existing data. To migrate data, you must use Azure Site Recovery, Azure Data Box, or other tools.

Mistake

Sovereign regions like Azure Government are just regular regions with extra compliance labels.

Correct

Sovereign regions are physically and logically isolated from commercial Azure, operated by different entities (e.g., 21Vianet in China), and have separate compliance certifications and operational procedures.

Mistake

If you choose a region, all services automatically store data only in that region.

Correct

Some services, like Azure Traffic Manager or Azure DNS, do not store customer data at rest. Others, like Azure Front Door, may cache content at edge locations worldwide. You must configure each service according to its data residency capabilities.

Frequently Asked Questions

What is the difference between an Azure region and a geography?

An Azure region is a set of datacenters within a specific area (e.g., West US). A geography is a larger boundary that contains at least one region and preserves data residency. For example, the United States geography contains multiple regions like East US and West US. Geographies are designed to contain data within a sovereign boundary and are fault-tolerant to region failure.

Can I store data in any Azure region and trust it will never leave?

Not automatically. Azure commits to keeping data at rest in the selected region, but some services replicate data to a paired region for disaster recovery. You must configure replication settings (e.g., choose LRS over GRS) to prevent data from leaving the geography. Always review the service's data residency documentation.

How do I enforce that only specific regions are used in my Azure subscription?

Use Azure Policy with the built-in 'Allowed locations' policy. Assign it at the subscription or management group level to deny creation of resources outside the allowed regions. You can also create custom policies for more granular control, such as requiring specific regions for specific resource types.

What are sovereign regions and when should I use them?

Sovereign regions are isolated instances of Azure for specific government or regulatory requirements. Examples: Azure Government (US), Azure China 21Vianet. Use them when your organization must comply with regulations like FedRAMP or when operating in China requires a local partner. They are physically and logically isolated from commercial Azure.

Does Azure guarantee data residency for all services?

No. Azure commits to data residency for most services that store customer data at rest, but some services (e.g., Azure Active Directory, Azure Traffic Manager) do not store customer data in a specific region. Always check the Data Residency in Azure page for each service. For services that do store data, the commitment is contractual via the Data Processing Addendum.

What is a paired region and why does it matter for compliance?

A paired region is another region within the same geography that Azure uses for disaster recovery replication. For example, West Europe is paired with North Europe. If you enable geo-redundant storage, data replicates to the paired region. This is fine if both regions are in the same geography. But some pairings cross geographies (e.g., Brazil South pairs with South Central US), which may violate data residency laws.

How does Azure Policy help with compliance?

Azure Policy allows you to define rules that enforce compliance, such as restricting resource creation to specific regions. It also provides compliance dashboards to audit existing resources. Combined with Azure Blueprints, you can deploy a consistent set of policies across subscriptions. For example, you can create a policy that denies any resource if its location is not in the allowed list.

Terms Worth Knowing

Ready to put this to the test?

You've just covered Azure Region Selection for Compliance — now see how well it sticks with free AZ-900 practice questions. Full explanations included, no account needed.

Done with this chapter?