Skip to content

Commit 01df3d7

Browse files
authored
Merge pull request #196856 from kgremban/may2-dpstutorialnoindex
NOINDEX and remove links to orphaned tutorials
2 parents d5922df + 36574c5 commit 01df3d7

7 files changed

+14
-14
lines changed

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

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -399,10 +399,9 @@ To verify that the enrollment group has been created:
399399
400400
:::zone-end
401401
402-
403402
## Clean up resources
404403
405-
If you plan to explore the [Azure IoT Hub Device Provisioning Service tutorials](./tutorial-set-up-cloud.md), don't clean up the resources created in this quickstart. Otherwise, use the following steps to delete all resources created by this quickstart.
404+
If you plan to explore the DPS tutorials, don't clean up the resources created in this quickstart. Otherwise, use the following steps to delete all resources created by this quickstart.
406405
407406
1. Close the sample output window on your computer.
408407
@@ -438,7 +437,7 @@ If you plan to explore the [Azure IoT Hub Device Provisioning Service tutorials]
438437
439438
## Next steps
440439
441-
In this quickstart, you’ve programmatically created an individual enrollment entry for a TPM device. Optionally, you created a TPM simulated device on your computer and provisioned it to your IoT hub using the Azure IoT Hub Device Provisioning Service. To learn about device provisioning in depth, continue to the tutorial for the Device Provisioning Service setup in the Azure portal.
440+
In this quickstart, you’ve programmatically created an individual enrollment entry for a TPM device. Optionally, you created a TPM simulated device on your computer and provisioned it to your IoT hub using the Azure IoT Hub Device Provisioning Service. To learn about provisioning multiple devices, continue to the tutorials for the Device Provisioning Service.
442441
443442
> [!div class="nextstepaction"]
444-
> [Azure IoT Hub Device Provisioning Service tutorials](./tutorial-set-up-cloud.md)
443+
> [How to provision devices using symmetric key enrollment groups](how-to-legacy-device-symm-key.md)

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -515,7 +515,7 @@ To enroll a single X.509 device, modify the *individual enrollment* sample code
515515
516516
## Clean up resources
517517
518-
If you plan to explore the [Azure IoT Hub Device Provisioning Service tutorials](./tutorial-set-up-cloud.md), don't clean up the resources created in this quickstart. Otherwise, use the following steps to delete all resources created by this quickstart.
518+
If you plan to explore the Azure IoT Hub Device Provisioning Service tutorials, don't clean up the resources created in this quickstart. Otherwise, use the following steps to delete all resources created by this quickstart.
519519

520520
1. Close the sample output window on your computer.
521521

@@ -539,10 +539,10 @@ If you plan to explore the [Azure IoT Hub Device Provisioning Service tutorials]
539539

540540
## Next steps
541541

542-
In this quickstart, you created an enrollment group for an X.509 intermediate or root CA certificate using the Azure IoT Hub Device Provisioning Service. To learn about device provisioning in depth, continue to the tutorial for the Device Provisioning Service setup in the Azure portal.
542+
In this quickstart, you created an enrollment group for an X.509 intermediate or root CA certificate using the Azure IoT Hub Device Provisioning Service. To learn about device provisioning in depth, continue to the tutorials for the Device Provisioning Service.
543543

544544
> [!div class="nextstepaction"]
545-
> [Azure IoT Hub Device Provisioning Service tutorials](./tutorial-set-up-cloud.md)
545+
> [Use custom allocation policies with Device Provisioning Service](tutorial-custom-allocation-policies.md)
546546

547547
:::zone pivot="programming-language-nodejs"
548548

articles/iot-dps/tutorial-net-provision-device-to-hub.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ ms.service: iot-dps
99
services: iot-dps
1010
ms.devlang: csharp
1111
ms.custom: "mvc, devx-track-csharp"
12+
ROBOTS: NOINDEX
1213
---
1314

1415
# Tutorial: Enroll the device to an IoT hub using the Azure IoT Hub Provisioning Service Client (.NET)
@@ -22,8 +23,6 @@ In the previous tutorial, you learned how to set up a device to connect to your
2223
2324
## Prerequisites
2425

25-
Before you proceed, make sure to configure your device and its *Hardware Security Module* as discussed in the tutorial [Set up a device to provision using Azure IoT Hub Device Provisioning Service](./tutorial-set-up-device.md).
26-
2726
* Visual Studio
2827

2928
> [!NOTE]

articles/iot-dps/tutorial-provision-device-to-hub.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ ms.topic: tutorial
88
ms.service: iot-dps
99
services: iot-dps
1010
ms.custom: mvc
11+
ROBOTS: NOINDEX
1112
---
1213

1314
# Tutorial: Provision the device to an IoT hub using the Azure IoT Hub Device Provisioning Service

articles/iot-dps/tutorial-provision-multiple-hubs.md

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -22,13 +22,12 @@ This tutorial shows how to provision devices for multiple, load-balanced IoT hub
2222
2323
If you don't have an Azure subscription, create a [free account](https://azure.microsoft.com/free/) before you begin.
2424

25-
## Prerequisites
26-
27-
This tutorial builds on the previous [Provision device to a hub](tutorial-provision-device-to-hub.md) tutorial.
28-
2925
## Use the Azure portal to provision a second device to a second IoT hub
3026

31-
Follow the steps in the [Provision device to a hub](tutorial-provision-device-to-hub.md) tutorial to provision a second device to another IoT hub.
27+
Follow the steps in the quickstarts to link a second IoT hub to your DPS instance and provision a device to that hub:
28+
29+
* [Set up the Device Provisioning Service](quick-setup-auto-provision.md)
30+
* [Provision a simulated symmetric key device](quick-create-simulated-device-symm-key.md)
3231

3332
## Add an enrollment list entry to the second device
3433

articles/iot-dps/tutorial-set-up-cloud.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ ms.topic: tutorial
88
ms.service: iot-dps
99
services: iot-dps
1010
ms.custom: mvc
11+
ROBOTS: NOINDEX
1112
---
1213

1314
# Tutorial: Configure cloud resources for device provisioning with the IoT Hub Device Provisioning Service

articles/iot-dps/tutorial-set-up-device.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ ms.service: iot-dps
99
services: iot-dps
1010

1111
ms.custom: mvc
12+
ROBOTS: NOINDEX
1213
---
1314

1415
# Tutorial: Set up a device to provision using the Azure IoT Hub Device Provisioning Service

0 commit comments

Comments
 (0)