Azure IoT Hub
An Azure service that enables bidirectional communication between internet of things (IoT) devices and applications.
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
Is it possible to create a batch of Devices in IOT hub ? Currently the only way I am familiar with is to create one device at a time in the IOT hub portal.
An Azure service that enables bidirectional communication between internet of things (IoT) devices and applications.
Answer accepted by question author
Hello anonymous user,
yes, the IoT Hub SDK supports uploading device registrations in bulk.
Check out this documentation regarding the SDK.
An example is shown here.