Skip to content

Commit c475d46

Browse files
committed
more edits
1 parent 12ee5db commit c475d46

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/iot-edge/how-to-auto-provision-simulated-device-linux.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,7 @@ Retrieve the provisioning information from your virtual machine, and use that to
152152
When you create an enrollment in DPS, you have the opportunity to declare an **Initial Device Twin State**. In the device twin, you can set tags to group devices by any metric you need in your solution, like region, environment, location, or device type. These tags are used to create [automatic deployments](how-to-deploy-monitor.md).
153153

154154
> [!TIP]
155-
> In the Azure CLI, you can use the [az iot dps enrollment-group](https://docs.microsoft.com/cli/azure/ext/azure-iot/iot/dps/enrollment-group) API to create a DPS enrolment and use the **edge-enabled** flag to specify that the device is an IoT Edge device.
155+
> In the Azure CLI, you can create a enrollment or a enrollment group, and use the **edge-enabled** flag to specify that the a device, or group of devices, is an IoT Edge device. See the [az iot dps enrollment](https://docs.microsoft.com/cli/azure/ext/azure-iot/iot/dps/enrollment) and [az iot dps enrollment-group](https://docs.microsoft.com/cli/azure/ext/azure-iot/iot/dps/enrollment-group) methods.
156156
157157
1. In the [Azure portal](https://portal.azure.com), navigate to your instance of IoT Hub Device Provisioning Service.
158158

0 commit comments

Comments
 (0)