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/quick-configure-rules.md
+13-7Lines changed: 13 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,20 +3,29 @@ title: Quickstart - Configure rules and actions in Azure IoT Central
3
3
description: This quickstart shows you how to configure telemetry-based rules and actions in your IoT Central application.
4
4
author: dominicbetts
5
5
ms.author: dobett
6
-
ms.date: 06/10/2022
6
+
ms.date: 09/26/2022
7
7
ms.topic: quickstart
8
8
ms.service: iot-central
9
9
services: iot-central
10
10
ms.custom: mvc, mode-other
11
+
12
+
# Customer intent: As a new user of IoT Central, I want to learn how to use rules to notify me when a specific condition is detected on one of my device.
11
13
---
12
14
13
15
# Quickstart: Configure rules and actions for your device in Azure IoT Central
14
16
15
-
In this quickstart, you create an IoT Central rule that sends an email when someone turns your phone over.
17
+
Get started with IoT Central rules. In this quickstart you create a rule that sends an email when someone turns your phone over.
18
+
19
+
In this quickstart, you:
20
+
21
+
- Create a rule that detects when a telemetry value passes a threshold.
22
+
- Configure the rule to notify you by email.
23
+
- Use the smartphone app to test the rule.
16
24
17
25
## Prerequisites
18
26
19
-
Before you begin, you should complete the previous quickstart [Connect your first device](./quick-deploy-iot-central.md). It shows you how to create an Azure IoT Central application and connect the **IoT Plug and Play** smartphone app to it.
27
+
- An Azure account with an active subscription. [Create an account for free](https://azure.microsoft.com/free).
28
+
- Complete the first quickstart [Create an Azure IoT Central application](./quick-deploy-iot-central.md).
20
29
21
30
## Create a telemetry-based rule
22
31
@@ -116,10 +125,7 @@ After your testing is complete, disable the rule to stop receiving the notificat
116
125
117
126
## Next steps
118
127
119
-
In this quickstart, you learned how to:
120
-
121
-
* Create a telemetry-based rule
122
-
* Add an action
128
+
In this quickstart, you learned how to create a telemetry-based rule and add an action to it.
123
129
124
130
To learn more about integrating your IoT Central application with other services, see:
Copy file name to clipboardExpand all lines: articles/iot-central/core/quick-deploy-iot-central.md
+18-10Lines changed: 18 additions & 10 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,29 +1,37 @@
1
1
---
2
2
title: Quickstart - Connect a device to an Azure IoT Central application | Microsoft Docs
3
-
description: Quickstart - Connect your first device to a new IoT Central application. This quickstart uses a smartphone app from either the Google Play or Apple app store as an IoT device.
3
+
description: In this quickstart you learn how to connect your first device to a new IoT Central application. This quickstart uses a smartphone app from either the Google Play or Apple app store as an IoT device.
# Customer intent: As a new user of IoT Central, I want to learn how to get started with an IoT Central application and an IoT device.
11
13
---
12
14
13
15
# Quickstart - Use your smartphone as a device to send telemetry to an IoT Central application
14
16
15
-
This quickstart shows you how to create an Azure IoT Central application and connect your first device. To get you started quickly, you install an app on your smartphone to act as the device. The app sends telemetry, reports properties, and responds to commands:
17
+
Get started with an Azure IoT Central application and connect your first device. To get you started quickly, you install an app on your smartphone to act as the device. The app sends telemetry, reports properties, and responds to commands:
16
18
17
19
:::image type="content" source="media/quick-deploy-iot-central/overview.png" alt-text="Overview of quickstart scenario connecting a smartphone app to IoT Central." border="false":::
18
20
21
+
In this quickstart, you:
22
+
23
+
- Create an IoT Central application.
24
+
- Register a new device in the application.
25
+
- Connect a device to the application and view the telemetry it sends.
26
+
- Control the device from your application.
27
+
19
28
## Prerequisites
20
29
21
-
An active Azure subscription. If you don't have an Azure subscription, create a [free account](https://azure.microsoft.com/free/?WT.mc_id=A261C142F) before you begin.
30
+
-An Azure account with an active subscription. [Create an account for free](https://azure.microsoft.com/free).
22
31
23
-
> [!TIP]
24
-
> You should have at least **Contributor** access in your Azure subscription. If you created the subscription yourself, you're automatically an administrator with sufficient access. To learn more, see [What is Azure role-based access control?](../../role-based-access-control/overview.md)
32
+
You should have at least **Contributor** access in your Azure subscription. If you created the subscription yourself, you're automatically an administrator with sufficient access. To learn more, see [What is Azure role-based access control?](../../role-based-access-control/overview.md)
25
33
26
-
An Android or iOS smartphone on which you're able to install a free app from one of the official app stores.
34
+
-An Android or iOS smartphone on which you're able to install a free app from one of the official app stores.
27
35
28
36
## Create an application
29
37
@@ -65,7 +73,7 @@ To register your device:
65
73
66
74
1. On the **Create a new device** page, accept the defaults, and then select **Create**.
67
75
68
-
1. In the list of devices, click the device name:
76
+
1. In the list of devices, click on the device name:
69
77
70
78
:::image type="content" source="media/quick-deploy-iot-central/device-name.png" alt-text="A screenshot that shows the highlighted device name that you can select.":::
71
79
@@ -96,7 +104,7 @@ To view the telemetry from the smartphone app in IoT Central:
96
104
97
105
1. In IoT Central, navigate to the **Devices** page.
98
106
99
-
1. In the list of devices, click on your device name, then select **Overview**:
107
+
1. In the list of devices, click on the device name, then select **Overview**:
100
108
101
109
:::image type="content" source="media/quick-deploy-iot-central/iot-central-telemetry.png" alt-text="Screenshot of the overview page with telemetry plots.":::
102
110
@@ -119,7 +127,7 @@ To see the acknowledgment from the smartphone app, select **command history**.
119
127
120
128
## Next steps
121
129
122
-
In this quickstart, you created an IoT Central application and connected device that sends telemetry. In this quickstart, you used a smartphone app as the IoT device that connects to IoT Central. Here's the suggested next step to continue learning about IoT Central:
130
+
In this quickstart, you created an IoT Central application and connected device that sends telemetry. Then you used a smartphone app as the IoT device that connects to IoT Central. Here's the suggested next step to continue learning about IoT Central:
123
131
124
132
> [!div class="nextstepaction"]
125
133
> [Add a rule to your IoT Central application](./quick-configure-rules.md)
0 commit comments