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…
Question
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)- A12% (4)
- B76% (26)
- D9% (3)
- E3% (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
Community Discussion
No community discussion yet for this question.