Hi all
My client is continuously hitting its SharePoint storage limit. Since additional SharePoint storage is expensive, they have an Azure Files storage that they use to archive the files of SharePoint sites that they no longer use, but of which they still want to retain the data.
Their current procedure to archive and copy data from a SharePoint site to Azure File storage is the following:
Synchronize SharePoint site data to local PC > Copy folders and files from local PC to Azure Files > Delete the SharePoint site
Client wants a faster and easier way to archive their SharePoint sites to Azure File storage. With big sites it sometimes is a hassle to sync all the files and copy it to Azure Files.
I found a few articles describing a way with PowerAutomate to copy files to Azure Blob Storage and then copy to Azure Files. However these articles only offer a way to copy new files uploaded to the SharePoint site to Azure Files. I want to copy all files of a certain SharePoint site at any given moment to Azure Files.
Does anybody have an idea how to achieve this? With or without PowerAutomate?