EinarMar
EinarMar

Reputation: 45

Azure Iot Hub Device Provision System with mqtt

I'm trying to understand if I can use mqtt to handle provisioning of my device via the Device Provision System. Not much to read about that but what I have found is that you should connect to global.azure-devices-provisioning.net.

I'm wondering what the next step would be, i.e. what topic to publish/register to ?
Lets say I have created a device specific UUID that will be matched on the DPS when the device signs in via mgtt by some topic !!
After that I expect the device to receive a signed device certificate via some other topic !!

Can somebody lay out the topics for achieving this ? (if possible at all)

Upvotes: 1

Views: 291

Answers (1)

silent
silent

Reputation: 16108

As discussed in the comments:

This official article describes how to use MQTT in conjunction with the Device Provisioning Service: https://learn.microsoft.com/en-us/azure/iot-dps/iot-dps-mqtt-support

Upvotes: 1

Related Questions