使用Azure功能进行实时列表更新 [英] Realtime list update using Azure function

查看:101
本文介绍了使用Azure功能进行实时列表更新的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我有一个Azure功能,它从webhook获取信息,并尝试将其链接到Sharepoint,因此它将使用从webhook传递的信息自动更新表。任何人有任何想法或知道任何好的文件我可以检查
out?

I have an Azure function that gets information from a webhook and am trying to link it to Sharepoint so it will automatically update a table with the information passed from the webhook. Anyone have any ideas or know of any good documentation I can check out?

推荐答案

你好b $ b你可以为SharePoint列表创建远程事件接收器。

这是一个供您参考的演示。

http://vipulkelkar.blogspot.com/2018/01/use-azure-functions-as-sharepoint.html 功能

远程事件接收器同步。

receiver.Synchronization = EventReceiverSynchronization.Synchronous;

以下是一些链接供您参考。

< a href ="https://docs.microsoft.com/en-us/previous-versions/office/sharepoint-server/jj168030(v%3Doffice.15)\"> https://docs.microsoft.com/en- us / previous-versions / office / sharepoint-server / jj168030(v%3Doffice.15) 

https://sharepoint.stackex change.com/questions/228171/remote-event-receiver-itemadded-and-itemupdated-issue  

Hi,
You could create remote event receiver for SharePoint list.
Here is one demo for your reference.
http://vipulkelkar.blogspot.com/2018/01/use-azure-functions-as-sharepoint.html 
Remote event receiver synchronous.
receiver.Synchronization = EventReceiverSynchronization.Synchronous;
Here are some links for your reference.
https://docs.microsoft.com/en-us/previous-versions/office/sharepoint-server/jj168030(v%3Doffice.15) 
https://sharepoint.stackexchange.com/questions/228171/remote-event-receiver-itemadded-and-itemupdated-issue 

最诚挚的问候,< br $>
Lee

Best Regards,
Lee


这篇关于使用Azure功能进行实时列表更新的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