AZ-220 · Question #83
You have an Azure IoT solution that includes a basic tier Azure IoT hub named Hub1 and a Raspberry Pi device named Device1. Device1 connects to Hub1. You back up Device1 and restore the backup to a…
The correct answer is A. On the new Raspberry Pi device, modify the connection string. E. From Hub1, create a new IoT device. You see the error 409002 LinkCreationConflict in logs along with device disconnection or cloud- to-device message failure. Generally, this error happens when IoT Hub detects a client has more than one connection. In fact, when a new connection request arrives for a device with…
Question
Options
- AOn the new Raspberry Pi device, modify the connection string.
- BFrom Hub1, modify the device shared access policy.
- CUpgrade Hub1 to the standard tier.
- DFrom Hub1, create a new consumer group.
- EFrom Hub1, create a new IoT device.
How the community answered
(48 responses)- A81% (39)
- B2% (1)
- C6% (3)
- D10% (5)
Explanation
You see the error 409002 LinkCreationConflict in logs along with device disconnection or cloud- to-device message failure. Generally, this error happens when IoT Hub detects a client has more than one connection. In fact, when a new connection request arrives for a device with an existing connection, IoT Hub closes the existing connection with this error. https://docs.microsoft.com/en-us/azure/iot-hub/iot-hub-troubleshoot-error-409002- linkcreationconflict#symptoms https://devblogs.microsoft.com/iotdev/understand-different-connection-strings-in-azure-iot-hub/
Topics
Community Discussion
No community discussion yet for this question.