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/tutorial-send-telemetry-iot-hub.md
+5-5Lines changed: 5 additions & 5 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
-
title: Send device telemetry to Azure IoT Hub quickstart
3
-
description: "This quickstart shows device developers how to connect a device securely to Azure IoT Hub. You use an Azure IoT device SDK for C, C#, Python, Node.js, or Java, to build a device client for Windows, Linux, or Raspberry Pi (Raspbian). Then you connect and send telemetry."
2
+
title: Send device telemetry to Azure IoT Hub tutorial
3
+
description: This tutorial shows device developers how to connect a device securely to Azure IoT Hub. You use an Azure IoT device SDK for C, C#, Python, Node.js, or Java, to build a device client for Windows, Linux, or Raspberry Pi (Raspbian). Then you connect and send telemetry.
4
4
author: timlt
5
5
ms.author: timlt
6
6
ms.service: iot
@@ -13,7 +13,7 @@ ms.devlang: azurecli
13
13
#Customer intent: As a device application developer, I want to learn the basic workflow of using an Azure IoT device SDK to build a client app on a device, connect the device securely to Azure IoT Hub, and send telemetry.
14
14
---
15
15
16
-
# Quickstart: Send telemetry from an IoT Plug and Play device to Azure IoT Hub
16
+
# Tutorial: Send telemetry from an IoT Plug and Play device to Azure IoT Hub
17
17
18
18
:::zone pivot="programming-language-ansi-c"
19
19
@@ -46,7 +46,7 @@ ms.devlang: azurecli
46
46
:::zone-end
47
47
48
48
## Clean up resources
49
-
If you no longer need the Azure resources created in this quickstart, you can use the Azure CLI to delete them.
49
+
If you no longer need the Azure resources created in this tutorial, you can use the Azure CLI to delete them.
50
50
51
51
> [!IMPORTANT]
52
52
> Deleting a resource group is irreversible. The resource group and all the resources contained in it are permanently deleted. Make sure that you do not accidentally delete the wrong resource group or resources.
@@ -65,7 +65,7 @@ To delete a resource group by name:
65
65
66
66
## Next steps
67
67
68
-
In this quickstart, you learned a basic Azure IoT application workflow for securely connecting a device to the cloud and sending device-to-cloud telemetry. You used Azure CLI to create an Azure IoT hub and a device instance. Then you used an Azure IoT device SDK to create a temperature controller, connect it to the hub, and send telemetry. You also used Azure CLI to monitor telemetry.
68
+
In this tutorial, you learned a basic Azure IoT application workflow for securely connecting a device to the cloud and sending device-to-cloud telemetry. You used Azure CLI to create an Azure IoT hub and a device instance. Then you used an Azure IoT device SDK to create a temperature controller, connect it to the hub, and send telemetry. You also used Azure CLI to monitor telemetry.
69
69
70
70
As a next step, explore the following articles to learn more about building device solutions with Azure IoT.
0 commit comments