azure-iot-explorer icon indicating copy to clipboard operation
azure-iot-explorer copied to clipboard

Cross-platform UI for interacting with devices attached to Azure IoT Hub. This tool is meant for learning and testing, not for production environment.

Results 67 azure-iot-explorer issues
Sort by recently updated
recently updated
newest added

**Describe the bug** After installing the MacOS prebuilt release of IoT Explorer it crashes with an Error "Azure IoT Explorer Preview quit unexpectedly ". **To Reproduce** Steps to reproduce the...

bug
dependencies
backlog
MacOs

**Describe the bug** When getting telemetry messages from an IoT Edge device using the IoT Hub Explorer, the system properties are represented like this: ``` "systemProperties": { "iothub-connection-device-id": "xxx-dev-edge-001", "iothub-connection-auth-method":...

bug
needs review

Using new feature added from #446 doesn't seem to result in any subscriptions showing up for us. I've logged into the app, which works fine, but once I'm logged in,...

bug
question
workaround provided

Why monitoring the device telemetry data is not builtin feature but rather it is another application called `azure-iot-explorer` ? . It would be much great if this application(azure-iot-explorer) could be...

enhancement
needs review

**Describe the bug** A clear and concise description of what the bug is. Installed [Azure.IoT.Explorer.Preview.0.15.0.msi](https://github.com/Azure/azure-iot-explorer/releases/download/v0.15.0/Azure.IoT.Explorer.Preview.0.15.0.msi) Connect via AAD after entering login details is blank. **To Reproduce** Steps to reproduce the...

bug
needs review

The DeviceTwin viewer, or the DTDL viewer, do not auto-resize to the available screen size, seems like an incorrect padding. ![image](https://user-images.githubusercontent.com/14916339/190420723-cbe71397-bfed-402f-9ea2-3143aca921dd.png)

bug
needs review

Since 0.15.0 all commands fail with ```text Failed to invoke the IoT Plug and Play command 'getRuntimeStats' on device 'hub-device-65c5f7498f-bfk6f': Error: ``` ```json { "errorCode":500001, "trackingId":"09aedd7fbf2c4b7f8ae4183c5f2d6d03-G:0-TimeStamp:09/15/2022 13:35:06", "message":"InternalServerError", "timestampUtc":"2022-09-15T13:35:06.9897024Z" }...

bug
needs review

Bumps the npm_and_yarn group group with 2 updates: [electron-builder](https://github.com/electron-userland/electron-builder/tree/HEAD/packages/electron-builder) and [app-builder-lib](https://github.com/electron-userland/electron-builder/tree/HEAD/packages/app-builder-lib). Updates `electron-builder` from 22.10.3 to 24.13.3 Release notes Sourced from electron-builder's releases. v24.13.3 What's Changed chore(deps): update actions/setup-node digest...

dependencies

--- ![image](https://github.com/Azure/azure-iot-explorer/assets/5489222/373fabdb-3835-49ee-9e26-c7c357d4fb39) Remove connection strings saved in local storage. Now the string is saved in the global context and will be automatically cleared out whenever the app gets closed. As...

**Describe the bug** I'm trying to add a connection to an existing IoT Hub by adding it as an IoT Hub Connection String. When I click view devices, I automatically...

bug
needs review