what is the best solution for moving data into different Data Centers using country tag and following the financial services regulatory boundaries.

Dheeraj 6 Reputation points
2020-12-02T05:33:10.113+00:00

Hello Team,

We are having storage account as Gen 2 which currently does not support object replication in order to replicate the data into multiple containers.

We have scenario in which we have to move the data into different data centers depending on the country tag and we have to follow the financial services regulatory boundaries and security policy.

Can you please suggest the best practice for above scenario.

Thank you.

Azure Data Lake Storage
Azure Data Lake Storage
An Azure service that provides an enterprise-wide hyper-scale repository for big data analytic workloads and is integrated with Azure Blob Storage.
1,348 questions
Azure Cloud Services
Azure Cloud Services
An Azure platform as a service offer that is used to deploy web and cloud applications.
643 questions
Azure Data Factory
Azure Data Factory
An Azure service for ingesting, preparing, and transforming data at scale.
9,599 questions
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. HimanshuSinha-msft 19,381 Reputation points Microsoft Employee
    2020-12-02T21:20:51.497+00:00

    Hello @Dheeraj ,

    Thanks for the ask and using the forum .

    I am assuming the country tag is at the container level and the goal is to move the contents to a different storage account which is a in different region/country . I think we can get the country tag and the storage account mapping with poweshell or CLI . Once we have that we all have to map this to the destination storage account as not all country will have a data center . Once we have this mapping we can use a Azure data factory copy activity to copy the files .

    Let me know if you have questions .

    Thanks
    Himanshu