HTTPS推送 [英] HTTPS PUSH

查看:88
本文介绍了HTTPS推送的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

您好,

我目前正在天蓝色流分析中处理从IOT中心收到的数据并将其保存在cosmos-DB中。我想将消息作为https push(REST API)发送到某些外部服务,以发送解析和处理的json格式。经过相当于
的搜索,我找不到任何东西。关于我如何做到这一点的任何想法?

I am currently processing the data received from IOT hub in azure stream analytics and saving them in a cosmos-DB. I'd like to send the message out to some external services as https push (REST API) to send the parsed and processed json format. After quite some searching I couldn't find anything. Any ideas on how I can do this?

最好,

Behzad。

推荐答案

您好Behzad,

Hi Behzad,

您可以使用HTTP触发器调用Azure功能。然后,在Azure函数中,可以使用自定义代码来调用任何特定的API。

You can call Azure functions using an HTTP trigger. Then, in Azure function, it is possible to have custom code to call any specific API.

您可以通过将函数配置为其中一个输出接收器,从Azure Stream Analytics运行Azure功能。流分析工作。函数是一种事件驱动的按需计算体验,可让您实现由Azure或第三方服务中发生的事件
触发的代码。函数响应触发器的这种能力使其成为Stream Analytics作业的自然输出。

You can run Azure Functions from Azure Stream Analytics by configuring Functions as one of the output sinks to the Stream Analytics job. Functions are an event-driven, compute-on-demand experience that lets you implement code that is triggered by events occurring in Azure or third-party services. This ability of Functions to respond to triggers makes it a natural output to Stream Analytics jobs.

Stream Analytics通过HTTP触发器调用函数。函数输出适配器允许用户将函数连接到流分析,以便可以基于流分析查询触发事件。

Stream Analytics invokes Functions through HTTP triggers. The Functions output adapter allows users to connect Functions to Stream Analytics, such that the events can be triggered based on Stream Analytics queries.

有关更多详细信息,请参阅"Azure Stream Analytics - 添加REST API调用作为输出"和"运行
Azure流分析工作中的Azure功能
"。

For more details, refer "Azure Stream Analytics – Add a REST API call as an output" and "Run Azure functions from Azure Stream Analytics jobs".

希望这会有所帮助。


这篇关于HTTPS推送的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

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