nerdexam
Microsoft

AZ-220 · Question #32

You develop a custom Azure IoT Edge module named temperature-module. You publish temperature-module to a private container registry named mycr.azurecr.io You need to build a deployment manifest for…

The correct answer is B. mcr.microsoft.com/azureiotedge-agent:1.0 D. mycr.azurecr.io/temperature-module:latest E. mcr.microsoft.com/azureiotedge-hub:1.0. Each IoT Edge device runs at least two modules: $edgeAgent and $edgeHub, which are part of the IoT Edge runtime. IoT Edge device can run multiple additional modules for any number of processes. Use a deployment manifest to tell your device which modules to install and how to…

Implement IoT Edge

Question

You develop a custom Azure IoT Edge module named temperature-module. You publish temperature-module to a private container registry named mycr.azurecr.io You need to build a deployment manifest for the IoT Edge device that will run temperature- module. Which three container images should you define in the manifest? Each correct answer presents part of the solution. NOTE: Each correct selection is worth one point.

Options

  • Amcr.microsoft.com/azureiotedge-simulated-temperature-sensor:1.0
  • Bmcr.microsoft.com/azureiotedge-agent:1.0
  • Cmcr.microsoft.com/iotedgedev:2.0
  • Dmycr.azurecr.io/temperature-module:latest
  • Emcr.microsoft.com/azureiotedge-hub:1.0

How the community answered

(15 responses)
  • A
    20% (3)
  • B
    73% (11)
  • C
    7% (1)

Explanation

Each IoT Edge device runs at least two modules: $edgeAgent and $edgeHub, which are part of the IoT Edge runtime. IoT Edge device can run multiple additional modules for any number of processes. Use a deployment manifest to tell your device which modules to install and how to configure them to work together. https://docs.microsoft.com/en-us/azure/iot-edge/module-composition

Topics

#deployment manifest#edgeAgent#edgeHub#container registry

Community Discussion

No community discussion yet for this question.

Full AZ-220 Practice