How can I enroll a device to a group enrollment in Azure IOT hub?
问题 I have seen code for individual enrollment but I can't find any for group enrollment. I need to bulk enroll a thousand devices to Azure IOT Hub and was thinking of group enrollment.Any sample code will be appreciated. 回答1: It should be possible both with group enrollment and bulk individual enrollments. From the samples related to How to manage device enrollments with Azure Device Provisioning Service SDKs: Bulk Individual Enrollments public async Task<List<IndividualEnrollment>>