Question 94 of 179 from exam AZ-204: Developing Solutions for Microsoft Azure

Question 94 of 179 from exam AZ-204: Developing Solutions for Microsoft Azure

Question

DRAG DROP - A company has multiple warehouses.

Each warehouse contains IoT temperature devices which deliver temperature data to an Azure Service Bus queue.

You need to send email alerts to facility supervisors immediately if the temperature at a warehouse goes above or below specified threshold temperatures.

Which five actions should you perform in sequence? To answer, move the appropriate actions from the list of actions to the answer area and arrange them in the correct order.

Select and Place:

Actions

Add a logic app trigger that fires when one or
more messages arrive In the queue.

Add a Recurrence trigger that schedules
the app to run every 15 minutes.

Add an action that sends an email to
specified personnel if the temperature is
outside of those thresholds.

Add a trigger that reads loT temperature
data from a Service Bus queue.

Add a logic app action that fires when one or
more messages arrive in the queue.

Add a condition that compares the
temperature against the upper and lower
thresholds.

Create a blank Logic app.

Add an action that reads loT temperature
data from the Service Bus queue.

Answer Area

Explanations

Actions

Answer Area

Add a logic app trigger that fires when one or
more messages arrive In the queue.

Create a blank Logic app.

Add a Recurrence trigger that schedules
the app to run every 15 minutes.

Add a logic app action that fires when one or
more messages arrive in the queue.

Add an action that sends an email to
specified personnel if the temperature is
outside of those thresholds.

Add an action that reads loT temperature
data from the Service Bus queue.

Add a trigger that reads loT temperature
data from a Service Bus queue.

Add a condition that compares the
temperature against the upper and lower
thresholds.

Add a logic app action that fires when one or
more messages arrive in the queue.

Add an action that sends an email to
specified personnel if the temperature is
outside of those thresholds.

Add a condition that compares the
temperature against the upper and lower
thresholds.

Create a blank Logic app.

Add an action that reads loT temperature
data from the Service Bus queue.

Step 1: Create a blank Logic app.

Create and configure a Logic App.

Step 2: Add a logical app trigger that fires when one or more messages arrive in the queue.

Configure the logic app trigger.

Under Triggers, select When one or more messages arrive in a queue (auto-complete)

Step 3: Add an action that reads IoT temperature data from the Service Bus queue Step 4: Add a condition that compares the temperature against the upper and lower thresholds.

Step 5: Add an action that sends an email to specified personnel if the temperature is outside of those thresholds Reference: https://docs.microsoft.com/en-us/azure/iot-hub/iot-hub-monitoring-notifications-with-azure-logic-apps.