简体   繁体   English

OneDrive 在文件同步时触发 Azure Function

[英]OneDrive to trigger an Azure Function upon file sync

Azure and OneDrive friends, Azure 和 OneDrive 的朋友们,

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.我有以下用例,需要您的帮助,想象一下有一个拥有 Office 365 帐户的组织,更具体地说 - 用户使用 OneDrive。 synchronized to local folders.同步到本地文件夹。 We have a separate system running on an Azure environment.我们有一个独立的系统在 Azure 环境中运行。 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..?每当在其本地驱动器中创建/编辑/同步来自任何用户的文件并分别上传到 OneDrive 时,是否有可能的方法..? drive to trigger an Azure Function that lives in the Azure Environment from above?驱动器从上方触发居住在 Azure 环境中的 Azure Function?

Is there a way to set such triggers for all users (~150) from within an admin account?有没有办法从管理员帐户中为所有用户(〜150)设置此类触发器?

Regards, Borislav Nanovski问候, 鲍里斯拉夫·纳诺夫斯基

Yes, it is possible, but I´d use a Logic App with the OneDrive connector in Azure: https://docs.microsoft.com/en-us/azure/connectors/connectors-create-api-onedrive是的,这是可能的,但我会在 Azure 中使用带有 OneDrive 连接器的逻辑应用程序: https://docs.microsoft.com/en-us/azure/connectors/connectors-create-api-onedrive

I agree with @Jesus Hernandez.我同意@Jesus Hernandez 的观点。 Use a Logic App that has a OneDrive trigger.使用具有 OneDrive 触发器的逻辑应用。 OneDrive 逻辑应用触发器选项

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM