-1

I want to create a new API Management instance in EU and make sure my data in APIM can not leaves the EU geographic zone

Hoaitri Ho
  • 29
  • 1
  • 1

1 Answers1

0

Based on the Microsoft documentation, the data will not leave the configured region.

Data residency in Azure provides you with information about the data based on selected regions:

enter image description here

Most Azure services enable you to specify the region where your customer data will be stored and processed. Microsoft may replicate to other regions for data resiliency, but Microsoft will not store or process customer data outside the selected Geo. You and your users may move, copy, or access your customer data from any location globally.

Customers can configure the following Azure services, tiers, or plans to store customer data only in a single region: enter image description here

https://learn.microsoft.com/en-us/azure/api-management/api-management-howto-deploy-multi-region

Only the gateway component of API Management is deployed to all regions. The service management component and developer portal are hosted in the Primary region only.

Markus Meyer
  • 3,327
  • 10
  • 22
  • 35