This folder contains simple samples showing how to use the features of the Microsoft Azure IoT Hub Device Provisioning Service from a back-end application running C code, using the Azure IoT C SDK.
In order to run the samples, you will first need to do the following:
This document describes in detail how to prepare your development environment on Linux, Windows, and other platforms. When compiling, use the flag -Duse_prov_client=ON
to enable the Provisioning Service Client.
- Individual Enrollment - Create, update, get and delete Individual Enrollments on the Provisioning Service.
- Enrollment Group - Create, update, get and delete Enrollment Groups on the Provisioning Service.
- Bulk Enrollment - Run bulk enrollment operations for Individual Enrollments on the Provisioning Service.
- Query - Run a query operation on the Provisioning Service