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-export-data.md
+13-8Lines changed: 13 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
---
2
2
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.
4
4
author: dominicbetts
5
5
ms.author: dobett
6
6
ms.date: 02/18/2022
@@ -9,20 +9,25 @@ ms.service: iot-central
9
9
services: iot-central
10
10
ms.custom: mvc, mode-other, devx-track-azurecli
11
11
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.
12
14
---
13
15
14
16
# Quickstart: Export data from an IoT Central application
15
17
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.
17
19
18
20
In this quickstart, you:
19
21
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.
21
23
- Use Azure Data Explorer to run queries on the telemetry.
22
24
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
+
23
27
## Prerequisites
24
28
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.
26
31
- 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).
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:
233
238
234
239
```azurecli
235
-
az group delete --name IoTCentralExportData
240
+
az group delete --name IoTCentralExportData-rg
236
241
```
237
242
238
243
## Next steps
@@ -242,4 +247,4 @@ In this quickstart, you learned how to continuously export data from IoT Central
242
247
Now that you know now to export your data, the suggested next step is to:
243
248
244
249
> [!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