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

the icon of the module is not changed to green and Sending D2C message’ message is not shown #308

Closed czgtest closed 4 years ago

czgtest commented 5 years ago

step: 1.install edge extension 2.open custom vision gallery sample 3.Update the .env file with the values for your container registry and make sure that your docker engine has access to it 4.Build the entire solution by right-clicking on the deployment.template.json file and select Build and push IoT Edge Solution (this can take a while...especially to build open-cv, numpy and pillow...) 5.set up IoT edge simulator

  1. run IoT edge solution in simulator 7.verify module image-classifier-service is running in terminal penal of vscode. but the icon of this module is not changed to green and not has ‘Connected (running)’ text

image

  1. start monitoring D2C message verify Sending D2C message’ message is not shown in Output Channel

image

adashen commented 4 years ago

The icon shows the connecting to edgeHub status while we now show the runnign status in the description. So the issue is not valid now.