azure storage fileshare and SharePoint document

Arif Usman 426 Reputation points
2022-09-22T12:37:03.853+00:00

Folks,
Is there way to add\link Sharepoint Online Documents of a site to Azure FileShare storage.
For example, User1 save files in SP Documents folder calll SPDOC. User2 login to AVD VM, it mapped to Azure FileShare storage drive, can USER2 see SPDOC folder in map drive?
thanks in advance

Azure Disk Storage
Azure Disk Storage
A high-performance, durable block storage designed to be used with Azure Virtual Machines and Azure VMware Solution.
603 questions
{count} votes

4 answers

Sort by: Most helpful
  1. Sreeju Nair 12,176 Reputation points
    2022-09-22T12:43:17.217+00:00

    You may sync SharePoint documents to Azure Fileshare storage using Power Automate. The following is a powerautomate template that copy files to Azure Blob Storage from SharePoint.

    https://powerautomate.microsoft.com/en-US/templates/details/9f3013836eb64243a04306a0133d25eb/copy-files-from-a-sharepoint-folder-to-a-azureblob-folder/

    Hope this helps


  2. Luke Murray 10,896 Reputation points MVP
    2022-09-22T20:23:24.567+00:00

    I've used: ZeeDrive (https://www.thinkscape.com/Map-Network-Drives-To-Office-365-OneDrive/) - to do this. Maps a Sharepoint library as a mapped drive - in Azure Virtual Desktop.

    0 comments No comments

  3. Arif Usman 426 Reputation points
    2022-10-05T15:22:34.387+00:00

    folks, i know i can sync SP Documents to Azure Blob (not fileshare) but how can I map blob to user... I know i can map Azure FileShare...

    Is there way to SP Sync to FileShare (not Blob)?
    or
    Is there way to Map Azure Blob to drive for users?


  4. SaiKishor-MSFT 17,221 Reputation points
    2022-10-05T18:51:31.76+00:00

    @Arif Usman Thanks for reaching out to Microsoft Q&A.

    You can use Azure Data Factory to move data from Sharepoint to Azure File storage- https://learn.microsoft.com/en-us/azure/data-factory/connector-sharepoint-online-list?tabs=data-factory

    You can verify that this is supported here- https://learn.microsoft.com/en-us/azure/data-factory/copy-activity-overview#supported-data-stores-and-formats

    On the other hand, you can also move this data to Azure Blob STorage using Powerautomate- https://powerautomate.microsoft.com/en-US/templates/details/9f3013836eb64243a04306a0133d25eb/copy-files-from-a-sharepoint-folder-to-a-azureblob-folder/

    And then move data from Blob storage to File Storage using Azcopy- 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>'

    Hope this helps. Please let us know if you have any more 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.

    0 comments No comments