Skip to content

Commit 8203ec4

Browse files
committed
Fix reference to quickstart in article
1 parent a9ea7da commit 8203ec4

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

articles/iot/tutorial-send-telemetry-iot-hub.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
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.
44
author: timlt
55
ms.author: timlt
66
ms.service: iot
@@ -13,7 +13,7 @@ ms.devlang: azurecli
1313
#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.
1414
---
1515

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
1717

1818
:::zone pivot="programming-language-ansi-c"
1919

@@ -46,7 +46,7 @@ ms.devlang: azurecli
4646
:::zone-end
4747

4848
## 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.
5050

5151
> [!IMPORTANT]
5252
> 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:
6565
6666
## Next steps
6767
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.
6969
7070
As a next step, explore the following articles to learn more about building device solutions with Azure IoT.
7171

0 commit comments

Comments
 (0)