Azure Digital Twins - Unable to move past the "process simulated telemetry from an IoT Hub device" section

Kunal Chitre 31 Reputation points
2020-09-22T01:36:53.59+00:00

Hello,

I am following this tutorial https://learn.microsoft.com/en-us/azure/digital-twins/tutorial-end-to-end line by line and can't seem to get past the "Process simulated telemetry from an IoT Hub device" section, especially when I run ObserveProperties thermostat67 Temperature, all I get are zero values. I found the following Q&A https://learn.microsoft.com/en-us/answers/questions/60903/iot-hub-thermostat-shows-values-0-when-run-in-the.html and followed it to where I look at the Invocation Details

26302-test.jpg

for ProcessHubToDTEvents | Monitor, but no luck. Any help would be much appreciated @QuantumCache

Azure Digital Twins
Azure Digital Twins
An Azure platform that is used to create digital representations of real-world things, places, business processes, and people.
231 questions
{count} vote

Accepted answer
  1. QuantumCache 20,271 Reputation points
    2020-09-22T03:13:36.657+00:00

    Hello @Kunal Chitre , I have validated the document till the section Process simulated telemetry from an IoT Hub device and was able to see the Telemetry being updated.

    Below is the console app which sends the Telemetry to IoTHub and then to FunctionApp.

    26303-image.png

    Finally, the function App will push the data to the ADT instance.
    The below screen shows that the ADT is observing the Telemetry data.

    26288-image.png

    Please let us know if you need further help in this regard.

    You can even utilize offline support as I have mentioned in my latest comment.

    Update: 9/22/2020: Issue was resolved and below is the quote:

    Posted by - @Kunal Chitre
    I deleted the experiment and instead of using Scripted setup, I used the Portal. Also, created Storage in the same Region. That helped resolve the issue.


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.