Skip to content

Commit 7c022be

Browse files
committed
Update iot hub telemetry article for VS version
1 parent 9f34c74 commit 7c022be

File tree

2 files changed

+5
-7
lines changed

2 files changed

+5
-7
lines changed

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

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,4 @@ As a next step, explore the following articles to learn more about building devi
7474
> [!div class="nextstepaction"]
7575
> [Control a device connected to an IoT hub](../iot-hub/quickstart-control-device.md)
7676
> [!div class="nextstepaction"]
77-
> [Send telemetry to IoT Central](quickstart-send-telemetry-central.md)
78-
> [!div class="nextstepaction"]
79-
> [Connect an MXCHIP AZ3166 devkit to IoT Central](quickstart-devkit-mxchip-az3166.md)
77+
> [Build a device solution with IoT Hub](set-up-environment.md)

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
ms.topic: include
77
ms.date: 09/10/2021
88
ms.author: timlt
9-
ms.custom: include file, devx-track-azurecli
9+
ms.custom: include file, devx-track-azurecli
1010
ms.devlang: azurecli
1111
---
1212

@@ -50,11 +50,11 @@ gcc --version
5050
```
5151

5252
### Windows
53-
To complete this quickstart on Windows, install Visual Studio 2019 and add the required components for C and C++ development.
53+
To complete this quickstart on Windows, install Visual Studio 2022 and add the required components for C and C++ development.
5454

55-
1. For new users, install [Visual Studio (Community, Professional, or Enterprise) 2019](https://visualstudio.microsoft.com/downloads/). Download the edition you want to install, and start the installer.
55+
1. For new users, install [Visual Studio (Community, Professional, or Enterprise) 2033](https://visualstudio.microsoft.com/downloads/). Download the edition you want to install, and start the installer.
5656
> [!NOTE]
57-
> For existing Visual Studio 2019 users, select Windows **Start**, type *Visual Studio Installer*, and start the installer.
57+
> For existing Visual Studio 2022 users, select Windows **Start**, type *Visual Studio Installer*, start the installer, and then select **Modify**.
5858
1. In the installer **Workloads** tab, select the **Desktop Development with C++** workload.
5959
1. Run the installation.
6060

0 commit comments

Comments
 (0)