Skip to content

Commit 49e9ff3

Browse files
committed
Changes based on quickstart guidance
1 parent f73272b commit 49e9ff3

File tree

2 files changed

+13
-8
lines changed

2 files changed

+13
-8
lines changed
14 KB
Loading

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

Lines changed: 13 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: Quickstart - Export data from Azure IoT Central
3-
description: Quickstart - Learn how to use the data export feature in IoT Central to integrate with other cloud services.
3+
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
66
ms.date: 02/18/2022
@@ -9,20 +9,25 @@ ms.service: iot-central
99
services: iot-central
1010
ms.custom: mvc, mode-other, devx-track-azurecli
1111
ms.devlang: azurecli
12+
13+
# Customer intent: As a new user of IoT Central, I want to learn how to use the data export feature so that I can integrate my IoT Central application with other backend services.
1214
---
1315

1416
# Quickstart: Export data from an IoT Central application
1517

16-
This quickstart shows you how to continuously export data from your Azure IoT Central application to another cloud service. To get you set up quickly, this quickstart uses [Azure Data Explorer](/azure/data-explorer/data-explorer-overview), a fully managed data analytics service for real-time analysis. Azure Data Explorer lets you store, query, and process the telemetry from devices such as the **IoT Plug and Play** smartphone app.
18+
Get started with IoT Central data export to integrate your IoT Central application with another cloud service such as Azure Data Explorer. Azure Data Explorer lets you store, query, and process the telemetry from devices such as the **IoT Plug and Play** smartphone app.
1719

1820
In this quickstart, you:
1921

20-
- Use the data export feature in IoT Central to export the telemetry sent by the smartphone app to an Azure Data Explorer database.
22+
- Use the data export feature in IoT Central to the telemetry from the smartphone app to an Azure Data Explorer database.
2123
- Use Azure Data Explorer to run queries on the telemetry.
2224

25+
Completing this quickstart incurs a small cost in your Azure account for the Azure Data Explorer instance. The first two devices in your IoT Central application are free.
26+
2327
## Prerequisites
2428

25-
- Before you begin, you should complete the first quickstart [Create an Azure IoT Central application](./quick-deploy-iot-central.md). The second quickstart, [Configure rules and actions for your device](quick-configure-rules.md), is optional.
29+
- An Azure account with an active subscription. [Create an account for free](https://azure.microsoft.com/free).
30+
- Complete the first quickstart [Create an Azure IoT Central application](./quick-deploy-iot-central.md). The second quickstart, [Configure rules and actions for your device](quick-configure-rules.md), is optional.
2631
- You need the IoT Central application *URL prefix* that you chose in the first quickstart [Create an Azure IoT Central application](./quick-deploy-iot-central.md).
2732

2833
[!INCLUDE [azure-cli-prepare-your-environment-no-header](../../../includes/azure-cli-prepare-your-environment-no-header.md)]
@@ -45,7 +50,7 @@ centralurlprefix="<The URL prefix of your IoT Central application>"
4550
4651
databasename="phonedata"
4752
location="eastus"
48-
resourcegroup="IoTCentralExportData"
53+
resourcegroup="IoTCentralExportData-rg"
4954
5055
az extension add -n kusto
5156
@@ -229,10 +234,10 @@ You may need to wait for several minutes to collect enough data. Try holding you
229234

230235
[!INCLUDE [iot-central-clean-up-resources](../../../includes/iot-central-clean-up-resources.md)]
231236

232-
To remove the Azure Data Explorer instance from your subscription and avoid being billed unnecessarily, delete the **IoTCentralExportData** resource group from the [Azure portal](https://portal.azure.com/#blade/HubsExtension/BrowseResourceGroups) or run the following command in the Azure Cloud Shell:
237+
To remove the Azure Data Explorer instance from your subscription and avoid being billed unnecessarily, delete the **IoTCentralExportData-rg** resource group from the [Azure portal](https://portal.azure.com/#blade/HubsExtension/BrowseResourceGroups) or run the following command in the Azure Cloud Shell:
233238

234239
```azurecli
235-
az group delete --name IoTCentralExportData
240+
az group delete --name IoTCentralExportData-rg
236241
```
237242

238243
## Next steps
@@ -242,4 +247,4 @@ In this quickstart, you learned how to continuously export data from IoT Central
242247
Now that you know now to export your data, the suggested next step is to:
243248

244249
> [!div class="nextstepaction"]
245-
> [Build and manage a device template](howto-set-up-template.md).
250+
> [Create and connect a device](tutorial-connect-device.md).

0 commit comments

Comments
 (0)