Moving Data from One region to another using Azure Data Factory
Apr 18, 2021
Load TPCH_SF10000 from one Blob storage to another
Prerequisite
- Azure Account
- Azure Blob Storage
- Azure Data factory
- Get the source blob connection string details
Azure Data Factory
- Create a copy pipeline
- Follow the settings as below
- I am using 16 cores
- Now connect to source
- use your source blob connection string
- source blob linkedn service connection details
- Now configure your own blob container as destination
- your blob connection details for linked services
- Make sure select binary copy
- Save the pipeline
- Now publish the pipeline
- Click Add trigger and click now
- Wait for the job to complete
- It took about 3:53 minutes to complete
- Performance details on how much was transferred
tpchtest/dataload.md at main · balakreshnan/tpchtest (github.com)