ExamQuestions.com

Register
Login
Microsoft Azure IoT Developer (AZ-220) Exam Questions

Microsoft

Microsoft Azure IoT Developer (AZ-220)

88 / 125

Question 88:

As a part of your IoT solution, you have an edge device which runs a Stream Analytics job as a custom module. Based on the actual data from the previous periods, you updated the job’s logic and now you want to update your deployment on the device itself. As part of the process, you have published the module to your container registry on ACR, sent the deployment manifest to the device. Everything looked fine, the edge runtime processed the deployment and the device is up and running. After a short time you notice that the module’s behavior is the same as before the update. 
What can be the probable reason for that?

Answer options:

A.The device must be restarted so that the changes take effect
B.The version number in module.json is the same as its version number in the ACR
C.The version number in module.json differs from its version number in the ACR
D.The update of the modules should be executed as part of updating the edge runtime