Skip to content

Commit 41e381e

Browse files
committed
Convert windows dev tutorial to use C#
1 parent 6871af2 commit 41e381e

9 files changed

+45
-39
lines changed
29.5 KB
Loading
-8.53 KB
Loading
4.02 KB
Loading
32.8 KB
Loading
-45.1 KB
Loading
-36.2 KB
Loading

articles/iot-edge/tutorial-c-module-windows.md

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,8 +49,16 @@ Before beginning this tutorial, you should have gone through the previous tutori
4949
* A container registry, like [Azure Container Registry](https://docs.microsoft.com/azure/container-registry/).
5050
* [Visual Studio 2019](https://docs.microsoft.com/visualstudio/install/install-visual-studio) configured with the [Azure IoT Edge Tools](https://marketplace.visualstudio.com/items?itemName=vsc-iot.vs16iotedgetools) extension.
5151
* [Docker CE](https://docs.docker.com/install/) configured to run Windows containers.
52-
* The Azure IoT SDK for C.
53-
52+
* Install the Azure IoT C SDK for Windows x64 through vcpkg:
53+
54+
```powershell
55+
git clone https://github.com/Microsoft/vcpkg
56+
cd vcpkg
57+
.\bootstrap-vcpkg.bat
58+
.\vcpkg install azure-iot-sdk-c:x64-windows
59+
.\vcpkg --triplet x64-windows integrate install
60+
```
61+
5462
> [!TIP]
5563
> If you are using Visual Studio 2017 (version 15.7 or higher), please download and install [Azure IoT Edge Tools (Preview)](https://marketplace.visualstudio.com/items?itemName=vsc-iot.vsiotedgetools) for VS 2017 from the Visual Studio marketplace
5664

articles/iot-edge/tutorial-develop-for-windows.md

Lines changed: 35 additions & 37 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)