Exploring Methods for Bulk File Transfers from SharePoint — Reactive and Batch Job Approaches Exploring Methods for Bulk File Transfers from SharePoint — Reactive and Batch Job Approaches In this post, we’re going to delve into the process of transferring files en masse from SharePoint to Azure Blob Storage, and subsequently loading these files into our application. This can be achieved through either a reactive method or by utilizing a batch job. Setting: We’ve engineered a system that’s designed for …