Skip to content

Commit a15ac7e

Browse files
authored
Merge pull request #93095 from chrissie926/master
Update concepts-device.md
2 parents bd7ef3f + 97adc02 commit a15ac7e

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

articles/iot-dps/concepts-device.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ Device secrets may also be stored in software (memory), but it is a less secure
3939

4040
## Registration ID
4141

42-
The registration ID is used to uniquely identify a device in the Device Provisioning Service. The registration ID must be unique in the provisioning service [ID scope](#id-scope). Each device must have a registration ID. The registration ID is alphanumeric, lowercase, and may contain hyphens.
42+
The registration ID is used to uniquely identify a device in the Device Provisioning Service. The device ID must be unique in the provisioning service [ID scope](#id-scope). Each device must have a registration ID. The registration ID is alphanumeric, case insensitive, and may contain special characters including colon, period, underscore and hyphen.
4343

4444
* In the case of TPM, the registration ID is provided by the TPM itself.
4545
* In the case of X.509-based attestation, the registration ID is provided as the subject name of the certificate.

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,8 @@ ms.custom: seodec18
1515

1616
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.
1717

18+
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.
19+
1820
This article shows you how to test auto-provisioning on a simulated IoT Edge device with the following steps:
1921

2022
* Create an instance of IoT Hub Device Provisioning Service (DPS).

0 commit comments

Comments
 (0)