To synchronize files from SharePoint to Azure Blob Storage, you can use several methods. Here's a recommended approach using Microsoft Power Automate:
- Create a new flow in Power Automate.
- As a trigger, select "When a file is created or modified (properties only)" in SharePoint.
- Configure the trigger by selecting the appropriate SharePoint site and document library.
- Add the "Get file content" action from SharePoint to retrieve the file content.
- Add the "Create blob" action from the Azure Blob Storage connector.
- Configure the connection to the Azure Storage account by providing the account name and access key.
- In the "Create blob" action, set:
- Path: /[container_name]/[file_name]
- Blob content: File content from step 4
- Optionally, add an action to send an email notification after successful file upload.
- Path: /[container_name]/[file_name]
- Save and test the flow.
More:
https://learn.microsoft.com/en-us/answers/questions/1432348/sharepoint-to-azure-blob-storage