Skip to content

Commit d1ed2fe

Browse files
authored
Merge pull request #96473 from robinsh/robinsh-1119-dps-2
Fix titles. dps 2nd chunk
2 parents b4603ea + ffd244b commit d1ed2fe

16 files changed

+23
-35
lines changed

articles/iot-dps/how-to-revoke-device-access-portal.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: How to disenroll a device from Azure IoT Hub Device Provisioning Service
2+
title: Disenroll device from Azure IoT Hub Device Provisioning Service
33
description: How to disenroll a device to prevent provisioning through Azure IoT Hub Device Provisioning Service
44
author: wesmc7777
55
ms.author: wesmc

articles/iot-dps/how-to-roll-certificates.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,12 @@
11
---
2-
title: How to roll X.509 certificates in Azure IoT Hub Device Provisioning Service | Microsoft Docs
2+
title: Roll X.509 certificates in Azure IoT Hub Device Provisioning Service
33
description: How to roll X.509 certificates with your Device Provisioning service instance
44
author: wesmc7777
55
ms.author: wesmc
66
ms.date: 08/06/2018
77
ms.topic: conceptual
88
ms.service: iot-dps
99
services: iot-dps
10-
manager: timlt
1110
---
1211

1312
# How to roll X.509 device certificates

articles/iot-dps/how-to-unprovision-devices.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,12 @@
11
---
2-
title: How to deprovision devices that have been provisioned with Azure IoT Hub Device Provisioning Service | Microsoft Docs
2+
title: Deprovision devices that were provisioned with Azure IoT Hub Device Provisioning Service
33
description: How to deprovision devices that have been provisioned with Azure IoT Hub Device Provisioning Service
44
author: wesmc7777
55
ms.author: wesmc
66
ms.date: 05/11/2018
77
ms.topic: conceptual
88
ms.service: iot-dps
99
services: iot-dps
10-
manager: timlt
1110
---
1211

1312
# How to deprovision devices that were previously auto-provisioned

articles/iot-dps/how-to-use-custom-allocation-policies.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,14 @@
11
---
2-
title: How to use custom allocation policies with the Azure IoT Hub Device Provisioning Service | Microsoft Docs
2+
title: Custom allocation policies with Azure IoT Hub Device Provisioning Service
33
description: How to use custom allocation policies with the Azure IoT Hub Device Provisioning Service
44
author: wesmc7777
55
ms.author: wesmc
66
ms.date: 11/14/2019
77
ms.topic: conceptual
88
ms.service: iot-dps
99
services: iot-dps
10-
manager: philmea
1110
---
1211

13-
1412
# How to use custom allocation policies
1513

1614
A custom allocation policy gives you more control over how devices are assigned to an IoT hub. This is accomplished by using custom code in an [Azure Function](../azure-functions/functions-overview.md) to assign devices to an IoT hub. The device provisioning service calls your Azure Function code providing all relevant information about the device and the enrollment. Your function code is executed and returns the IoT hub information used to provisioning the device.

articles/iot-dps/how-to-use-sdk-tools.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: Use tools provided in the Azure IoT Hub Device Provisioning Service SDKs to simplify development
2+
title: Use Azure IoT Hub Device Provisioning Service SDKs tools
33
description: This document reviews the tools provided in Azure IoT Hub Device Provisioning Service SDKs for development
44
author: robinsh
55
ms.author: robinsh

articles/iot-dps/how-to-verify-certificates.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: How to do proof-of-possession for X.509 CA certificates with Azure IoT Hub Device Provisioning Service
2+
title: Verify X.509 CA certificates with Azure IoT Hub Device Provisioning Service
33
description: How to do proof-of-possession for X.509 CA certificates with Azure IoT Hub Device Provisioning Service
44
author: wesmc7777
55
ms.author: wesmc

articles/iot-dps/quick-create-simulated-device-symm-key.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: "Quickstart: How to use a symmetric key to provision a simulated device to Azure IoT Hub using C"
2+
title: Quickstart - Use symmetric key to provision simulated device to Azure IoT Hub using C
33
description: In this quickstart you will use the C device SDK to create a simulated device that uses symmetric key with the Azure IoT Hub Device Provisioning Service
44
author: wesmc7777
55
ms.author: wesmc

articles/iot-dps/quick-create-simulated-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: Provision a simulated TPM device to Azure IoT Hub using C#"
3-
description: Azure Quickstart - Create and provision a simulated TPM device using C# device SDK for Azure IoT Hub Device Provisioning Service. This quickstart uses individual enrollments.
2+
title: Quickstart - Provision a simulated TPM device to Azure IoT Hub using C#
3+
description: Quickstart - Create and provision a simulated TPM device using C# device SDK for Azure IoT Hub Device Provisioning Service. This quickstart uses individual enrollments.
44
author: wesmc7777
55
ms.author: wesmc
66
ms.date: 11/08/2018
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-create-simulated-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: Provision a simulated TPM device to Azure IoT Hub using Java"
3-
description: Azure Quickstart - Create and provision a simulated TPM device using Java device SDK for Azure IoT Hub Device Provisioning Service. This quickstart uses individual enrollments.
2+
title: Quickstart - Provision a simulated TPM device to Azure IoT Hub using Java
3+
description: Quickstart - Create and provision a simulated TPM device using Java device SDK for Azure IoT Hub Device Provisioning Service. This quickstart uses individual enrollments.
44
author: wesmc7777
55
ms.author: wesmc
66
ms.date: 11/08/2018
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-create-simulated-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: Provision a simulated TPM device to Azure IoT Hub using Node.js"
3-
description: Azure Quickstart - Create and provision a simulated TPM device using Node.js device SDK for Azure IoT Hub Device Provisioning Service. This quickstart uses individual enrollments.
2+
title: Quickstart - Provision simulated TPM device to Azure IoT Hub using Node.js
3+
description: Quickstart - Create and provision a simulated TPM device using Node.js device SDK for Azure IoT Hub Device Provisioning Service. This quickstart uses individual enrollments.
44
author: wesmc7777
55
ms.author: wesmc
66
ms.date: 11/08/2018
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)