Azure IoT Central Latency

IoTBuilder 21 Reputation points
2022-03-22T13:30:59.727+00:00

I am seeing as much as 30 seconds delay between sending from my gateway and seeing the change displayed in the dashboard tile. On other platforms I can easily get 5 seconds or less latency with the same hardware.

The message is a simple boolean value so the payload can't be the issue.

What is the best way to reduce this delay within the Azure IoT Central config?

Is it possible for me to build a low latency IoT Hub in Azure and connect my Azure IoT Central App to it instead to increase responsiveness?

Thanks

Azure IoT Central
Azure IoT Central
An Azure hosted internet of things (IoT) application platform.
362 questions
0 comments No comments
{count} votes

Accepted answer
  1. Sander van de Velde | MVP 32,556 Reputation points MVP
    2022-03-22T17:13:39.697+00:00

    Hello @IoTBuilder ,

    yes, IoT Central has some latency. This latency is part of the experience offered by IoT Central.

    IoT Central is a full IoT Platform packaged as a Software as a Service platform.

    It is built on top of Azure IoT services like Device Provisioning services, IoT Hub, Stream Analytics job, etc.

    If you build your IoT platform yourself based on the IoT Hub, you will see the telemetry ingest is very good, expect message within seconds or less.

    Still, when you start adding services for eg. routing messages, transformations, joining with other streams, filtering, persisting in a database, and dashboarding, you will see that each step will consume some extra time.

    IoT Central comes with a lot of advantages (direct available, cost per device is predictable, complete) but you give in into the flexibility to make the solution as light-weight as possible.

    1 person found this answer helpful.

0 additional answers

Sort by: Most helpful

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.