Azure IoT Operations Dataflow sync very slow

Neil Smith 20 Reputation points
2024-12-11T11:40:13.7633333+00:00

Dataflows stay in the provisioning state 'Accepted' for many hours. Sometimes they eventually go to 'Failed'. Is intermittent, sometimes they synchronize fully in about 30 seconds

Azure IoT Operations
Azure IoT Operations
Azure IoT Operations is a set of modular services enabled by Azure Arc.
34 questions
{count} votes

Accepted answer
  1. Sander van de Velde | MVP 33,956 Reputation points MVP
    2024-12-11T17:14:18.17+00:00

    Hello @Neil Smith,

    welcome to this moderated Azure community forum.

    I expect the Azure IoT Operations deployment is running successfully.

    What kind of data flow (which source and destination, and possible transformations) is deployed?

    Deploying a data flow takes some time (because these need to be merged on the edge with the current situation).

    I just finished this blog post about deploying data flows using Bicep scripts.

    There you can see how to deploy a basic data flow from local mqtt broker to local mqtt broker via Bicep.

    I can also recommend adding transformations step by step so you know for sure what is working and what is not.

    Please share your experience with more details so other community members understand the context better.


    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.


1 additional answer

Sort by: Most helpful
  1. Ernesto Guimaraes 0 Reputation points Microsoft Employee
    2024-12-27T14:24:50.1733333+00:00

    Go to your Aio Cluster and delete the POD aio-dataflow-operator-0

    This action make my service to restart and execute the provisioning state.

    kubectl delete pod aio-dataflow-operator-0  -n azure-iot-operations
    

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.