You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/iot-dps/how-to-use-custom-allocation-policies.md
+22-10Lines changed: 22 additions & 10 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -21,14 +21,15 @@ This article demonstrates a custom allocation policy using an Azure Function wri
21
21
22
22
Devices will be simulated using a provisioning sample included in the [Azure IoT C SDK](https://github.com/Azure/azure-iot-sdk-c).
23
23
24
-
You perform the following steps in this article:
24
+
In this tutorial you will do the following:
25
25
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
0 commit comments