Forum Discussion
Guilherme_Domingues
Mar 10, 2021Copper Contributor
Copy zip files from SharePoint to Azure Blob using adf
I'm currently trying to get a zip file from a Sharepoint folder to my Azure Blob storage. The SharePoint environment belongs to a partner company. I have a personal login/password to manually access ...
kiarashyasoubi
Jan 17, 2023Copper Contributor
I believe the best option is to register your app and configure your sharepoint API, then use a web activity in your ADF to send a request to sharepoint API. sharepoint generate access token that can be used in ADF to read from sharepoint. you can check this documentation
https://learn.microsoft.com/en-us/azure/data-factory/connector-sharepoint-online-list?tabs=data-factory
https://learn.microsoft.com/en-us/azure/data-factory/connector-sharepoint-online-list?tabs=data-factory