Skip to content

Commit 113faa9

Browse files
authored
Merge pull request #96544 from robinsh/robinsh-1119-dps-3
Robinsh 1119 dps 3
2 parents 8a54afd + 7f3aa79 commit 113faa9

17 files changed

+31
-45
lines changed

articles/iot-dps/quick-enroll-device-tpm-csharp.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,12 @@
11
---
2-
title: "Quickstart: Enroll TPM device to Azure Device Provisioning Service using C#"
3-
description: Azure Quickstart - Enroll TPM device to Azure IoT Hub Device Provisioning Service using C# service SDK. This quickstart uses individual enrollments.
2+
title: Enroll TPM device to Azure Device Provisioning Service using C#
3+
description: Quickstart - Enroll TPM device to Azure IoT Hub Device Provisioning Service using C# service SDK. This quickstart uses individual enrollments.
44
author: wesmc7777
55
ms.author: wesmc
66
ms.date: 11/08/2019
77
ms.topic: quickstart
88
ms.service: iot-dps
99
services: iot-dps
10-
manager: timlt
1110
ms.devlang: csharp
1211
ms.custom: mvc
1312
---

articles/iot-dps/quick-enroll-device-tpm-java.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,12 @@
11
---
2-
title: "Quickstart: Enroll TPM device to Azure Device Provisioning Service using Java"
3-
description: Azure Quickstart - Enroll TPM device to Azure IoT Hub Device Provisioning Service using Java service SDK. This quickstart uses individual enrollments.
2+
title: Enroll TPM device to Azure Device Provisioning Service using Java
3+
description: Quickstart - Enroll TPM device to Azure IoT Hub Device Provisioning Service using Java service SDK. This quickstart uses individual enrollments.
44
author: wesmc7777
55
ms.author: wesmc
66
ms.date: 11/08/2019
77
ms.topic: quickstart
88
ms.service: iot-dps
99
services: iot-dps
10-
manager: timlt
1110
ms.devlang: java
1211
ms.custom: mvc
1312
---

articles/iot-dps/quick-enroll-device-tpm-node.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,12 @@
11
---
2-
title: "Quickstart: Enroll TPM device to Azure Device Provisioning Service using Node.js"
3-
description: Azure Quickstart - Enroll TPM device to Azure IoT Hub Device Provisioning Service using Node.js service SDK. This quickstart uses individual enrollments.
2+
title: Enroll TPM device to Azure Device Provisioning Service using Node.js
3+
description: Quickstart - Enroll TPM device to Azure IoT Hub Device Provisioning Service using Node.js service SDK. This quickstart uses individual enrollments.
44
author: wesmc7777
55
ms.author: wesmc
66
ms.date: 11/08/2019
77
ms.topic: quickstart
88
ms.service: iot-dps
99
services: iot-dps
10-
manager: timlt
1110
ms.devlang: nodejs
1211
ms.custom: mvc
1312
---

articles/iot-dps/quick-enroll-device-tpm-python.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,18 @@
11
---
2-
title: "Quickstart: Enroll TPM device to Azure Device Provisioning Service using Python"
3-
description: Azure Quickstart - Enroll TPM device to Azure IoT Hub Device Provisioning Service using Python provisioning service SDK. This quickstart uses individual enrollments.
2+
title: Enroll TPM device to Azure Device Provisioning Service using Python
3+
description: Quickstart - Enroll TPM device to Azure IoT Hub Device Provisioning Service using Python provisioning service SDK. This quickstart uses individual enrollments.
44
author: wesmc7777
55
ms.author: wesmc
66
ms.date: 11/08/2019
77
ms.topic: quickstart
88
ms.service: iot-dps
99
services: iot-dps
10-
manager: timlt
1110
ms.devlang: python
1211
ms.custom: mvc
1312
---
1413

1514
# Quickstart: Enroll TPM device to IoT Hub Device Provisioning Service using Python provisioning service SDK
15+
1616
[!INCLUDE [iot-dps-selector-quick-enroll-device-tpm](../../includes/iot-dps-selector-quick-enroll-device-tpm.md)]
1717

