Has anyone come across a efficient way of moving files from One Drive into Azure File Share?

Khalil Wood 1 Reputation point
2022-08-31T22:08:36.927+00:00

Scenario: User has One Drive Files and I would like to get those Files and move them to Azure File Share.

From reading documentation I have found out that it can be done by 1. Command Line (Robo Copy & AZcopy)? 2. Migration tool (Azure File Sync)? 3. Any 3rd Party Software? 4. Download One Drive files to a On-Prem Server from One Drive Cloud and Upload it back up to Azure File Share through Mounted Azure File Drive on a On-Prem Server?

Road Blocks I have come into is File size Limit; # number of files to big to transfer ; Takes an awfully long time through the network ; Read from another source, Azure file sync will not even work with syncing a One Drive folders to Azure File Share

Details- File folder size of just 1 folder is 60gb another 32gb ect. I did not try to move all this at once but small increments such as 20gb. (One Drive to On-Prem) Still allows me to continue the process but fails saying file size to large.

Azure Files
Azure Files
An Azure service that offers file shares in the cloud.
1,293 questions
Azure Storage Accounts
Azure Storage Accounts
Globally unique resources that provide access to data management services and serve as the parent namespace for the services.
3,182 questions
Azure NetApp Files
Azure NetApp Files
An Azure service that provides enterprise-grade file shares powered by NetApp.
93 questions
OneDrive Management
OneDrive Management
OneDrive: A Microsoft file hosting and synchronization service.Management: The act or process of organizing, handling, directing or controlling something.
1,257 questions
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. risolis 8,721 Reputation points
    2022-09-01T03:35:42.113+00:00

    Hello @Khalil Wood

    Thank you for the heads up.

    I can not deny that this brought my attention so, I decided taking a look at the best approach for this and found this procedure which might fit into your case scenario.

    You can create a connection to the storage accounts(Blob Storage, Azure Files and so on...) using Access Key as shown below:

    236710-image.png

    Then, you can create a connection as per the options found on the One Drive:

    236791-image.png

    Once you have filled out the info required, you will get something like this as well:

    236764-image.png

    I hope that info was helpful for you to get this going as you expect it.

    Looking forward to your feedback,

    Cheers,

    Please "Accept the answer" if the information helped you. This will help us and others in the community as well.


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.