Skip to content

Commit 97465ab

Browse files
committed
Update qs/tutorial next steps and toc
1 parent 2fb6293 commit 97465ab

11 files changed

+33
-45
lines changed

articles/iot-dps/how-to-legacy-device-symm-key.md

Lines changed: 3 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -846,12 +846,7 @@ If you plan to continue working on and exploring the device client sample, don't
846846
847847
## Next steps
848848
849-
* To learn more about Reprovisioning, see
849+
In this tutorial, you provisioned multiple devices to your IoT hub using an enrollment group. Next, learn how to provision IoT devices across multiple hubs.
850850
851-
> [!div class="nextstepaction"]
852-
> [IoT Hub Device reprovisioning concepts](concepts-device-reprovision.md)
853-
854-
* To learn more about Deprovisioning, see
855-
856-
> [!div class="nextstepaction"]
857-
> [How to deprovision devices that were previously auto-provisioned](how-to-unprovision-devices.md)
851+
> [!div class="nextstepaction"]
852+
> [Use custom allocation policies](tutorial-custom-allocation-policies.md)

articles/iot-dps/how-to-provision-multitenant.md

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -403,11 +403,7 @@ To delete the resource group by name:
403403
404404
## Next steps
405405
406-
* To learn more about reprovisioning, see:
406+
To learn more about custom allocation policies, see
407407
408408
> [!div class="nextstepaction"]
409-
> [IoT Hub Device reprovisioning concepts](concepts-device-reprovision.md)
410-
411-
* To learn more about deprovisioning, see
412-
> [!div class="nextstepaction"]
413-
> [How to deprovision devices that were previously auto-provisioned](how-to-unprovision-devices.md)
409+
> [Understand custom allocation policies](concepts-custom-allocation.md)

articles/iot-dps/quick-create-simulated-device-tpm.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -749,7 +749,7 @@ If you plan to continue working on and exploring the device client sample, don't
749749
750750
## Next steps
751751
752-
In this quickstart, you've created a TPM simulated device on your machine and provisioned it to your IoT hub using the IoT Hub Device Provisioning Service. To learn how to enroll your TPM device programmatically, continue to the quickstart for programmatic enrollment of a TPM device.
752+
In this quickstart, you've created a TPM simulated device on your machine and provisioned it to your IoT hub using the IoT Hub Device Provisioning Service. Next, learn how to enroll your TPM device programmatically.
753753
754754
::: zone-end
755755
::: zone pivot="programming-language-ansi-c, programming-language-csharp"

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -190,7 +190,7 @@ You can also delete resource groups and individual resources using the Azure por
190190

191191
## Next steps
192192

193-
In this quickstart, you've deployed an IoT hub and a Device Provisioning Service instance, and linked the two resources. To learn how to use this setup to provision a device, continue to the quickstart for creating a device.
193+
In this quickstart, you deployed an IoT hub and a Device Provisioning Service instance, and linked the two resources. To learn how to use this setup to provision a device, continue to the quickstart for creating a device.
194194

195195
> [!div class="nextstepaction"]
196196
> [Quickstart: Provision a simulated symmetric key device](./quick-create-simulated-device-symm-key.md)

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@ az group delete --name my-sample-resource-group
134134

135135
## Next steps
136136

137-
In this quickstart, you’ve deployed an IoT hub and a Device Provisioning Service instance, and linked the two resources. To learn how to use this setup to provision a simulated device, continue to the quickstart for creating a simulated device.
137+
In this quickstart, you deployed an IoT hub and a Device Provisioning Service instance, and linked the two resources. To learn how to use this setup to provision a device, continue to the quickstart for creating a device.
138138

139139
> [!div class="nextstepaction"]
140-
> [Quickstart to create a simulated device](./quick-create-simulated-device-tpm.md)
140+
> [Quickstart: Provision a simulated symmetric key device](./quick-create-simulated-device-symm-key.md)

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -161,7 +161,7 @@ You can also delete resource groups and individual resources using the Azure por
161161

162162
## Next steps
163163

164-
In this quickstart, you've deployed an IoT hub and a Device Provisioning Service instance, and linked the two resources. To learn how to use this setup to provision a device, continue to the quickstart for creating a device.
164+
In this quickstart, you deployed an IoT hub and a Device Provisioning Service instance, and linked the two resources. To learn how to use this setup to provision a device, continue to the quickstart for creating a device.
165165

