Skip to content

Commit d43554f

Browse files
committed
Add notes about unique device IDs.
1 parent 60c6d3b commit d43554f

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

articles/iot-central/core/concepts-device-authentication.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,8 @@ This article describes the following device authentication options:
2727
- [SAS enrollment group](#sas-enrollment-group)
2828
- [Individual enrollment](#individual-enrollment)
2929

30+
Each of these authentication options requires that each device has a unique device ID. The device ID is a unique identifier for the device that you use to manage the device in your IoT Central application.
31+
3032
## X.509 enrollment group
3133

3234
In a production environment, using X.509 certificates is the recommended device authentication mechanism for IoT Central. To learn more, see [Device Authentication using X.509 CA Certificates](../../iot-hub/iot-hub-x509ca-overview.md).
@@ -68,6 +70,9 @@ To connect a device with device SAS token to your application:
6870
az iot central device compute-device-key --primary-key <enrollment group primary key> --device-id <device ID>
6971
```
7072
73+
> [!TIP]
74+
> Each device that connects to your IoT Central application must have a unique device ID. The previous command generates a unique token for each device.
75+
7176
1. Use the generated device token when the device connects to your IoT Central application.
7277
7378
> [!NOTE]

articles/iot-central/core/overview-iot-central-developer.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: Device connectivity guide
33
description: This guide describes how IoT devices connect to and communicate with your IoT Central application. The article describes telemetry, properties, and commands.
44
author: dominicbetts
55
ms.author: dobett
6-
ms.date: 03/01/2024
6+
ms.date: 10/21/2024
77
ms.topic: conceptual
88
ms.service: azure-iot-central
99
services: iot-central
@@ -56,7 +56,7 @@ As you connect a device to IoT Central, it goes through the following stages: _r
5656

5757
### Register a device
5858

59-
When you register a device with IoT Central, you tell IoT Central the ID of a device that you want to connect to the application. Optionally at this stage, you can assign the device to a [device template](concepts-device-templates.md) that declares the capabilities of the device to your application.
59+
When you register a device with IoT Central, you tell IoT Central the unique ID of the device that you want to connect to the application. Optionally at this stage, you can assign the device to a [device template](concepts-device-templates.md) that declares the capabilities of the device to your application.
6060

6161
> [!TIP]
6262
> A device ID can contain letters, numbers, and the `-` character.

0 commit comments

Comments
 (0)