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…
Question
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)- A14% (7)
- B10% (5)
- C72% (36)
- D4% (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
Community Discussion
No community discussion yet for this question.