Is there any azure iot telemetry device to cloud reader we can use? Azure IoT Explorer is not working.

Rikard Tidala 0 Reputation points
2025-06-25T08:35:43.86+00:00

Azure IoT Explorer is no longer working as expected. Is there any other Azure IoT telemetry device to cloud reader we can use?

Azure Internet of Things
{count} votes

2 answers

Sort by: Most helpful
  1. Manas Mohanty 6,115 Reputation points Microsoft External Staff Moderator
    2025-06-25T18:01:39.3+00:00

    Hi Rikard Tidala

    It seems you are facing issues on using Azure IOT explorer. I guess you might need to check whether the devices are connected state or not. You might need to disconnect and reconnect or change Connection strings /authentication.

    Please make sure you have registered the needed RP (Azure from Subscriptoin.

    Here are alternative options

    Azure Data Explorer (ADX)

    Azure Data Explorer is widely adopted across Microsoft for telemetry ingestion and analytics. It supports:

    • Real-time telemetry analysis
    • Time series, anomaly detection, and forecasting
    • Integration with Azure Logic Apps for alerting
    • Visualization via Web UI, Kusto.Explorer, or Jupyter notebooks

    https://learn.microsoft.com/en-us/azure/data-explorer/ingest-data-iot-hub-overview

    Azure IoT Hub SDKs

    The SDKs allow secure device connectivity and telemetry ingestion. You can:

    • Send telemetry using MQTT, AMQP, or HTTPS
    • Use device twins for state reporting
    • Upload large telemetry batches via Azure Blob Storage.

    Log analytics workspace

    You can enable diagnostic setting from IOT hub /monitor tab and route the telemetry data to log analytics or storage.

    and create custom dashboard to monitor any desired metrics on specific devices.

    https://learn.microsoft.com/en-us/azure/iot-hub/monitor-iot-hub

    Azure Stream Analytics

    Ideal for complex rule processing at scale. It can process telemetry streams and trigger actions or alerts based on defined conditions

    https://learn.microsoft.com/en-us/azure/stream-analytics/stream-analytics-get-started-with-azure-stream-analytics-to-process-data-from-iot-devices

    Azure IoT Central

    Provides a dashboard-driven experience for managing devices and viewing telemetry. It supports:

    • Edge device provisioning
    • Visualization of telemetry via charts and KPIs
    • Rule-based actions and extensibility via APIs

    https://learn.microsoft.com/en-us/azure/iot-edge/how-to-collect-and-transport-metrics?tabs=iothub

    Azure CLI and REST APIs

    While there’s no direct REST API to consume device-to-cloud messages, you can use:

    • Azure CLI for telemetry simulation and monitoring as mentioned above from Dominic.
    • Event Grid integration for event-driven telemetry handling

    Hope it helps.

    Thank you


  2. Sander van de Velde | MVP 36,766 Reputation points MVP Volunteer Moderator
    2025-07-03T17:19:59.92+00:00

    Hello @Rikard Tidala ,

    welcome to this moderated Azure community forum.

    The Azure IoT Explorer seems a bit sensitive.

    An other alternative next to those mentioned here is making use of the VS Code IoT Hub extension.

    User's image

    Just connect to an IoT Hub via the connection string or via the wizard and you are good to go. Just follow along with the dialogs.

    As an alternative, you could also forward messages to an Azure EventHub and use the new 'Data explorer' dialog to read the latest incoming messages:

    User's image

    This should help you testing for incoming messages.


    If the response helped, do "Accept Answer". If it doesn't work, please let us know the progress. All community members with similar issues will benefit by doing so. Your contribution is highly appreciated.

    0 comments No comments

Your answer

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