Azure C SDK supports connecting device to the Device Provisioning Service via Enrollment group ?
Developing for FreeRTOS devices.
Azure C SDK supports connecting device to the Device Provisioning Service via Enrollment group ?
Developing for FreeRTOS devices.
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.
For more info, see https://learn.microsoft.com/en-us/azure/iot-dps/about-iot-dps
For C DPS registration samples, see https://github.com/Azure/azure-iot-sdk-c/tree/main/provisioning_client/samples
group enrollment is supported by C SDK.
You can leverage this MSFT doc as reference for provisioning X.509 devices using enrollment groups.