You have an Azure IoT hub. You plan to implement IoT Hub events by using Azure Event Grid. You need to send an email when the following events occur: ✑ Device Created ✑ Device Deleted ✑ Device Connected ✑ Device Disconnected Which two actions should you perform? Each correct answer presents part of the solution. NOTE: Each correct selection is worth one point. A. From the IoT hub, configure an event subscription that has API management as the Endpoint Type. B. From the IoT hub, configure an event subscription that has Web Hook as the Endpoint Type. C. Create an Azure logic app that has a Request trigger. D. From the IoT hub, configure an event subscription that has Service Bus Queue as the Endpoint Type. E. Create an Azure logic app that has a scheduled trigger. Suggested Answer: BC For non-telemetry events like DeviceConnected, DeviceDisconnected, DeviceCreated and DeviceDeleted, the Event Grid filtering can be used when creating the subscription. C: Azure Event Grid enables you to react to events in IoT Hub by triggering actions in your downstream business applications. A trigger, such as a Request trigger, is a specific event that starts your logic app. Reference: https://docs.microsoft.com/en-us/azure/event-grid/publish-iot-hub-events-to-logic-apps 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