Skip to content

Commit 49f47ed

Browse files
committed
Apply quickstart guidance
1 parent 49e9ff3 commit 49f47ed

File tree

6 files changed

+32
-18
lines changed

6 files changed

+32
-18
lines changed
-24.1 KB
Loading
-24 KB
Loading
-39.9 KB
Loading

articles/iot-central/core/quick-configure-rules.md

Lines changed: 13 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -3,20 +3,29 @@ title: Quickstart - Configure rules and actions in Azure IoT Central
33
description: This quickstart shows you how to configure telemetry-based rules and actions in your IoT Central application.
44
author: dominicbetts
55
ms.author: dobett
6-
ms.date: 06/10/2022
6+
ms.date: 09/26/2022
77
ms.topic: quickstart
88
ms.service: iot-central
99
services: iot-central
1010
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.
1113
---
1214

1315
# Quickstart: Configure rules and actions for your device in Azure IoT Central
1416

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.
1624

1725
## Prerequisites
1826

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).
2029

2130
## Create a telemetry-based rule
2231

@@ -116,10 +125,7 @@ After your testing is complete, disable the rule to stop receiving the notificat
116125

117126
## Next steps
118127

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.
123129

124130
To learn more about integrating your IoT Central application with other services, see:
125131

articles/iot-central/core/quick-deploy-iot-central.md

Lines changed: 18 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,29 +1,37 @@
11
---
22
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.
44
author: dominicbetts
55
ms.author: dobett
6-
ms.date: 06/22/2022
6+
ms.date: 09/26/2022
77
ms.topic: quickstart
88
ms.service: iot-central
99
services: iot-central
1010
ms.custom: [mode-other, iot-central-frontdoor, contperf-fy22q4]
11+
12+
# 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.
1113
---
1214

1315
# Quickstart - Use your smartphone as a device to send telemetry to an IoT Central application
1416

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:
1618

1719
:::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":::
1820

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+
1928
## Prerequisites
2029

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).
2231

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)
2533

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.
2735

2836
## Create an application
2937

@@ -65,7 +73,7 @@ To register your device:
6573

6674
1. On the **Create a new device** page, accept the defaults, and then select **Create**.
6775

68-
1. In the list of devices, click the device name:
76+
1. In the list of devices, click on the device name:
6977

7078
:::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.":::
7179

@@ -96,7 +104,7 @@ To view the telemetry from the smartphone app in IoT Central:
96104

97105
1. In IoT Central, navigate to the **Devices** page.
98106

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**:
100108

101109
:::image type="content" source="media/quick-deploy-iot-central/iot-central-telemetry.png" alt-text="Screenshot of the overview page with telemetry plots.":::
102110

@@ -119,7 +127,7 @@ To see the acknowledgment from the smartphone app, select **command history**.
119127

120128
## Next steps
121129

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:
123131

124132
> [!div class="nextstepaction"]
125133
> [Add a rule to your IoT Central application](./quick-configure-rules.md)

articles/iot-central/core/quick-export-data.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: Quickstart - Export data from Azure IoT Central
33
description: In this quickstart you learn how to use the data export feature in IoT Central to integrate with other cloud services.
44
author: dominicbetts
55
ms.author: dobett
6-
ms.date: 02/18/2022
6+
ms.date: 09/26/2022
77
ms.topic: quickstart
88
ms.service: iot-central
99
services: iot-central

0 commit comments

Comments
 (0)