FAQ - microsoft/vscode-azure-iot-toolkit GitHub Wiki
How to read device-to-cloud messages from the built-in and custom endpoints?
-
Reading from Built-in-endpoint
-
Reading from Azure Storage containers
-
Reading from Event Hubs
-
Reading from Service Bus Queues
-
Reading from Service Bus Topics
How to understand the connection state and running status of modules?
- The
green
icon means that the module is inconnected
state, i.e. the module is connected to IoT Hub. - The
blue
icon means that the module is indisconnected
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.