0
votes

We are generating an extract file in Data Factory(blob) that we need to upload to a SharePoint location. Is there any service available in azure to do this activity?

2

2 Answers

1
votes

We were able to do this via Logic Apps.

enter image description here

enter image description here

0
votes

since your source is blob and destination s sharepoint , HTTP is not available as a sink in ADF . SO unfortunately you cannot use the REST API and also there is no direct connector to sharepoint. So you can use Logic app or Azure function for the copy task from blob to sharepoint