An Azure service that enables bidirectional communication between internet of things (IoT) devices and applications.
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-eventsto 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:
- Microsoft Q&A for Azure IoT Hub – for product questions, feedback, and interaction with product team members and community experts.
- Stack Overflow with the
azure-iot-hubtag – for developer‑focused questions and feedback on SDKs and tooling. - 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: