Skip to content

Commit 11614ed

Browse files
authored
Merge pull request #166502 from dominicbetts/central-device-id
Add information about device IDs
2 parents e55f50a + 2eec765 commit 11614ed

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

articles/iot-central/core/howto-manage-devices-in-bulk.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -168,8 +168,8 @@ To connect large number of devices to your application, you can bulk import devi
168168

169169
| Column | Description |
170170
| - | - |
171-
| IOTC_DEVICEID | The device ID is a unique identified this device will use to connect. The device ID can contain letters, numbers, and the `-` character without any spaces. |
172-
| IOTC_DEVICENAME | Optional. The device name is a friendly name that will be displayed throughout the application. If not specified, the same as the device ID. |
171+
| IOTC_DEVICEID | The device ID is a unique identified this device will use to connect. The device ID can contain letters, numbers, and the `-` character without any spaces. The maximum length is 128 characters. |
172+
| IOTC_DEVICENAME | Optional. The device name is a friendly name that will be displayed throughout the application. If not specified, the same as the device ID. The maximum length is 148 characters. |
173173

174174
To bulk-register devices in your application:
175175

@@ -225,7 +225,7 @@ To bulk export devices from your application:
225225
* IOTC_X509THUMBPRINT_PRIMARY
226226
* IOTC_X509THUMBPRINT_SECONDARY
227227

228-
For more information about connection strings and connecting real devices to your IoT Central application, see [Device connectivity in Azure IoT Central](concepts-get-connected.md).
228+
For more information about connecting real devices to your IoT Central application, see [Device connectivity in Azure IoT Central](concepts-get-connected.md).
229229

230230
## Next steps
231231

articles/iot-central/core/howto-manage-devices-individually.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,8 @@ To add a device to your Azure IoT Central application:
4444

4545
1. Choose + **New**.
4646

47+
1. Enter a device name and ID or accept the default. The maximum length of a device name is 148 characters. The maximum length of a device ID is 128 characters.
48+
4749
1. Turn the **Simulated** toggle to **On** or **Off**. A real device is for a physical device that you connect to your Azure IoT Central application. A simulated device has sample data generated for you by Azure IoT Central.
4850

4951
1. Select **Create**.

0 commit comments

Comments
 (0)