title | description | author | ms.author | ms.date | ms.topic | ms.service | services | manager |
---|---|---|---|---|---|---|---|---|
Create and manage event rules in your Azure IoT Central application | Microsoft Docs |
Azure IoT Central event rules enable you to monitor your devices in near real time and to automatically invoke actions, such as sending an email, when the rule triggers. |
ankitgupta |
ankitgup |
08/14/2018 |
conceptual |
iot-central |
iot-central |
peterpr |
This article applies to operators, builders, and administrators.
You can use Azure IoT Central to remotely monitor your connected devices. Azure IoT Central rules enable you to monitor your devices in near real time and automatically invoke actions, such as send an email or trigger Microsoft Flow. In just a few clicks, you can define the condition for which to monitor your device data and configure the corresponding action. This article explains how to create rules to monitor events sent by the device.
Devices can use event measurement to send important or informational device events. An event rule triggers when the selected device event is reported by the device.
To create an event rule, the device template must have at least one event measurement defined. This example uses a refrigerated vending machine device that reports a fan motor error event. The rule monitors the event reported by the device and sends an email whenever the event is reported.
-
Using Device Explorer, navigate to the device template for which you are adding the rule for.
-
Under the selected template, click on an existing device.
[!TIP] If the template doesn't have any devices then add a new device first.
-
If you haven’t created any rules yet, you see the following screen:
-
On the Rules tab, click Edit Template and then + New Rule to see the types of rules you can create.
-
Click on the Event tile to create an event monitoring rule.
-
Enter a name that helps you to identify the rule in this device template.
-
To immediately enable the rule for all the devices created from this template, toggle Enable rule for all devices for this template.
The rule automatically applies to all the devices under the device template.
Condition defines the criteria that is monitored by the rule.
-
Choose the + next to Conditions to add a new condition.
-
Choose the event that you want to monitor from the Measurement dropdown. In this example, Fan Motor Error event has been selected.
-
Optionally, you can also set Count as Aggregation and provide the corresponding threshold.
- Without aggregation, the rule triggers for each event data point that meets the condition. For example, if you configure the rule's condition to trigger when a 'Fan Motor Error' event occurs then the rule will trigger almost immediately when the device reports that event.
- If Count is used as an aggregate function, then you have to provide a Threshold and an Aggregate time window over which the condition needs to be evaluated. In this case, the count of events is aggregated and the rule will trigger only if the aggregated event count matches the threshold.
For example, if you want to alert when there are more than three device events within 5 minutes, then select the event and set the aggregate function as "count", operator as "greater than", and "threshold" as 3. Set "Aggregation time period" as "5 minutes". The rule triggers when more than three events are sent by the device within 5 minutes. The rule evaluation frequency is the same as the Aggregate time window, which means, in this example, the rule is evaluated once every 5 minutes.
[!NOTE] More than one event measurement can be added under Condition. When multiple conditions are specified, all the conditions must be met for the rule to trigger. Each conditon gets joined by an 'AND' clause implicitly. When using aggregate, every measurement must be aggregated.
This section shows you how to set up actions to take when the rule is fired. Actions get invoked when all the conditions specified in the rule evaluate to true.
-
Choose the + next to Actions. Here you see the list of available actions.
-
Choose the Email action, enter a valid email address in the To field, and provide a note to appear in the body of the email when the rule triggers.
[!NOTE] Emails are only sent to the users that have been added to the application and have logged in at least once. Learn more about user management in Azure IoT Central.
-
To save the rule, choose Save. The rule goes live within a few minutes and starts monitoring the events being sent to your application. When the condition specified in the rule matches, the rule triggers the configured email action.
-
Choose Done to exit the Edit Template mode.
You can add other actions to the rule such as Microsoft Flow and webhooks. You can add up to 5 actions per rule.
- Microsoft Flow action to kick off a workflow in Microsoft Flow when a rule is triggered
- Webhook action to notify other services when a rule is triggered
Actions can also be configured using Device Property as a parameter. If an email address is stored as a device property, then it can be used when you define the To address.
If you no longer need a rule, delete it by opening the rule and choosing Delete. Deleting the rule removes it from the device template and all the associated devices.
Navigate to the device and choose the rule you want to enable or disable. Toggle the Enable rule for all devices of this template button to enable or disable the rule for all devices that are associated with the device template.
Navigate to the device and choose the rule you want to enable or disable. Toggle the Enable rule for this device button to either enable or disable the rule for that device.
Now that you have learned how to create rules in your Azure IoT Central application, here are some next step: