问题标签 [azure-iot-suite]

For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.

0 投票
0 回答
170 浏览

azure - 如何修复“Azure 函数输出适配器无法写入事件”

我的 Azure IoT 架构中有一个流分析 (SA) 连接到 Azure 函数。

有时我的 SA 出现以下错误:

在错误的 JSON 消息中,我找到了以下描述:

我在 Azure 函数上没有错误,但它停止了工作。有没有人遇到过同样的问题?

0 投票
1 回答
2605 浏览

azure - 如何在 Azure Logic App 中处理异常

我正在使用Azure 逻辑应用程序。这是架构:

插入行

我有一个范围插入行,其中包含数据库中的插入语句。我想通过邮件发送插入异常的消息。例如,如果插入语句因外键异常而失败,我想发送此消息。

如何在“发送错误消息”功能中引用此错误消息?

非常感谢大家:)

0 投票
1 回答
107 浏览

azure - 如何使用 Azure Logic App 捕获设备预配事件?

我正在尝试使用 Azure IoT Suite 实现事件列表:

  • 我的设备通过设备配置服务首次连接到 IoT 中心;
  • 设备配置正确注册设备并设置设备孪生;
  • Azure 逻辑应用程序 捕获事件并使用代码 C# 启动 Azure 函数,以将云到设备通信到此新设备。(我想设置一些新参数)。

第3点有可能吗?我正在寻找 Azure 逻辑应用程序的操作,但我没有找到任何东西。否则,有人知道其他替代方案吗?

非常感谢您的建议!

0 投票
2 回答
1574 浏览

azure - Azure IoT Hub 可以注册多少台设备?

Azure IoT Hub 注册的设备数量是否有上限?我找到了这篇文章,但只有消息总数的信息

服务Device Provisioning的同样问题。

0 投票
1 回答
88 浏览

azure - 为什么要在 Azure 设备预配中恢复密钥?

我正在为我的 Azure IoT 解决方案使用服务设备预配。

我用Symmetric key attestation创建了一组注册。

来自指南默认情况下,设备配置服务会创建默认长度为 32 字节的新对称密钥。[...] 设备在配置时不直接使用组注册的对称密钥。相反,属于注册组的设备使用派生的设备密钥进行配置

在 Azure 门户中,在此服务的屏幕顶部,我看到有一个按钮:Restore Keys 第三个底

我有一些问题:

  1. 为什么我应该恢复/重新生成这些密钥?
  2. 如果我卖了 1000 台设备,其中的设备键由主键生成,如果我更改了主键,就不可能注册新设备。我是否必须为设备中的这些密钥提供管理系统?

感谢您的澄清!

0 投票
1 回答
111 浏览

azure - ASP.NET Web Forms App 能否用于可视化来自 Azure IoT Hub 的数据?

我正在构建一个 POC IoT 项目,并正在分析适合该目的的各种 IoT 云平台。

Azure ASP.NET Web 表单应用程序是否可以使用 Azure IoT Hub 读取的 IoT 设备数据?

0 投票
1 回答
457 浏览

azure - Do leaf/downstream devices connect directly to iot-hub even when edge is used as gateway?

I am trying to setup an iot-edge device as an edge gateway. We wouldn't want our leaf/sensor/downstream devices directly connecting to the internet/cloud, and thus I would expect the iot-edge-gateway(as it name suggests) to bridge the connection between downstream devices and the cloud/iot-hub. However, I realize that the connection string for iot-hub/edge at any device level is simply

connection-string-for-iothub-with-gatewayhostwayAppended

This makes me assume that downstream devices transmit messages to an endpoint (prolly messages/* )to cloud/iot-hub and it is from there that gateway gets it(works with that data maybe then) and forwards it back to the $upstream, which shuns the whole point of a gateway.

Here in the message routing section of IOT-EDGE-GATEWAY https://docs.microsoft.com/en-us/azure/iot-edge/how-to-create-transparent-gateway, in the ROUTE MESSAGES FROM DOWNSTREAM DEVICES section

makes it sound like the gateway is routing messages falling on the built-in-endpoint(Default) to $upstream. I can't find any other clearer documentations over the web on this subject. I would really appreciate if someone clears this up. I was expecting the connection string for edge-gateway(that i'd mention in the device end to be something along the lines of localhost:port and not cloudaddress+gatewayhostname)

0 投票
3 回答
135 浏览

azure - 在 Azure IoT Edge 中从模块 A 向模块 B 发送大约 1000 MB 的巨大数据字节

我需要将大约 1000 MB 的巨大数据字节从模块 A 发送到 Azure IoT Edge 中的模块 B。(模块 A 和模块 B 位于同一边缘设备中)消息路由最多允许 262143 字节,直接方法允许大约 160 KB。是否有任何其他选项可以在模块之间发送大量数据字节,性能是主要问题,我不想拆分数据并将其作为块发送。

谢谢

0 投票
1 回答
205 浏览

azure-iot-hub - 将设备与 Azure IoT Central 连接问题

我在将我的设备与 Azure IoT Central 连接时遇到问题,因为我的设备密码有 64 个字符,Azure IoT Central 的最低密码是 90,我该怎么办?使用另一个 Azure IoT 服务,或者我可以在 Azure IoT Central 中更改该条件。

我是新来的物联网。

0 投票
1 回答
101 浏览

azure - Azure IoT 中心 - 无法创建分层部署

我正在尝试为 Azure IoT 中心创建分层部署。

基础全面部署顺利。这里的配置:

接下来,我尝试创建一个分层部署启动命令

在这里,layeredtarget.json文件:

通过启动 powershell 命令,我收到了这个错误:

{'Message': 'ErrorCode:InvalidConfigurationContent;为配置提供的内容无效。>请检查并重试', 'ExceptionMessage': 'Tracking ID:f716a3c452914ea4a1ad1ee958a7b2ff-G:5->TimeStamp:01/20/2021 16:14:15'}

我不明白我是不是做错了。我关注了这个文档 有人知道吗?