Alternative User Interface options for Azure Storage Explorer

Manish Narang 25 Reputation points
2023-04-28T11:02:26.92+00:00

We have a scenario where users have been asked to use Azure Blob Storage using the Azure Portal (web), but users have been using SharePoint for the file storage for years and are getting confused with the user experience azure portal provides.

Is there a way we can use:

  1. Sharepoint as a front end to the Azure Storage (Blob Store)?
  2. Any third party software if available?
  3. a custom built solution in ReactJS / AngularJS /Python etc?

Any thoughts, please?

Thank you.

Azure Storage Explorer
Azure Storage Explorer

An Azure tool that is used to manage cloud storage resources on Windows, macOS, and Linux.

StorSimple
StorSimple

A Microsoft hybrid cloud storage solution that combines on premise hardware storage and cloud storage.


Answer accepted by question author
Sina Salam 31,456 Reputation points Volunteer Moderator
2023-04-28T12:38:03.7666667+00:00

@Manish Narang

Welcome to Microsoft Q&A, thank you for posting your question here!

To understand your question, you would like to use SharePoint as front-end and Azure Blob for storage.

As a longtime standing SharePoint Developer, in some years back this is not really available and about third-party software I will share some pre-shared on this platform in the past and for custom solution for those .js I do not know for now. But there are ways you can configure your SharePoint to use the Azure Blob direct or sync all your SharePoint files with Azure Blob.

  1. You can use Azure Blob Storage for SharePoint by creating a new storage account and a blob container in Azure portal.
  2. Then you can upload files in the container and create a new Azure Logic App to sync the blob files with a SharePoint document library.
  3. You can also copy documents from SharePoint Online to Azure Blob Storage using Power Automate.

To use Logic Apps

please refer to the following links on connecting logic apps with SharePoint as well as Azure Blob-

a. Connect to Azure Blob Storage - https://learn.microsoft.com/en-us/azure/connectors/connectors-create-api-azureblobstorage?tabs=consumption

b. 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

To Sync SharePoint Document Library with Azure Blob using Logic Apps. You can use this link:

Also, a similar answer in past is here for your review on Azure BLOB storage for SharePoint online.

To transfer or save Files from SharePoint to Blob Storage with Azure Logic Apps. You can read more from this link.

Now,

you can directly transfer from Azure blob to SP online using third-party tools that support these clouds and I would suggest trying Gs Richcopy 360 and Syncback Pro.

With any of these tools, you don't have to download from the blob and then upload to SP, both are created to do such a process easily and quickly.

Kindly let me know if the above helps or you need further clarification, assistance or more explanation on this issue.

Best Regards,

Sina

Was this answer helpful?

0 comments No comments

0 additional answers

Sort by: Oldest

Your answer

Answers can be marked as 'Accepted' by the question author and 'Recommended' by moderators, which helps users know the answer solved the author's problem.