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-advanced.md
+10-10Lines changed: 10 additions & 10 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,28 +1,28 @@
1
1
---
2
-
title: Configure advanced rules and actions in Azure IoT Central | Microsoft Docs
2
+
title: Use workflows to integrate your Azure IoT Central application with other cloud services | Microsoft Docs
3
3
description: This how-to article shows you, as a builder, how to configure rules and actions that integrate your IoT Central application with other cloud services. To create an advanced rule, you use an IoT Central connector in either Power Automate or Azure Logic Apps.
4
4
author: dominicbetts
5
5
ms.author: dobett
6
-
ms.date: 04/29/2020
6
+
ms.date: 05/11/2020
7
7
ms.topic: how-to
8
8
ms.service: iot-central
9
9
services: iot-central
10
10
---
11
11
12
-
# Configure advanced rules
12
+
# Use workflows to integrate your Azure IoT Central application with other cloud services
13
13
14
14
*This article applies to solution builders.*
15
15
16
16
You can create rules in IoT Central that trigger actions, such as sending an email, in response to telemetry-based conditions, such as device temperature exceeding a threshold.
17
17
18
-
The IoT Central connector for Power Automate and Azure Logic Apps lets you create more advanced rules:
18
+
The IoT Central connector for Power Automate and Azure Logic Apps lets you create more advanced rules to automate operations in IoT Central:
19
19
20
-
- When a rule fires in your Azure IoT Central app, it can trigger a flow in Power Automate or Azure Logic Apps. These flows can run actions in other cloud services, such as Office 365, or a third-party service.
21
-
- An event in another cloud service, such as Office 365, can trigger a flow in Power Automate or Azure Logic Apps. These flows can run actions or retrieve data from your IoT Central application.
20
+
- When a rule fires in your Azure IoT Central app, it can trigger a workflow in Power Automate or Azure Logic Apps. These workflows can run actions in other cloud services, such as Office 365, or a third-party service.
21
+
- An event in another cloud service, such as Office 365, can trigger a workflow in Power Automate or Azure Logic Apps. These workflows can run actions or retrieve data from your IoT Central application.
22
22
23
-
## Trigger a flow
23
+
## Trigger a workflow from a rule
24
24
25
-
Before you can trigger a flow in Power Automate or Azure Logic Apps, you need a rule in your IoT Central application. To learn more, see [Configure rules and actions in Azure IoT Central](./howto-configure-rules.md).
25
+
Before you can trigger a workflow in Power Automate or Azure Logic Apps, you need a rule in your IoT Central application. To learn more, see [Configure rules and actions in Azure IoT Central](./howto-configure-rules.md).
26
26
27
27
To add the **Azure IoT Central - preview** connector as a trigger in Power Automate:
28
28
@@ -41,11 +41,11 @@ To add the **Azure IoT Central - preview** connector as a trigger in Azure Logic
41
41
42
42
:::image type="content" source="./media/howto-configure-rules-advanced/triggers.png" alt-text="Find the Azure IoT Central - preview connector and choose the trigger":::
43
43
44
-
You can now add more steps to your flow to build out your integration scenario.
44
+
You can now add more steps to your workflow to build out your integration scenario.
45
45
46
46
## Run an action
47
47
48
-
You can run actions in an IoT Central application from Power Automate and Azure Logic Apps flows. First, create your flow and use a connector to define a trigger to start the flow. Then use the **Azure IoT Central - preview** connector as an action.
48
+
You can run actions in an IoT Central application from Power Automate and Azure Logic Apps workflows. First, create your workflow and use a connector to define a trigger to start the workflow. Then use the **Azure IoT Central - preview** connector as an action.
49
49
50
50
To add the **Azure IoT Central - preview** connector as an action in Power Automate:
0 commit comments