Skip to content

Commit 12ee5db

Browse files
committed
edge-enabled tip
1 parent a5d19e4 commit 12ee5db

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

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

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,11 @@ description: Use a simulated TPM on a Linux VM to test Azure Device Provisioning
44
author: kgremban
55
manager: philmea
66
ms.author: kgremban
7-
ms.date: 03/01/2019
7+
ms.date: 3/2/2020
88
ms.topic: conceptual
99
ms.service: iot-edge
1010
services: iot-edge
1111
---
12-
1312
# Create and provision an IoT Edge device with a virtual TPM on a Linux virtual machine
1413

1514
Azure IoT Edge devices can be automatically provisioned using the [Device Provisioning Service](../iot-dps/index.yml). If you're unfamiliar with the process of auto-provisioning, review the [auto-provisioning concepts](../iot-dps/concepts-auto-provisioning.md) before continuing.
@@ -152,6 +151,9 @@ Retrieve the provisioning information from your virtual machine, and use that to
152151

153152
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).
154153

154+
> [!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.
156+
155157
1. In the [Azure portal](https://portal.azure.com), navigate to your instance of IoT Hub Device Provisioning Service.
156158

157159
2. Under **Settings**, select **Manage enrollments**.

0 commit comments

Comments
 (0)