0

I'm new to Azure,

Can anybody please tel me in which format the data is being transferred from IoT device to IoT hub(device-to-cloud message)? I think it's in JSON. Also where is the data being stored? Is it xVelocity?

Uwe Keim
  • 39,551
  • 56
  • 175
  • 291

1 Answers1

0

Can anybody please tel me in which format the data is being transferred from IoT device to IoT hub(device-to-cloud message)? I think it's in JSON.

Yes, you are right.

Also where is the data being stored? Is it xVelocity?

Device-to-cloud messages are retained in an IoT hub's default messages/events endpoint.

For more information you can reference "Understand device to cloud messaging"

Rita Han
  • 9,574
  • 1
  • 11
  • 24