Valid AZ-220 Dumps shared by ExamDiscuss.com for Helping Passing AZ-220 Exam! ExamDiscuss.com now offer the newest AZ-220 exam dumps, the ExamDiscuss.com AZ-220 exam questions have been updated and answers have been corrected get the newest ExamDiscuss.com AZ-220 dumps with Test Engine here:
You have an Azure IoT solution that includes several Azure IoT hubs. A new alerting feature was recently added to the IoT devices. The feature uses a new device twin reported property named alertCondition. You need to send alerts to an Azure Service Bus queue named MessageAlerts. The alerts must include alertConditionand the name of the IoT hub. Which two actions should you perform? Each correct answer presents part of the solution. NOTE: Each correct selection is worth one point.
Correct Answer: C,D
C: Device twins change notifications allow back end applications to be notified in real-time of twin changes and react as business logic requires. For instance, when building an application that notifies an operator directly that a device has a firmware update pending and is "ready to update". This is accomplished by creating a routing rule from the "Twin Change Events" source and filtering all events that involve the software update status. D: Applying enrichments The messages can come from any data source supported by IoT Hub message routing, including the following examples: * -->device twin change notifications -- changes in the device twin * device telemetry, such as temperature or pressure * device life-cycle events, such as when the device is created or deleted Reference: https://docs.microsoft.com/en-us/azure/iot-hub/iot-hub-message-enrichments-overview https://azure.microsoft.com/en-us/blog/enhancements-to-azure-iot-hub-improve-management-of-the-full- device-lifecycle/