You have an Azure IoT Central application that monitors 100 IoT devices.You need to generate alerts when the temperature of a device exceeds 100 degrees. The solution must meet the following requirements:✑ Minimize costs✑ Minimize deployment timeWhat should you do?
Note: This question is part of a series of questions that present the same scenario. Each question in the series contains a unique solution that might meet the stated goals. Some question sets might have more than one correct solution, while others might not have a correct solution.After you answer a question in this section, you will NOT be able to return to it. As a result, these questions will not appear in the review screen.You have 20 IoT devices deployed across two floors of a building. The devices on the first floor must be set to 60 degrees. The devices on the second floor must be set to 80 degrees.The device twins are configured to use a tag that identifies the floor on which the twins are located.You create the following automatic configuration for the devices on the first floor.You create the following automatic configuration for the devices on the second floor.The IoT devices on the first floor report that the temperature is set to 80 degrees.You need to ensure that the first-floor devices are set to the correct temperature.Solution: In the automatic configuration for the second-floor devices, you set targetCondition to "tags.floor='second'".Does this meet the goal?
Note: This question is part of a series of questions that present the same scenario. Each question in the series contains a unique solution that might meet the stated goals. Some question sets might have more than one correct solution, while others might not have a correct solution.After you answer a question in this section, you will NOT be able to return to it. As a result, these questions will not appear in the review screen.You have 20 IoT devices deployed across two floors of a building. The devices on the first floor must be set to 60 degrees. The devices on the second floor must be set to 80 degrees.The device twins are configured to use a tag that identifies the floor on which the twins are located.You create the following automatic configuration for the devices on the first floor.You create the following automatic configuration for the devices on the second floor.The IoT devices on the first floor report that the temperature is set to 80 degrees.You need to ensure that the first-floor devices are set to the correct temperature.Solution: In the automatic configuration for the second-floor devices, you set Version to 2.Does this meet the goal?
You have an Azure IoT hub that has 1,000 registered devices.You create an Azure logic app.You need to send Device Connected and Device Disconnected events in real time to the logic app.What should you do?
DRAG DROP -You are troubleshooting device connections to and disconnections from an Azure IoT hub.You configure diagnostic logging for the IoT hub to send to Log Analytics.You need to generate a report that displays the device connection and disconnection events.How should you complete the query? To answer, drag the appropriate values to the correct targets. Each value may be used once, more than once, or not at all.You may need to drag the split bar between panes or scroll to view content.NOTE: Each correct selection is worth one point.Select and Place:
Note: This question is part of a series of questions that present the same scenario. Each question in the series contains a unique solution that might meet the stated goals. Some question sets might have more than one correct solution, while others might not have a correct solution.After you answer a question in this section, you will NOT be able to return to it. As a result, these questions will not appear in the review screen.You have an Azure IoT solution that includes an Azure IoT hub, a Device Provisioning Service instance, and 1,000 connected IoT devices.All the IoT devices are provisioned automatically by using one enrollment group.You need to temporarily disable the IoT devices from the connecting to the IoT hub.Solution: From the Device Provisioning Service, you disable the enrollment group, and you disable device entries in the identity registry of the IoT hub to which theIoT devices are provisioned.Does the solution meet the goal?