Borislav Nanovski
Borislav Nanovski

Reputation: 455

OneDrive to trigger an Azure Function upon file sync

Azure and OneDrive friends,

I have the following usecase and need your help! Imagine there is an organization with Office 365 accounts and more specifically - the users utilize OneDrive, synchronized to local folders. We have a separate system running on an Azure environment. Is there a possible way whenever a file from any of the users is created / edited / synced in their local drives and respectively uploaded to the OneDrive... drive to trigger an Azure Function that lives in the Azure Environment from above?

Is there a way to set such triggers for all users (~150) from within an admin account?

Regards, Borislav Nanovski

Upvotes: 0

Views: 297

Answers (2)

Trent Tamura
Trent Tamura

Reputation: 1145

I agree with @Jesus Hernandez. Use a Logic App that has a OneDrive trigger. OneDrive Logic App trigger options

Upvotes: 1

Yes, it is possible, but I´d use a Logic App with the OneDrive connector in Azure: https://learn.microsoft.com/en-us/azure/connectors/connectors-create-api-onedrive

Upvotes: 1

Related Questions