Migrate to Azure File SMB Share

Nayan 40 Reputation points
2024-04-26T11:02:35.8966667+00:00

Is there any direct migration path where I can migrate 30 TB data from GCP to Files Storage , I am aware of azcopy for blob

Azure Files
Azure Files
An Azure service that offers file shares in the cloud.
1,170 questions
0 comments No comments
{count} votes

Accepted answer
  1. Sumarigo-MSFT 43,801 Reputation points Microsoft Employee
    2024-04-26T13:54:15.4633333+00:00

    @Nayan Welcome to Microsoft Q&A Forum, Thank you for posting your query here!

    With AzCopy, No. AzCopy uses our service-to-service copy APIs (e.g. PutBlobFromUrl/PutBlockFromUrl) for copies from both S3 and CGP. Those are blob APIs. The Files service does not have an equivalent API for copying directly to Files from other cloud providers. 

     

    We have ISVs that may support this scenario (https://learn.microsoft.com/en-us/azure/storage/solution-integration/validated-partners/data-management/migration-tools-comparison) for direct copies. Or if you can find a way to mount the bucket as a local file share, you should be able to use AzCopy. 

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


     Please do not forget to "Accept the answer” and “up-vote” wherever the information provided helps you, this can be beneficial to other community members.

    0 comments No comments

1 additional answer

Sort by: Most helpful
  1. Marcin Policht 11,470 Reputation points MVP
    2024-04-26T11:05:42.9166667+00:00

    Pls refer to https://learn.microsoft.com/en-us/answers/questions/1377542/is-it-possible-to-migrate-sync-move-copy-files-fro


    If the above response helps answer your question, remember to "Accept Answer" so that others in the community facing similar issues can easily find the solution. Your contribution is highly appreciated.

    hth

    Marcin

    0 comments No comments