HOTSPOT - You have an Azure IoT hub. You plan to deploy 1,000 IoT devices by using automatic device management. The device twin is shown below. You need to configure automatic device management for the deployment. Which target Condition and Device Twin Path should you use? To answer, select the appropriate options in the answer area. NOTE: Each correct selection is worth one point. Hot Area: Â Suggested Answer: Box 1: tags.engine.warpDriveType='VM105a' Use tags to target twins. Before you create a configuration, you must specify which devices or modules you want to affect. Azure IoT Hub identifies devices and using tags in the device twin, and identifies modules using tags in the module twin. Box 2: properties.desired.warpOperating The twin path, which is the path to the JSON section within the twin desired properties that will be set. For example, you could set the twin path to properties.desired.chiller-water and then provide the following JSON content: { "temperature": 66, "pressure": 28 } Reference: https://docs.microsoft.com/en-us/azure/iot-hub/iot-hub-automatic-device-management This question is in AZ-220 Microsoft Azure IoT Developer Exam For getting Microsoft Certified: Azure IoT Developer Specialty Certificate Disclaimers: The website is not related to, affiliated with, endorsed or authorized by Microsoft. The website does not contain actual questions and answers from Microsoft's Certification Exams. Trademarks, certification & product names are used for reference only and belong to Microsoft.
Please login or Register to submit your answer