question

KumaresanK-0014 avatar image
0 Votes"
KumaresanK-0014 asked PRADEEPCHEEKATLA-MSFT rolled back

Event based copy from SharePoint

Kindly help me out in resolving below scenario

how to make an event-based trigger in #AzureDataFactory to fetch data from SharePoint.. Whenever file gets modified or new files got placed in SharePoint, ADF needs to trigger a pipeline on event-based. Kindly assist

azure-data-factory
5 |1600 characters needed characters left characters exceeded

Up to 10 attachments (including images) can be used with a maximum of 3.0 MiB each and 30.0 MiB total.

1 Answer

PRADEEPCHEEKATLA-MSFT avatar image
0 Votes"
PRADEEPCHEEKATLA-MSFT answered PRADEEPCHEEKATLA-MSFT rolled back

Hello @KumaresanK-0014,

Welcome to the Microsoft Q&A platform.

Unfortunately, you cannot use event based trigger a pipeline on creation of a file from SharePoint.

Note: The Event Trigger currently supports only Azure Data Lake Storage Gen2 and General-purpose version 2 storage accounts.

For more details, refer “Create a trigger that runs a pipeline in response to an event”.

I would suggest you to provide feedback on the same:

https://feedback.azure.com/forums/270578-data-factory

All of the feedback you share in these forums will be monitored and reviewed by the Microsoft engineering teams responsible for building Azure.

Hope this helps. Do let us know if you any further queries.


Please "Accept the answer" if the information helped you. This will help us and others in the community as well.

· 2
5 |1600 characters needed characters left characters exceeded

Up to 10 attachments (including images) can be used with a maximum of 3.0 MiB each and 30.0 MiB total.

Thanks for your help.. is there any workaround to do that??

0 Votes 0 ·

Hello @KumaresanK-0014,

One possible way is using logic apps to automate this workflow.


Using Share point connector in logic app – monitor files or items created and trigger logic app execution.

And, using Azure data factory connector – create pipeline run Action.

To Know more about Share point connector in logic app check below link:

https://docs.microsoft.com/en-us/azure/connectors/connectors-create-api-sharepoint

To Know more about Azure Data Factory connector check below link:

https://docs.microsoft.com/en-us/connectors/azuredatafactory/

Hope this helps. Do let us know if you any further queries.

1 Vote 1 ·