You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/iot-central/core/howto-configure-rules.md
+7-5Lines changed: 7 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,7 +3,7 @@ title: Configure rules and actions in Azure IoT Central
3
3
description: This how-to article shows you, as a builder, how to configure telemetry-based rules and actions in your Azure IoT Central application.
4
4
author: dominicbetts
5
5
ms.author: dobett
6
-
ms.date: 04/16/2024
6
+
ms.date: 04/25/2025
7
7
ms.topic: how-to
8
8
ms.service: azure-iot-central
9
9
services: iot-central
@@ -46,7 +46,7 @@ You can specify a time aggregation to trigger your rule based on a time window.
46
46
47
47
## Create an email action
48
48
49
-
When you create an email action, the email address must be a **user ID** in the application, and the user must have signed in to the application at least once. You can also specify a note to include in the email. IoT Central shows an example of what the email looks like when the rule triggers:
49
+
When you create an email action, the email address must be a **user ID** in the application, and the user must sign in to the application at least once. You can also specify a note to include in the email. IoT Central shows an example of what the email looks like when the rule triggers:
50
50
51
51
:::image type="content" source="media/howto-configure-rules/email-action.png" alt-text="Screenshot that shows an email action for a rule." lightbox="media/howto-configure-rules/email-action.png":::
52
52
@@ -58,10 +58,12 @@ In this example, you connect to *RequestBin* to test the notification:
58
58
59
59
1. Navigate to [RequestBin](https://requestbin.com/).
60
60
61
-
1. Select **Create a RequestBin**.
61
+
1. Select **Create Request Bin**.
62
62
63
63
1. Sign in with one of the available methods.
64
64
65
+
1. If necessary, follow the instructions to create a RequestBin workspace.
66
+
65
67
1. Copy the URL of your RequestBin endpoint.
66
68
67
69
1. Add an action to your rule:
@@ -188,7 +190,7 @@ If you have one or more webhooks created and saved before **3 April 2020**, dele
188
190
189
191
This section describes how to use [Azure Monitor](/azure/azure-monitor/overview)*action groups* to attach multiple actions to an IoT Central rule. You can attach an action group to multiple rules. An [action group](/azure/azure-monitor/alerts/action-groups) is a collection of notification preferences defined by the owner of an Azure subscription.
190
192
191
-
You can [create and manage action groups in the Azure portal](/azure/azure-monitor/alerts/action-groups) or with an [Azure Resource Manager template](/azure/azure-monitor/alerts/action-groups-create-resource-manager-template).
193
+
You can [create and manage action groups in the Azure portal](/azure/azure-monitor/alerts/action-groups#create-an-action-group-in-the-azure-portal) or with an [Azure Resource Manager template](/azure/azure-monitor/alerts/action-groups#create-an-action-group-with-a-resource-manager-template).
192
194
193
195
An action group can:
194
196
@@ -228,4 +230,4 @@ A restriction applies to rules that are applied to IoT Edge modules. Rules on te
228
230
229
231
## Next steps
230
232
231
-
Now that you've learned how to configure a rule in your Azure IoT Central application, you can learn how to [Configure advanced rules](howto-configure-rules-advanced.md) using Power Automate or Azure Logic Apps.
233
+
Now that you know how to configure a rule in your Azure IoT Central application, you can learn how to [configure advanced rules](howto-configure-rules-advanced.md) using Power Automate or Azure Logic Apps.
0 commit comments