Skip to content

Commit c5010d7

Browse files
authored
Merge pull request #110234 from ScarlettFalls/edge-enabled
Add tip about edge-enabled flag to DPS articles
2 parents 32c4ffe + 67a1103 commit c5010d7

4 files changed

+16
-6
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 create an [enrollment](https://docs.microsoft.com/cli/azure/ext/azure-iot/iot/dps/enrollment) or an [enrollment group](https://docs.microsoft.com/cli/azure/ext/azure-iot/iot/dps/enrollment-group) and use the **edge-enabled** flag to specify that a device, or group of devices, 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**.

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

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ description: Use a simulated device on your Windows machine to test automatic de
44
author: kgremban
55
manager: philmea
66
ms.author: kgremban
7-
ms.date: 01/09/2019
7+
ms.date: 4/3/2020
88
ms.topic: conceptual
99
ms.service: iot-edge
1010
services: iot-edge
@@ -14,7 +14,7 @@ services: iot-edge
1414

1515
Azure IoT Edge devices can be auto-provisioned using the [Device Provisioning Service](../iot-dps/index.yml) just like devices that are not edge-enabled. If you're unfamiliar with the process of auto-provisioning, review the [auto-provisioning concepts](../iot-dps/concepts-auto-provisioning.md) before continuing.
1616

17-
DPS supports symmetric key attestation for IoT Edge devices in both individual enrollment and group enrollment. For group enrollment, if you check is IoT Edge device option to be true in symmetric key attestation, all the devices that are registered under that enrollment group will be marked as IoT Edge devices.
17+
DPS supports symmetric key attestation for IoT Edge devices in both individual enrollment and group enrollment. For group enrollment, if you check "is IoT Edge device" option to be true in symmetric key attestation, all the devices that are registered under that enrollment group will be marked as IoT Edge devices.
1818

1919
This article shows you how to test auto-provisioning on a simulated IoT Edge device with the following steps:
2020

@@ -55,6 +55,9 @@ Choose the SDK language that you want to use to create the simulated device, and
5555

5656
When you create the individual enrollment, select **True** to declare that the simulated TPM device on your Windows development machine is an **IoT Edge device**.
5757

58+
> [!TIP]
59+
> In the Azure CLI, you can create an [enrollment](https://docs.microsoft.com/cli/azure/ext/azure-iot/iot/dps/enrollment) or an [enrollment group](https://docs.microsoft.com/cli/azure/ext/azure-iot/iot/dps/enrollment-group) and use the **edge-enabled** flag to specify that a device, or group of devices, is an IoT Edge device.
60+
5861
Simulated device and individual enrollment guides:
5962

6063
* [C](../iot-dps/quick-create-simulated-device.md)

articles/iot-edge/how-to-auto-provision-symmetric-keys.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,11 @@ author: kgremban
55
manager: philmea
66
ms.author: kgremban
77
ms.reviewer: mrohera
8-
ms.date: 10/04/2019
8+
ms.date: 4/3/2020
99
ms.topic: conceptual
1010
ms.service: iot-edge
1111
services: iot-edge
1212
---
13-
1413
# Create and provision an IoT Edge device using symmetric key attestation
1514

1615
Azure IoT Edge devices can be auto-provisioned using the [Device Provisioning Service](../iot-dps/index.yml) just like devices that are not edge-enabled. If you're unfamiliar with the process of auto-provisioning, review the [auto-provisioning concepts](../iot-dps/concepts-auto-provisioning.md) before continuing.
@@ -67,6 +66,9 @@ When you create an enrollment in DPS, you have the opportunity to declare an **I
6766

6867
1. Select **True** to declare that the enrollment is for an IoT Edge device. For a group enrollment, all devices must be IoT Edge devices or none of them can be.
6968

69+
> [!TIP]
70+
> In the Azure CLI, you can create an [enrollment](https://docs.microsoft.com/cli/azure/ext/azure-iot/iot/dps/enrollment) or an [enrollment group](https://docs.microsoft.com/cli/azure/ext/azure-iot/iot/dps/enrollment-group) and use the **edge-enabled** flag to specify that a device, or group of devices, is an IoT Edge device.
71+
7072
1. Accept the default value from the Device Provisioning Service's allocation policy for **how you want to assign devices to hubs** or choose a different value that is specific to this enrollment.
7173

7274
1. Choose the linked **IoT Hub** that you want to connect your device to. You can choose multiple hubs, and the device will be assigned to one of them according to the selected allocation policy.

articles/iot-edge/how-to-auto-provision-x509-certs.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,9 @@ When you create an enrollment in DPS, you have the opportunity to declare an **I
6868

6969
For more information about enrollments in the Device Provisioning Service, see [How to manage device enrollments](../iot-dps/how-to-manage-enrollments.md).
7070

71+
> [!TIP]
72+
> In the Azure CLI, you can create an [enrollment](https://docs.microsoft.com/cli/azure/ext/azure-iot/iot/dps/enrollment) or an [enrollment group](https://docs.microsoft.com/cli/azure/ext/azure-iot/iot/dps/enrollment-group) and use the **edge-enabled** flag to specify that a device, or group of devices, is an IoT Edge device.
73+
7174
1. In the [Azure portal](https://portal.azure.com), navigate to your instance of IoT Hub Device Provisioning Service.
7275

7376
1. Under **Settings**, select **Manage enrollments**.

0 commit comments

Comments
 (0)