AZ-220 · Question #79
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…
The correct answer is 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. For non-telemetry events like DeviceConnected, DeviceDisconnected, DeviceCreated and 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…
Question
Options
- AFrom the IoT hub, configure an event subscription that has API management as the Endpoint
- BFrom the IoT hub, configure an event subscription that has Web Hook as the Endpoint Type.
- CCreate an Azure logic app that has a Request trigger.
- DFrom the IoT hub, configure an event subscription that has Service Bus Queue as the Endpoint
How the community answered
(53 responses)- A6% (3)
- B85% (45)
- D9% (5)
Explanation
For non-telemetry events like DeviceConnected, DeviceDisconnected, DeviceCreated and 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. https://docs.microsoft.com/en-us/azure/event-grid/publish-iot-hub-events-to-logic-apps
Topics
Community Discussion
No community discussion yet for this question.