Azure IoT 中心中的路由

Routing in Azure IoT Hub

我有一个 IoT 中心,我想在其中根据设备孪生属性将流量路由到事件中心。这是可能的还是只能根据消息本身的属性进行查询?

所以如果我有一个设备双胞胎 属性 "tags":{"customer":"test"} 我会在查询字符串字段中写 tags.customer = "test" 但这不起作用。

PS:当我根据消息属性进行路由时它起作用了。

IoT 中心中的路由 今天 仅适用于 消息属性 。这反映在文档中。

作为一项更新,现在可以执行此操作。使用 $twin.tags.customer = 'test'

https://docs.microsoft.com/en-us/azure/iot-hub/iot-hub-devguide-routing-query-syntax#message-routing-query-based-on-message-properties