Skip to content

Commit c54964c

Browse files
authored
Update quickstart-devkit-mxchip-az3166-iot-hub.md
Fixing a doc bug in this quick start. For preparing the device it incorrectly directed the user to set 'IOT_DPS_REGISTRATION_ID' instead of 'IOT_HUB_DEVICE_ID'. The latter is correct because this quick start is for the non-DPS scenario.
1 parent c4f63e1 commit c54964c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/iot-develop/quickstart-devkit-mxchip-az3166-iot-hub.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -204,7 +204,7 @@ To connect the MXCHIP DevKit to Azure, you'll modify a configuration file for Wi
204204
|Constant name|Value|
205205
|-------------|-----|
206206
|`IOT_HUB_HOSTNAME` |{*Your Iot hub hostName value*}|
207-
|`IOT_DPS_REGISTRATION_ID` |{*Your Device ID value*}|
207+
|`IOT_HUB_DEVICE_ID` |{*Your Device ID value*}|
208208
|`IOT_DEVICE_SAS_KEY` |{*Your Primary key value*}|
209209
210210
1. Save and close the file.

0 commit comments

Comments
 (0)