nerdexam
Microsoft

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…

Implement business integration

Question

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.

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)
  • A
    6% (3)
  • B
    85% (45)
  • D
    9% (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

#Event Grid#IoT Hub events#Logic App#device lifecycle events

Community Discussion

No community discussion yet for this question.

Full AZ-220 Practice