Query on Azure Migration

SamCal22 1 Reputation point
2020-10-22T11:24:30.513+00:00

Hi,

I am new to Azure and need some guidance.

I have to migrate data from one company to the another or across two different Azure Tenants within the same Azure region. Please need some information with regards to the same:

  1. What is the best method/tool to migrate the data?
  2. Approximately how much time would be required to transfer 1TB of data?

Thank you for your support in advance.

Azure SQL Database
Azure Files
Azure Files
An Azure service that offers file shares in the cloud.
1,203 questions
SQL Server
SQL Server
A family of Microsoft relational database management and analysis systems for e-commerce, line-of-business, and data warehousing solutions.
13,131 questions
{count} votes

1 answer

Sort by: Most helpful
  1. deherman-MSFT 34,691 Reputation points Microsoft Employee
    2020-10-26T20:54:43.007+00:00

    @SamCal22
    For moving data between Azure File Shares across storage accounts I recommend AzCopy. The copy operation is synchronous so when the command returns, that indicates that all files have been copied. AzCopy uses server-to-server APIs, so data is copied directly between storage servers. We have a specific example of how to copy all file shares, directories, and files to another storage account. You can also utilize Storage Explorer to perform the copy, this allows you to use a GUI while utilizing AzCopy on the backend.

    Hope this answers your question regarding migrating the storage portion. If you have further questions please let me know!