Skip to content

Commit d2dc6ee

Browse files
committed
Add comment
1 parent 0be6e73 commit d2dc6ee

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

include/Config.h

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,9 @@
2828
// Azure IoT Hub DPS
2929
#define IOT_CONFIG_GLOBAL_DEVICE_ENDPOINT "global.azure-devices-provisioning.net"
3030
#define IOT_CONFIG_ID_SCOPE "[id scope]"
31-
#define IOT_CONFIG_REGISTRATION_ID "[registration id]"
32-
#define IOT_CONFIG_SYMMETRIC_KEY "[symmetric key]"
31+
#define IOT_CONFIG_REGISTRATION_ID "[registration id]" // For Azure IoT Central, specify the device id.
32+
#define IOT_CONFIG_SYMMETRIC_KEY "[symmetric key]" // For Azure IoT Central, symmetric key for individual enrollment or ComputeDerivedSymmetricKey("[symmetric key]", "[device id]") for group enrollment.
33+
// https://learn.microsoft.com/en-us/azure/iot-central/core/concepts-device-authentication#sas-enrollment-group
3334
#endif // USE_DPS
3435

3536
#endif // USE_CLI

0 commit comments

Comments
 (0)