From 534010040ca6eb0cfcfede3923af9367d238e733 Mon Sep 17 00:00:00 2001 From: yzhong94 Date: Tue, 16 Jan 2018 10:27:25 -0800 Subject: [PATCH] Update to include .NET service SDK link --- articles/iot-dps/how-to-manage-enrollments-sdks.md | 1 + 1 file changed, 1 insertion(+) diff --git a/articles/iot-dps/how-to-manage-enrollments-sdks.md b/articles/iot-dps/how-to-manage-enrollments-sdks.md index c2f11f8c891d2..8218d7e3dac19 100644 --- a/articles/iot-dps/how-to-manage-enrollments-sdks.md +++ b/articles/iot-dps/how-to-manage-enrollments-sdks.md @@ -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