Azure regions restrictions

AzurePro 40 Reputation points
2025-03-03T04:48:15.7466667+00:00

My company has global presence. We are using India Region where Landing zone is there and Web apps resides.

Our Singapore office used to access our web application in India before But now they have requirement that Singapore data should not outside of Singapore region.

My question -

  1. Do i need to create a separate Azure portal ( Azure tenant ) in Singapore Region and again create landing zone in Singapore region and built web app using all azure services in Singapore region?
  2. How can we achieve this?
Azure Static Web Apps
Azure Static Web Apps
An Azure service that provides streamlined full-stack web app development.
1,094 questions
0 comments No comments
{count} votes

2 answers

Sort by: Most helpful
  1. Andreas Baumgarten 118.8K Reputation points MVP
    2025-03-03T06:35:18.4933333+00:00

    Hi @AzurePro ,

    to separate the data stored in India and Singapore you don't need a different Azure Tenant.

    To achieve the requirement of data separation per country you need to deploy in Singapore (using the Azure location/region in Singapore for all related Azure resources):

    • A new Landing zone
    • New Web apps

    (If the reply was helpful please don't forget to upvote and/or accept as answer, thank you)

    Regards

    Andreas Baumgarten


  2. Shree Hima Bindu Maganti 3,520 Reputation points Microsoft External Staff
    2025-03-05T15:29:08.1266667+00:00

    Hi @AzurePro ,
    Thanks for reaching out to Microsoft Q&A.
    Addition of Andreas Baumgarten response to meet Singapore's data residency rules, we recommend setting up a dedicated Azure landing zone in the Singapore region while keeping the current Azure tenant. This way, all apps, databases, and storage handling Singapore data stay local, preventing any data from leaving the country. Azure's compliance frameworks help meet regulatory standards and keep connectivity smooth between global deployments. Services like Azure Traffic Manager or Azure Front Door can route Singapore users to the regional setup, ensuring low latency and a great user experience. For stricter isolation, you could consider a separate Azure subscription within the same tenant or a new tenant in Singapore, though this adds some complexity in governance and identity management. Microsoft provides detailed documentation to guide the implementation of a region-specific architecture while staying compliant and scalable. Data Residency and Compliance in Azure, Azure Global Infrastructure, and Multitenant Governance
    If the answer is helpful, please click Accept Answer and kindly upvote it so that other people who faces similar issue may get benefitted from it.
    Please let us know if you need further assistance.


Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.