nerdexam
Microsoft

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…

Provision and manage devices

Question

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 new Raspberry Pi device. When you start the new Raspberry Pi device, you receive the following error message in the diagnostic logs of Hub1: "409002 LinkCreationConflict." You need to ensure that Device1 and the new Raspberry Pi device can run simultaneously without error. Which two actions should you perform? Each correct answer presents part of the solution. NOTE: Each correct selection is worth one point.

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)
  • A
    81% (39)
  • B
    2% (1)
  • C
    6% (3)
  • D
    10% (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

#device identity#connection string#LinkCreationConflict#device registration

Community Discussion

No community discussion yet for this question.

Full AZ-220 Practice