166166
> [!div class="nextstepaction"]
167167
> [Quickstart: Provision a simulated symmetric key device](./quick-create-simulated-device-symm-key.md)

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ Get-AzIoTDeviceProvisioningService `
115115

116116
## Next steps
117117

118-
Now that you have an instance of the Device Provisioning Service, continue to the next quickstart to provision a simulated device to IoT hub:
118+
In this quickstart, you deployed an IoT hub and a Device Provisioning Service instance, and linked the two resources. To learn how to use this setup to provision a device, continue to the quickstart for creating a device.
119119

120120
> [!div class="nextstepaction"]
121121
> [Quickstart: Provision a simulated symmetric key device](./quick-create-simulated-device-symm-key.md)

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ To clean up resources in the Azure portal:
9292

9393
## Next steps
9494

95-
Provision a simulated device with IoT hub and the Device Provisioning Service:
95+
In this quickstart, you deployed an IoT hub and a Device Provisioning Service instance, and linked the two resources. To learn how to use this setup to provision a device, continue to the quickstart for creating a device.
9696

9797
> [!div class="nextstepaction"]
9898
> [Quickstart: Provision a simulated symmetric key device](./quick-create-simulated-device-symm-key.md)

articles/iot-dps/toc.yml

Lines changed: 16 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -11,24 +11,31 @@ items:
1111
- name: Set up DPS
1212
items:
1313
- name: Azure portal
14+
displayName: Set up DPS
1415
href: quick-setup-auto-provision.md
1516
- name: Azure CLI
17+
displayName: Set up DPS
1618
href: quick-setup-auto-provision-cli.md
1719
- name: Bicep
18-
displayName: Resource Manager,ARM,template
20+
displayName: Resource Manager, ARM, template, Set up DPS
1921
href: quick-setup-auto-provision-bicep.md
2022
- name: Terraform
21-
displayName: Resource Manager, ARM, template
23+
displayName: Resource Manager, ARM, template, Set up DPS
2224
href: quick-setup-auto-provision-terraform.md
2325
- name: ARM template
24-
displayName: Resource Manager
26+
displayName: Resource Manager, Set up DPS
2527
href: quick-setup-auto-provision-rm.md
26-
- name: Provision a simulated symmetric key device
27-
href: quick-create-simulated-device-symm-key.md
28-
- name: Provision a simulated X.509 certificate device
29-
href: quick-create-simulated-device-x509.md
30-
- name: Simulated TPM device attestation sample
31-
href: quick-create-simulated-device-tpm.md
28+
- name: Provision a simulated device
29+
items:
30+
- name: Symmetric key sample
31+
displayName: Provision a simulated device
32+
href: quick-create-simulated-device-symm-key.md
33+
- name: X.509 certificate sample
34+
displayName: Provision a simulated device
35+
href: quick-create-simulated-device-x509.md
36+
- name: TPM device sample
37+
displayName: Provision a simulated device
38+
href: quick-create-simulated-device-tpm.md
3239
- name: Tutorials
3340
items:
3441
- name: Provision sets of devices with enrollment groups

articles/iot-dps/tutorial-custom-allocation-policies.md

Lines changed: 3 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -644,17 +644,7 @@ To delete the resource group by name:
644644
645645
## Next steps
646646
647-
* To learn more about custom allocation policies, see
647+
To learn more about custom allocation policies, see
648648
649-
> [!div class="nextstepaction"]
650-
> [Understand custom allocation policies](concepts-custom-allocation.md)
651-
652-
* To learn more Reprovisioning, see
653-
654-
> [!div class="nextstepaction"]
655-
> [IoT Hub Device reprovisioning concepts](concepts-device-reprovision.md)
656-
657-
* To learn more Deprovisioning, see
658-
659-
> [!div class="nextstepaction"]
660-
> [How to deprovision devices that were previously autoprovisioned](how-to-unprovision-devices.md)
649+
> [!div class="nextstepaction"]
650+
> [Understand custom allocation policies](concepts-custom-allocation.md)

0 commit comments

Comments
 (0)