Azure IoTHub digital twin

Hi I am trying to connect a boron 404x to my azure IoT Hub as a device to use with Azure digital twin.
I followed the guide to create an integration, and I managed to get it to create a device in my hub.
I get 204 responses from IoTHub, but there no way to send data from the cloud to the device since the device is not "connected".

Am I missing something?

Hi, I have no clue how to fix your issue with Azure, but was wondering if you looked at Particle's twin feature?
It's called Ledger, and you can find the docs here and a nice write up there:

Cheers,

1 Like

The Azure IoT hub integration is unidirectional from Particle to Azure IoT and does not implement a full Azure digital twin.

Hi,
thank you for your answer, I will look at ledger.
Do you know if there is any way to link/sync ledger to an external service through the Particle API?

Yes there is. Your external service calls the Particle API and gets and sets at will.
Best,