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…
Question
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)- A20% (3)
- B73% (11)
- C7% (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
Community Discussion
No community discussion yet for this question.