Data migration from SharePoint to Azure File Shares.

Vardhan Joshi 56 Reputation points
2022-03-04T22:06:24.917+00:00

I want to migrate data from SharePoint to Azure File Shares.

If I use mover.io, it will help me to migrate data to Azure Containers. But I want data in File Shares.

  1. Is there any way to migrate data from SharePoint to Azure File Shares?

OR

  1. how to migrate data from Containers to File Shares within the same Storage Account?
Azure Container Instances
Azure Container Instances
An Azure service that provides customers with a serverless container experience.
757 questions
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
0 comments No comments
{count} votes

Accepted answer
  1. SaiKishor-MSFT 17,336 Reputation points
    2022-03-07T21:28:44.403+00:00

    @Vardhan Joshi Thank you for providing more details. For moving data between Azure Blob Container to Azure File shares, you can use Azcopy. Here is an example command that you can use to copy the data between them:

    azcopy copy 'https://<storage-account-name>.<blob or dfs>.core.windows.net/<container-name>/<blob-path>'  'https://<storage-account-name>.file.core.windows.net/<file-share-name>/<file-name><SAS-token>'  
    

    Please refer to the following documents for more information:

    1. https://learn.microsoft.com/en-us/azure/storage/common/storage-use-azcopy-blobs-download#download-a-blob
    2. https://learn.microsoft.com/en-us/azure/storage/common/storage-use-azcopy-files#upload-a-file
    3. https://charbelnemnom.com/copy-from-azure-blob-storage-to-azure-file-share/

    Please let us know if that helps. If you have any further questions and we will be glad to assist you further. Thank you!

    Remember:

    Please accept an answer if correct. Original posters help the community find answers faster by identifying the correct answer. Here is how.

    Want a reminder to come back and check responses? Here is how to subscribe to a notification.

    2 people found this answer helpful.
    0 comments No comments

1 additional answer

Sort by: Most helpful
  1. SaiKishor-MSFT 17,336 Reputation points
    2022-03-05T01:37:24.35+00:00

    @Vardhan Joshi Thank you for reaching out to Microsoft Q&A. I understand that you want to move data from SharePoint to Azure File shares.

    At the moment, there is no direct product or service that will help you directly move data from Sharepoint to Azure. However, here are some suitable workarounds for this:

    Recommendation using Microsoft Service:

    https://flow.microsoft.com/en-us/galleries/public/templates/9f3013836eb64243a04306a0133d25eb/copy-files-from-a-sharepoint-folder-to-a-azureblob-folder/

    Recommendation using third party Service:

    https://medium.com/@amarpreet_singh/moving-files-from-sharepoint-to-azure-blob-d5e71d32259f

    https://techcommunity.microsoft.com/t5/sharepoint/move-data-out-of-sharepoint-online-to-azure/m-p/1401199

    https://mover.io/connectors/azure/

    Note: The third party articles are recommended to help you find alternatives, Microsoft does not verify if the third party workarounds work completely.

    Hope this helps. Please let us know if you have any further questions and we will be glad to assist you further. Thank you!

    Remember:

    Please accept an answer if correct. Original posters help the community find answers faster by identifying the correct answer. Here is how.

    Want a reminder to come back and check responses? Here is how to subscribe to a notification.

    1 person found this answer helpful.
    0 comments No comments

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.