Skip to content

Commit f6bd1f9

Browse files
authored
Merge pull request #178827 from JimacoMS4/fix-run-a-device-heading
Run a device H2 -> Run the device sample
2 parents ec9f959 + 8371972 commit f6bd1f9

11 files changed

+11
-11
lines changed

includes/iot-develop-send-telemetry-central-c.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ To complete this quickstart on Windows, install Visual Studio 2019 and add the r
5151

5252
[!INCLUDE [iot-develop-create-central-app-with-device](iot-develop-create-central-app-with-device.md)]
5353

54-
## Run a device
54+
## Run the device sample
5555
In this section, you configure your local environment, install the Azure IoT C device SDK, and run a sample that creates a temperature controller.
5656

5757
### Configure your environment

includes/iot-develop-send-telemetry-central-csharp.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ Install the following prerequisites on your development machine:
3232

3333
[!INCLUDE [iot-develop-create-central-app-with-device](iot-develop-create-central-app-with-device.md)]
3434

35-
## Run a device
35+
## Run the device sample
3636
In this section, you configure your local environment, install the Azure IoT C# samples, and run a sample that creates a temperature controller.
3737

3838
### Configure your environment

includes/iot-develop-send-telemetry-central-java.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ To complete this quickstart on Linux or Raspberry Pi OS, install the following s
102102

103103
[!INCLUDE [iot-develop-create-central-app-with-device](iot-develop-create-central-app-with-device.md)]
104104

105-
## Run a device
105+
## Run the device sample
106106

107107
In this section, you configure your local environment, install the Azure IoT Java device SDK, and run a sample that creates a temperature controller.
108108

includes/iot-develop-send-telemetry-central-nodejs.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ Install the following prerequisites on your development machine:
2727

2828
[!INCLUDE [iot-develop-create-central-app-with-device](iot-develop-create-central-app-with-device.md)]
2929

30-
## Run a device
30+
## Run the device sample
3131
In this section, you configure your local environment, install the Azure IoT Node.js device SDK, and run a sample that creates a temperature controller.
3232

3333
### Configure your environment

includes/iot-develop-send-telemetry-central-python.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ Install the following prerequisites on your development machine:
2727

2828
[!INCLUDE [iot-develop-create-central-app-with-device](iot-develop-create-central-app-with-device.md)]
2929

30-
## Run a device
30+
## Run the device sample
3131
In this section, you configure your local environment, install the Azure IoT Python device SDK, and run a sample that creates a temperature controller.
3232

3333
### Configure your environment

includes/iot-develop-send-telemetry-iot-hub-c.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ To complete this quickstart on Windows, install Visual Studio 2019 and add the r
5959

6060
[!INCLUDE [iot-hub-include-create-hub-iot-explorer](iot-hub-include-create-hub-iot-explorer.md)]
6161

62-
## Run a device
62+
## Run the device sample
6363
In this section, you use the C SDK to send messages from a device to your IoT hub. You'll run a sample that implements a temperature controller with two thermostat sensors.
6464

6565
### Build the sample

includes/iot-develop-send-telemetry-iot-hub-csharp.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ Install the following prerequisites on your development machine except where not
3737

3838
[!INCLUDE [iot-hub-include-create-hub-iot-explorer](iot-hub-include-create-hub-iot-explorer.md)]
3939

40-
## Run a device
40+
## Run the device sample
4141

4242
In this section, you'll use the C# SDK to send messages from a device to your IoT hub. You'll run a sample that implements a temperature controller with two thermostat sensors.
4343

includes/iot-develop-send-telemetry-iot-hub-java.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ To complete this quickstart on Linux or Raspberry Pi OS, install the following s
107107

108108
[!INCLUDE [iot-hub-include-create-hub-iot-explorer](iot-hub-include-create-hub-iot-explorer.md)]
109109

110-
## Run a device
110+
## Run the device sample
111111

112112
In this section, you use the Java SDK to send messages from a device to your IoT hub. You'll run a sample that implements a temperature controller with two thermostat sensors.
113113

includes/iot-develop-send-telemetry-iot-hub-node.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ Install the following prerequisites on your development machine except where not
3232

3333
[!INCLUDE [iot-hub-include-create-hub-iot-explorer](iot-hub-include-create-hub-iot-explorer.md)]
3434

35-
## Run a device
35+
## Run the device sample
3636
In this section, you'll use the Node.js SDK to send messages from a device to your IoT hub. You'll run a sample that implements a temperature controller with two thermostat sensors.
3737

3838
1. Open a new console such as Windows CMD, PowerShell, or Bash. In the following steps, you'll use this console to install the Node.js SDK and work with Node.js sample code.

includes/iot-develop-send-telemetry-iot-hub-python.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ Install the following prerequisites on your development machine except where not
3232

3333
[!INCLUDE [iot-hub-include-create-hub-iot-explorer](iot-hub-include-create-hub-iot-explorer.md)]
3434

35-
## Run a device
35+
## Run the device sample
3636
In this section, you use the Python SDK to send messages from a device to your IoT hub. You'll run a sample that implements a temperature controller with two thermostat sensors.
3737

3838
1. Open a new console such as Windows CMD, PowerShell, or Bash. In the following steps, you'll use this console to install the Python SDK and work with the Python sample code.

0 commit comments

Comments
 (0)