nerdexam
Microsoft

AZ-220 · Question #62

You have an Azure IoT Edge device. You need to modify the credentials used to access the container registry. What should you modify?

The correct answer is C. the $edgeAgent module twin. The module twin for the IoT Edge agent is called $edgeAgent and coordinates the communications between the IoT Edge agent running on a device and IoT Hub. The desired properties are set when applying a deployment manifest on a specific device as part of a single- device or…

Implement IoT Edge

Question

You have an Azure IoT Edge device. You need to modify the credentials used to access the container registry. What should you modify?

Options

  • Athe @edgeHub module twin
  • Bthe IoT Edge module
  • Cthe $edgeAgent module twin
  • Dthe Azure IoT Hub device twin

How the community answered

(50 responses)
  • A
    14% (7)
  • B
    10% (5)
  • C
    72% (36)
  • D
    4% (2)

Explanation

The module twin for the IoT Edge agent is called $edgeAgent and coordinates the communications between the IoT Edge agent running on a device and IoT Hub. The desired properties are set when applying a deployment manifest on a specific device as part of a single- device or at-scale deployment. These properties include: runtime.settings.registryCredentials.{registryId}.username runtime.settings.registryCredentials.registryId}.password https://docs.microsoft.com/en-us/azure/iot-edge/module-edgeagent-edgehub

Topics

#IoT Edge#edgeAgent module twin#container registry#deployment credentials

Community Discussion

No community discussion yet for this question.

Full AZ-220 Practice