【发布时间】:2017-04-11 08:58:05
【问题描述】:
如何使用集线器从 azure 函数发送通知:
context.bindings.notification = {
message: "Hello from " + req.body.name
};
遇到错误。
所写的文件:
This example sends a notification for a template registration that contains
使用azure函数时如何注册模板?
【问题讨论】:
标签: azure azure-notificationhub azure-functions