Reputation: 455
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
Reputation: 1145
I agree with @Jesus Hernandez. Use a Logic App that has a OneDrive trigger.
Upvotes: 1
Reputation: 394
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