Skip to content

Commit 878cc6c

Browse files
authored
CC185416: Fixing Typo
Localization team has reported source content issue that causes localized version to have broken/different format compared to en-us version. Description: "IOT" should be "IoT" Affected Line: 34
1 parent bdaa7ee commit 878cc6c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/iot-hub/quickstart-send-telemetry-c.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ If you don’t have an Azure subscription, create a [free account](https://azure
3131

3232
* Install [Visual Studio 2019](https://www.visualstudio.com/vs/) with the ['Desktop development with C++'](https://www.visualstudio.com/vs/support/selecting-workloads-visual-studio-2017/) workload enabled.
3333
* Install the latest version of [Git](https://git-scm.com/download/).
34-
* Run the following command to add the Microsoft Azure IoT Extension for Azure CLI to your Cloud Shell instance. The IOT Extension adds IoT Hub, IoT Edge, and IoT Device Provisioning Service (DPS) specific commands to Azure CLI.
34+
* Run the following command to add the Microsoft Azure IoT Extension for Azure CLI to your Cloud Shell instance. The IoT Extension adds IoT Hub, IoT Edge, and IoT Device Provisioning Service (DPS) specific commands to Azure CLI.
3535

3636
```azurecli-interactive
3737
az extension add --name azure-cli-iot-ext
@@ -200,4 +200,4 @@ In this quickstart, you set up an IoT hub, registered a device, sent simulated t
200200
To learn more about developing with the Azure IoT Hub C SDK, continue to the following How-to guide:
201201
202202
> [!div class="nextstepaction"]
203-
> [Develop using Azure IoT Hub C SDK](iot-hub-devguide-develop-for-constrained-devices.md)
203+
> [Develop using Azure IoT Hub C SDK](iot-hub-devguide-develop-for-constrained-devices.md)

0 commit comments

Comments
 (0)