nerdexam
Microsoft

AZ-220 · Question #102

You have an Azure IoT Edge module named SampleModule that runs on a device named Device1. You make changes to the code of SampleModule by using Microsoft Visual Studio Code. You need to push the…

The correct answer is B. Create a deployment for a single device. C. Generate a deployment manifest. C: Configure a deployment manifest. A deployment manifest is a JSON document that describes which modules to deploy, how data flows between the modules, and desired properties of the B: You deploy modules to your device by applying the deployment manifest that you configured…

Implement IoT Edge

Question

You have an Azure IoT Edge module named SampleModule that runs on a device named Device1. You make changes to the code of SampleModule by using Microsoft Visual Studio Code. You need to push the code to the container registry and then deploy the module to Device1. Which two actions should you perform from Visual Studio Code? Each correct answer presents part of the solution. NOTE: Each correct selection is worth one point.

Options

  • ABuild and push the SampleModule code to the registry.
  • BCreate a deployment for a single device.
  • CGenerate a deployment manifest.
  • DBuild an loT Edge solution.
  • EGenerate a shared access signature (SAS) token for Device 1.

How the community answered

(34 responses)
  • A
    12% (4)
  • B
    76% (26)
  • D
    9% (3)
  • E
    3% (1)

Explanation

C: Configure a deployment manifest. A deployment manifest is a JSON document that describes which modules to deploy, how data flows between the modules, and desired properties of the B: You deploy modules to your device by applying the deployment manifest that you configured with the module information. https://docs.microsoft.com/en-us/azure/iot-edge/how-to-deploy-modules-vscode

Topics

#IoT Edge deployment#container registry#deployment manifest#Visual Studio Code

Community Discussion

No community discussion yet for this question.

Full AZ-220 Practice