Transfer file from Azure blob storage to Sharepoint folder

Sreeramoju, Nikhil 21 Reputation points
2022-08-10T18:03:19.473+00:00

Hi Team,

Is there a way to copy a file from Azure Blob Storage to the Sharepoint folder?

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,368 questions
0 comments No comments
{count} votes

3 answers

Sort by: Most helpful
  1. Carlos Solís Salazar 18,086 Reputation points MVP
    2022-08-10T18:22:59.643+00:00

    Hi @Sreeramoju, Nikhil

    Thank you for asking this question on the **Microsoft Q&A Platform. **

    I found this:

    For anyone else who needs to do this, AZCopy worked. I just had to use a different destination. When you map a SharePoint document library as a mapped drive, it assigns a drive letter but it also shows the UNC path. That's what you have to use:

    /Dest:"\Tenant.sharepoint.com@rithansodo \DavWWWRoot\Sites\sitename\library"

    Source: https://stackoverflow.com/questions/54698611/copy-files-from-azure-blob-storage-to-sharepoint-document-library

    Also, this another thread:
    Copy files from Azure blob to Sharepoint folder using Microsoft Flow

    Hope this helps,
    Carlos Solís Salazar


    Accept Answer and Upvote, if any of the above helped, this thread can help others in the community looking for remediation for similar issues.
    NOTE: To answer you as quickly as possible, please mention me in your reply.



  2. SaiKishor-MSFT 17,326 Reputation points
    2022-08-11T22:12:20.52+00:00

    @Sreeramoju, Nikhil Thank you for reaching out to Microsoft Q&A.

    As mentioned, previously in the post here, Robocopy or Azcopy is not supported to copy files from SharePoint to Azure Blob or vice-versa. You can use Logic Apps to do the same, please refer to the following links on connecting logic apps with SharePoint as well as Azure Blob-
    Connect to Azure Blob Storage - https://learn.microsoft.com/en-us/azure/connectors/connectors-create-api-azureblobstorage?tabs=consumption
    Connect to Share Point - https://learn.microsoft.com/en-us/azure/connectors/connectors-create-api-sharepoint

    Here is a similar thread- http://datanrg.blogspot.com/2021/05/a-blog-post-about-copying-azure-files.html

    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.

    0 comments No comments

  3. Deleted

    This answer has been deleted due to a violation of our Code of Conduct. The answer was manually reported or identified through automated detection before action was taken. Please refer to our Code of Conduct for more information.

    1 deleted comment

    Comments have been turned off. Learn more

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.