How to move data from blob storage safely from one region to another ?

sakuraime 2,341 Reputation points
2022-01-15T15:43:38.64+00:00

I have data factory and also 2 blob storage account locate in two Azure region , how to copy data safely between two region using data factory?

Azure Storage
Azure Storage
Globally unique resources that provide access to data management services and serve as the parent namespace for the services.
3,529 questions
Azure Data Factory
Azure Data Factory
An Azure service for ingesting, preparing, and transforming data at scale.
11,624 questions
0 comments No comments
{count} votes

2 answers

Sort by: Most helpful
  1. Nandan Hegde 36,146 Reputation points MVP Volunteer Moderator
    2022-01-15T17:40:34.143+00:00

    Hey,
    As storage account and data factory, both being cloud offerings; you can connect to blob (irrespective of region) via ADF through managed identity being most secure mechanisms.

    You can then use copy activity to transfer data between the two blobs.

    Hope this is what you were asking for else please provide some additional details


  2. Sumarigo-MSFT 47,466 Reputation points Microsoft Employee Moderator
    2022-01-18T13:34:42.51+00:00

    @sakuraime Firstly, apologies for the delay in responding here and any inconvenience this issue may have caused.

    Security measurement need to be take care for this one ? If both storage account in the specific region required private endpoint access , Do I need self-host IR VM in Azure ? and Do I need two self-host IR VM , each region has one? No, Please refer to the below articles which provides detailed information of your query

    This article outlines how to use the Copy activity in Azure Data Factory and Azure Synapse pipelines to copy data from and to Azure Blob storage. It also describes how to use the Data Flow activity to transform data in Azure Blob storage. To learn more read the Azure Data Factory and the Azure Synapse Analytics introduction articles: https://learn.microsoft.com/en-us/azure/data-factory/connector-azure-blob-storage?tabs=data-factory

    To move a storage account, create a copy of your storage account in another region. Then, move your data to that account by using AzCopy, or another tool of your choice.

    Please let us know if you have any further queries. I’m happy to assist you further.

    ----------

    Please do not forget to 166045-screenshot-2021-12-10-121802.png and “up-vote” wherever the information provided helps you, this can be beneficial to other community members.


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.