Azure / iotedgedev

The Azure IoT Edge Dev Tool greatly simplifies your Azure IoT Edge development process. It has everything you need to get started and helps with your day-to-day Edge development.
https://aka.ms/iotedgedev
Other
160 stars 71 forks source link

[BUG] `iotedgedev monitor` fails in devcontainer #567

Open beandrad opened 2 years ago

beandrad commented 2 years ago

Description

iotedgedev monitor fails when running it inside the devcontainer due to some issues related to the uamqp library.

One solution is to install azure-cli using pip when creating the devcontainer.

depends on: #560

Expected behavior

iotedgedev monitor to work from the devcontainer

Actual behavior

iotedgedev monitor throws an error message related to uamqp library. MicrosoftTeams-image

Steps to Reproduce

Environment