0

Azure C SDK supports connecting device to the Device Provisioning Service via Enrollment group ?

Developing for FreeRTOS devices.

2 Answers2

1

Short answer - yes!

The device doesn't know anything about enrollment groups - the device sends its registration Id and authentication data to DPS. DPS figures out which allocation group or individual enrollment to use.

Dominic Betts
  • 2,306
  • 1
  • 18
  • 10
  • Thank you for your response! It is support for the FreeRTOS device? I found an issue on GitHub, see https://github.com/Azure-Samples/iot-middleware-freertos-samples/issues/225 – Jaldeep Ramani Sep 16 '22 at 02:34
0

group enrollment is supported by C SDK.

You can leverage this MSFT doc as reference for provisioning X.509 devices using enrollment groups.

  • Thank you for your response! It is support for the FreeRTOS device? I found an issue on GitHub, see https://github.com/Azure-Samples/iot-middleware-freertos-samples/issues/225 – Jaldeep Ramani Sep 16 '22 at 02:35