Skip to content

Commit 06c0849

Browse files
committed
updated tip and for other files
1 parent c475d46 commit 06c0849

4 files changed

+13
-5
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 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.
155+
> In the Azure CLI, you can create a [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 the a device, or group of devices, is an IoT Edge device.
156156
157157
1. In the [Azure portal](https://portal.azure.com), navigate to your instance of IoT Hub Device Provisioning Service.
158158

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 a [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 the 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 a [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 the 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 a [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 the 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)