microsoft / vscode-azure-iot-toolkit

Azure IoT Hub extension for Visual Studio Code
https://marketplace.visualstudio.com/items?itemName=vsciot-vscode.azure-iot-toolkit
Other
73 stars 58 forks source link

Telemetry message properties are trimmed in "Start Monitoring Built-in Event Endpoint" #551

Open asergaz opened 2 years ago

asergaz commented 2 years ago

When we Start Monitoring Built-in Event Endpoint the properties section of the telemetry messages is trimmed.

Some tutorials like this (Tutorial: Develop a C# IoT Edge module using Linux containers), refer that Start Monitoring Built-in Event Endpoint is showing message telemetry properties section.

The expected result is like this from Azure IoT Explorer:

image

See also a related thread in Microsoft Q&A: filteredMessage.Properties.Add() is not send to IoT Hub