What Is EU DataZone?

By Weapp · Updated

EU DataZone is a deployment type in Azure AI Foundry that sits between globally routed Global and the tightly region-locked single-region. It keeps processing within the EU data zone while giving broader model coverage than a single region. Global is the default and must be actively opted out of for data to stay in the EU.

When you deploy an AI model in Azure AI Foundry, you’re not just choosing which model, but also how it should run. That choice – the deployment type – decides where your data is processed. EU DataZone is the middle option, and understanding it is critical for anyone who wants to keep data in Europe.

Three deployment types, different data residency

Azure AI Foundry effectively offers three levels for where processing happens:

Deployment typeWhere data is processed
Global (default)Anywhere globally
DataZoneWithin the EU data zone
Standard / single-regionA single designated region

The key point: only DataZone and single-region keep data within the EU. Global routes calls wherever capacity exists, regardless of where your resource was created. And Global is the default – it has to be actively opted out of. So if you create a deployment on autopilot, you end up with the one option that doesn’t give you EU residency.

The difference between DataZone and single-region is worth understanding for a buyer, since “within the EU” can mean two different things. DataZone keeps processing within a European data zone spanning several regions – calls can be balanced between them for capacity reasons, but never leave the zone. Single-region instead pins processing to a single designated region, for example Sweden or West Europe. For most GDPR purposes, it’s enough that data stays within the EU, and then DataZone is sufficient. If you have a requirement to point to exactly which country processing happens in – which comes up in certain procurements and sector-specific rules – you need single-region. Knowing which level your requirement actually sits at saves you from choosing unnecessarily narrow.

New models arrive as Global first

An important trap concerns the timeline. New models are typically released as Global first, and become available as DataZone or single-region later. That means the most in-demand, newest model is often only available in the deployment type that routes globally.

For an organization that wants to stay on the cutting edge, this becomes a conflict: the newest model and strict residency aren’t always available at the same time. The earliest available deployment type for a new model should therefore never be assumed to be residency-safe. If you want to combine the latest model with EU residency, you may need to wait until the DataZone variant is released.

The trade-off: model coverage versus control

The choice between DataZone and single-region is a trade-off:

  • DataZone gives broad model coverage with routing within the EU data zone. You get access to more models, and Azure can balance load between EU regions. Control sits at the data-zone level, not the individual region.
  • Single-region gives the tightest pinning – data stays in a designated region – but at the cost of a narrower model selection.

A concrete example: a regulated organization that needs to be able to point to exactly which region processing happens in chooses single-region and accepts that not every model is available there. A company that prioritizes access to more models, but still wants to stay within the EU, chooses DataZone. There’s no universally right answer – it depends on how strict the residency requirement is.

Common mistakes to avoid

Three traps come up repeatedly when organizations deploy in Foundry:

  • Trusting the default. Global is the default and routes globally. If you create a deployment without actively switching the SKU, you get no EU residency, no matter which EU region you chose for the resource.
  • Assuming the newest model is residency-safe. New models are released as Global first. The earliest available variant is therefore rarely the one you want if residency is a requirement.
  • Locking the architecture to a specific model. Model availability per deployment type changes, and a solution that assumes a specific DataZone model may need to be rebuilt when it’s phased out.

Build for change

The most important takeaway: model availability per deployment type changes often. Models get added, move between types, and get phased out. An architecture that assumes a specific model will always be available as DataZone is fragile.

So check Microsoft’s current region availability documentation before every decision, and build so that changing a model or deployment type doesn’t tear down the whole solution. Want to see how the DataZone choice connects to EU Data Boundary, retention, and government access across a full AI project? There’s more on our AI page. Need help setting the right deployment strategy? Get in touch.

Frequently asked questions

What's the difference between Global, DataZone, and single-region?

Global routes calls anywhere in the world and is the default. DataZone keeps processing within the EU data zone but can move load between EU regions. Single-region (Standard/regional) pins data to a single region. Only DataZone and single-region keep data in the EU – Global has to be actively opted out of.

Why does it matter that Global is the default?

Because it's easy to miss. If you create a deployment without changing the SKU, you end up on Global, which routes globally even if the resource is located in an EU region. If you want EU residency, you have to deliberately choose DataZone or single-region – otherwise you think you're within the EU while the traffic is going out.

Can I always choose DataZone for the latest model?

Not always. New models are often released as Global first and become available as DataZone or single-region later. The earliest available deployment type for a new model should therefore never be assumed to be residency-safe – check the current region availability before you build it into a sensitive flow.

When should I choose single-region instead of DataZone?

Single-region gives the tightest pinning: data stays in a single region. It suits cases where data residency requirements are strict and you need to point to exactly where processing happens. The price is a narrower model selection. DataZone gives broader model coverage with routing within the EU data zone – a trade-off between control and access.

Does which models are available per deployment type change?

Yes, often. Model availability per deployment type is fluid – models get added, change availability, and get phased out. Don't lock an architecture to the assumption that a specific model will always be available as DataZone. Check Microsoft's current region availability documentation before every decision.