Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions articles/iot-dps/how-to-manage-enrollments-sdks.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ A *device enrollment* creates a record of a single device or a group of devices
This article reviews the high level concepts for managing device enrollments for your provisioning service programmatically using the Azure IoT Provisioning Service SDKs. Exact API calls may be different due to language differences. Please review the samples we provide on GitHub for details:
* [Java Provisioning Service Client samples](https://github.com/Azure/azure-iot-sdk-java/tree/master/provisioning/provisioning-samples)
* [Node.js Provisioning Service Client samples](https://github.com/Azure/azure-iot-sdk-node/tree/master/provisioning/service/samples)
* [.NET Provisioning Service Client samples](https://github.com/Azure/azure-iot-sdk-csharp/tree/master/provisioning/service/samples)

## Prerequisites
* Connection string from a Device Provisioning Service instance
Expand Down