Zero-Touch Provisioning with Azure DPS

  1. My goal is:

I would like to implement zero-touch provisioning with Azure Device Provision Service, on top of Mongoose OS, on a ESP32 based device.

  1. My actions are:

Searched the forum and Googled a lot.

  1. The result I see is:

Close to none.

  1. My expectation & question is:

Azure IoT Hub Device Provisioning Service (DPS) documentation has instructions for setting up automatic provisioning using the Azure SDK. It works so that the device connects to DPS first, then it is configured, and finally the device may proceed communicating with IoT Hub.

Can I use the standard Mongoose OS Azure library to implement this flow?

If not, is it possible to use Azure SDK (either C or JS) with Mongoose OS?

+1 on that one. I’m also missing documentation and examples in order to implement that.