Skip to content

Commit f867b5c

Browse files
authored
Merge pull request #107565 from sandeeppujar/patch-15
Update concepts-get-connected.md
2 parents b9a2c31 + b20f8bd commit f867b5c

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

articles/iot-central/core/concepts-get-connected.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -189,6 +189,9 @@ When a real device connects to your IoT Central application, its device status c
189189
- Devices not registered manually on the **Devices** page connected with valid credentials but without specifying the Template ID during registration.
190190
The Operator can associate a device to a Template from the **Devices** page using the **Migrate** button.
191191

192+
## Best practices
193+
1. When using DPS to connect devices to IoT Central, ensure that the (IoT Hub) device connection string is not persisted or cached. To reconnect devices go through the regular DPS device registration flow to get the correct device connection string. If the connection string is cached the device software runs into the risk of having a stale connection string in the scenarios where IoT Central has updated the underlying Azure IoT Hub.
194+
192195
## SDK support
193196

194197
The Azure Device SDKs offer the easiest way for you implement your device code. The following device SDKs are available:

0 commit comments

Comments
 (0)