1818
These steps show how to programmatically create an individual enrollment for a TPM device in the Azure IoT Hub Device Provisioning Service, using the [Python Provisioning Service SDK](https://github.com/Azure/azure-iot-sdk-python/tree/master/provisioning_service_client) with the help of a sample Python application. Although the Python Service SDK works on both Windows and Linux machines, this article uses a Windows development machine to walk through the enrollment process.

articles/iot-dps/quick-enroll-device-x509-csharp.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,12 @@
11
---
2-
title: "Quickstart: How to enroll X.509 device to the Azure Device Provisioning Service using C#"
2+
title: Enroll X.509 device to Azure Device Provisioning Service using C#
33
description: This quickstart uses group enrollments. In this quickstart, enroll X.509 devices to the Azure IoT Hub Device Provisioning Service using C#.
44
author: wesmc7777
55
ms.author: wesmc
66
ms.date: 11/08/2019
77
ms.topic: quickstart
88
ms.service: iot-dps
99
services: iot-dps
10-
manager: philmea
1110
ms.devlang: csharp
1211
ms.custom: mvc
1312
---

articles/iot-dps/quick-enroll-device-x509-java.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,12 @@
11
---
2-
title: "Quickstart: How to enroll X.509 devices to the Azure Device Provisioning Service using Java"
2+
title: Enroll X.509 devices to Azure Device Provisioning Service using Java
33
description: This quickstart uses both group and individual enrollments. In this quickstart, you will enroll X.509 devices to the Azure IoT Hub Device Provisioning Service using Java.
44
author: wesmc7777
55
ms.author: wesmc
66
ms.date: 11/08/2019
77
ms.topic: quickstart
88
ms.service: iot-dps
99
services: iot-dps
10-
manager: timlt
1110
ms.devlang: java
1211
ms.custom: mvc
1312
---

articles/iot-dps/quick-enroll-device-x509-node.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,12 @@
11
---
2-
title: "Quickstart: How to enroll X.509 devices to the Azure Device Provisioning Service using Node.js"
2+
title: Enroll X.509 devices to Azure Device Provisioning Service using Node.js
33
description: This quickstart uses group enrollments. In this quickstart, you will enroll X.509 devices to the Azure IoT Hub Device Provisioning Service using the Node.js service SDK
44
author: wesmc7777
55
ms.author: wesmc
66
ms.date: 11/08/2019
77
ms.topic: quickstart
88
ms.service: iot-dps
99
services: iot-dps
10-
manager: philmea
1110
ms.devlang: nodejs
1211
ms.custom: mvc
1312
---

articles/iot-dps/quick-enroll-device-x509-python.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,12 @@
11
---
2-
title: "Quickstart: How to enroll X.509 devices to the Azure Device Provisioning Service using Python"
2+
title: Enroll X.509 devices to Azure Device Provisioning Service using Python
33
description: This quickstart uses group enrollments. In this quickstart, you will enroll X.509 devices to the Azure IoT Hub Device Provisioning Service using Python
44
author: wesmc7777
55
ms.author: wesmc
66
ms.date: 11/08/2019
77
ms.topic: quickstart
88
ms.service: iot-dps
99
services: iot-dps
10-
manager: philmea
1110
ms.devlang: python
1211
ms.custom: mvc
1312
---

articles/iot-dps/quick-setup-auto-provision-cli.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,12 @@
11
---
2-
title: "Quickstart: Set up a Device Provisioning Service using Azure CLI"
3-
description: Azure Quickstart - Set up the Azure IoT Hub Device Provisioning Service using Azure CLI
2+
title: Set up Azure IoT Hub Device Provisioning Service using Azure CLI
3+
description: Quickstart - Set up the Azure IoT Hub Device Provisioning Service using Azure CLI
44
author: wesmc7777
55
ms.author: wesmc
66
ms.date: 11/08/2019
77
ms.topic: quickstart
88
ms.service: iot-dps
99
services: iot-dps
10-
manager: timlt
1110
ms.custom: mvc
1211
---
1312

articles/iot-dps/quick-setup-auto-provision-rm.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,12 @@
11
---
2-
title: "Quickstart: Set up Device Provisioning using an Azure Resource Manager template"
2+
title: Set up Azure IoT Hub Device Provisioning using Azure Resource Manager template
33
description: Azure quickstart - Set up the Azure IoT Hub Device Provisioning Service using a template
44
author: wesmc7777
55
ms.author: wesmc
66
ms.date: 11/08/2019
77
ms.topic: quickstart
88
ms.service: iot-dps
99
services: iot-dps
10-
manager: timlt
1110
ms.custom: mvc
1211
---
1312

0 commit comments

Comments
 (0)