Skip to content

Commit 970a83d

Browse files
committed
removed custom allocation tutorial topic
1 parent 1d9709c commit 970a83d

File tree

2 files changed

+22
-526
lines changed

2 files changed

+22
-526
lines changed

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

Lines changed: 22 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -21,14 +21,15 @@ This article demonstrates a custom allocation policy using an Azure Function wri
2121

2222
Devices will be simulated using a provisioning sample included in the [Azure IoT C SDK](https://github.com/Azure/azure-iot-sdk-c).
2323

24-
You perform the following steps in this article:
24+
In this tutorial you will do the following:
2525

26-
* Use the Azure CLI to create a DPS instance and to create and link two Contoso division IoT hubs (**Contoso Toasters Division** and **Contoso Heat Pumps Division**) to it
27-
* Create an Azure Function that implements the custom allocation policy
28-
* Create a new enrollment group uses the Azure Function for the custom allocation policy
29-
* Create device symmetric keys for two simulated devices
30-
* Set up the development environment for the Azure IoT C SDK
31-
* Simulate the devices and verify that they are provisioned according to the example code in the custom allocation policy
26+
> [!div class="checklist"]
27+
> * Use the Azure CLI to create a DPS instance and to create and link two Contoso division IoT hubs (**Contoso Toasters Division** and **Contoso Heat Pumps Division**) to it
28+
> * Create an Azure Function that implements the custom allocation policy
29+
> * Create a new enrollment group uses the Azure Function for the custom allocation policy
30+
> * Create device symmetric keys for two simulated devices
31+
> * Set up the development environment for the Azure IoT C SDK
32+
> * Simulate the devices and verify that they are provisioned according to the example code in the custom allocation policy
3233
3334
[!INCLUDE [quickstarts-free-trial-note](../../includes/quickstarts-free-trial-note.md)]
3435

@@ -643,6 +644,17 @@ To delete the resource group by name:
643644
644645
## Next steps
645646
646-
* To learn more about custom allocation policies, see [Understand custom allocation policies](concepts-custom-allocation.md)
647-
* To learn more Reprovisioning, see [IoT Hub Device reprovisioning concepts](concepts-device-reprovision.md)
648-
* To learn more Deprovisioning, see [How to deprovision devices that were previously autoprovisioned](how-to-unprovision-devices.md)
647+
* To learn more about custom allocation policies, see
648+
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)

0 commit comments

Comments
 (0)