Question 60:
IoT Hub generates messages on occurrence of certain events. Relying on this feature you want to send email alerts to the operations when critical devices become unavailable. You want to use Azure Event Grid with Logic Apps. Here are the steps you should consider while building the required solution: Create an event subscription in IoT Hub (Device Disconnected) Create an Event Grid connection Define Logic App trigger event (Microsoft.Devices.DeviceDisconnected) Devine a Webhook endpoint in IoT Hub for Logic App function Define an Azure Functions endpoint in IoT Hub Configure Logic App action (send email) Define a message route to Event Grid in IoT Hub Which steps should be executed in what order?
Answer options:
A.2, 6, 1, 4 B.3, 6, 1, 7 C.3, 6, 1, 4 D.3, 6, 1, 5