FAQ - microsoft/vscode-azure-iot-toolkit GitHub Wiki

How to read device-to-cloud messages from the built-in and custom endpoints?

How to understand the connection state and running status of modules?

  • The green icon means that the module is in connected state, i.e. the module is connected to IoT Hub.
  • The blue icon means that the module is in disconnected state.
  • The text description in the right of the module means the running status of the module.
  • Note: There would be a situation that the icon is blue and the running status is running. One of the example is that it is an IoT Edge module and the module is not using SDK to connected to Edge Hub. In this case, the module is not connected to IoT Hub, but it is running.