Share via

IoT Explorer

Mikhail Soloviev 0 Reputation points
2026-04-08T08:29:57.88+00:00

For many years I've been developing systems communicating with Azure IoT hub. One of the tools that I use almost daily has been Device Explorer Twin. I know it had been abandoned and replaced by Azure IoT Explorer, but I adhered to the former mainly because the display of the telemetry as well as direct method representation were more convenient. Well, 2 days ago it stopped working. This happened before, and after some time it started to work again.

I tried to switch to Azure IoT Explorer a few times. It creates bulkier logs, but the major problem was introduced in 0.15.11 when the Specify enqueue time setting was for some reason removed. Anyone cares to explain? I use explorer to real-time monitor devices where the user reports issues, but when I open telemetry the messages from a day before are popping up first. This renders this release unusable. I had to roll back to 0.15.8.

An IoT explorer is also important when developing HW ahead of the cloud part. In my case it is essential. I test the protocol before even presenting it to the Cloud team.

All in all, the IoT explorer is a vital tool for both development and troubleshooting. However this area feels neglected by Azure team. What is the right channel to discuss improvements?

Azure IoT Hub
Azure IoT Hub

An Azure service that enables bidirectional communication between internet of things (IoT) devices and applications.


1 answer

Sort by: Most helpful
  1. Q&A Assist
    2026-04-08T08:30:19.3566667+00:00
    AI generated content. This question contains an answer created with AI from Q&A Assist. Learn more

    Azure IoT Explorer and the older Device Explorer / Device Explorer Twin are client tools built on top of Azure IoT Hub; their feature set and UX are not controlled from the IoT Hub service side and can change or be deprecated independently. The context confirms that Azure IoT Explorer is now the supported cross‑platform desktop tool for managing IoT Hub resources and devices.

    For day‑to‑day development and troubleshooting, the following tools are currently documented for working with IoT Hub devices and telemetry:

    • Azure IoT Explorer (desktop app) for managing IoT Hub resources and devices.
    • Azure IoT Hub VS Code extension (Azure IoT Toolkit) to manage IoT Hub and devices directly from Visual Studio Code.
    • Azure IoT extension for Azure CLI, which includes commands such as az iot hub monitor-events to monitor device telemetry in real time.
    • Azure portal and related tools such as Visual Studio Cloud Explorer and the (older) iothub-explorer CLI.

    From the provided context, there is no documented explanation for the specific UX change in Azure IoT Explorer 0.15.11 (removal of the “Specify enqueue time” option) or guidance on that particular regression. The only supported statement is that Azure IoT Explorer is the current cross‑platform tool and that the Azure IoT CLI extension can be used for real‑time telemetry monitoring.

    For discussing improvements and gaps in tooling (such as telemetry ordering, enqueue‑time filters, or log verbosity), the documented channels for Azure IoT Hub and its tooling are:

    1. Microsoft Q&A for Azure IoT Hub – for product questions, feedback, and interaction with product team members and community experts.
    2. Stack Overflow with the azure-iot-hub tag – for developer‑focused questions and feedback on SDKs and tooling.
    3. Azure support – for issues that block production workloads or require formal support.

    These are the official channels in the context where IoT Hub and its ecosystem (including tools like Azure IoT Explorer and the Azure IoT CLI extension) are discussed and supported.


    References:

    0 comments No comments

Your answer

Answers can be marked as 'Accepted' by the question author and 'Recommended' by moderators, which helps users know the answer solved the author's problem.