Skip to content

Commit 2f12814

Browse files
committed
pnp connection to iothub guide
1 parent 32f7fa0 commit 2f12814

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

articles/iot-develop/tutorial-multiple-components.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ zone_pivot_groups: programming-languages-set-twenty-six
3232

3333
:::zone pivot="programming-language-ansi-c"
3434

35-
[!INCLUDE [iot-pnp-multiple-components-csharp](../../includes/iot-pnp-multiple-components-c.md)]
35+
[!INCLUDE [iot-pnp-multiple-components-c](../../includes/iot-pnp-multiple-components-c.md)]
3636

3737
:::zone-end
3838

includes/iot-pnp-multiple-components-csharp.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ ms.date: 11/20/2020
88

99
This tutorial shows you how to build a sample IoT Plug and Play device application with components, connect it to your IoT hub, and use the Azure IoT explorer tool to view the information it sends to the hub. The sample application is written in C# and is included in the Azure IoT device SDK for C#. A solution builder can use the Azure IoT explorer tool to understand the capabilities of an IoT Plug and Play device without the need to view any device code.
1010

11-
[![Browse code](../articles/iot-central/core/media/common/browse-code.svg)](https://github.com/Azure-Samples/azure-iot-samples-csharp/tree/main/iot-hub/Samples/device/PnpDeviceSamples/Thermostat)
11+
[![Browse code](../articles/iot-central/core/media/common/browse-code.svg)](https://github.com/Azure/azure-iot-sdk-csharp/tree/main/iothub/device/samples/solutions/PnpDeviceSamples/Thermostat)
1212

1313
In this tutorial, you:
1414

@@ -31,17 +31,17 @@ To complete this tutorial on Windows, install the following software on your loc
3131

3232
If you completed [Tutorial: Connect a sample IoT Plug and Play device application running on Windows to IoT Hub (C#)](../articles/iot-develop/tutorial-connect-device.md), you've already cloned the repository.
3333

34-
Clone the samples from the Azure IoT Samples for C# GitHub repository. Open a command prompt in a folder of your choice. Run the following command to clone the [Microsoft Azure IoT samples for .NET](https://github.com/Azure-Samples/azure-iot-samples-csharp) GitHub repository:
34+
Clone the samples from the Azure IoT Samples for C# GitHub repository. Open a command prompt in a folder of your choice. Run the following command to clone the [Microsoft Azure IoT SDK for .NET](https://github.com/Azure/azure-iot-sdk-csharp) GitHub repository:
3535

3636
```cmd
37-
git clone https://github.com/Azure-Samples/azure-iot-samples-csharp.git
37+
git clone https://github.com/Azure/azure-iot-sdk-csharp.git
3838
```
3939

4040
## Run the sample device
4141

4242
In this quickstart, you use a sample temperature controller device that's written in C# as the IoT Plug and Play device. To run the sample device:
4343

44-
1. Open the *azure-iot-samples-csharp\iot-hub\Samples\device\PnpDeviceSamples\TemperatureController\TemperatureController.csproj* project file in Visual Studio 2019.
44+
1. Open the *azure-iot-sdk-csharp\iothub\deivce\samples\solutions\PnpDeviceSamples\TemperatureController\TemperatureController.csproj* project file in Visual Studio 2019.
4545

4646
1. In Visual Studio, navigate to **Project > TemperatureController Properties > Debug**. Then add the following environment variables to the project:
4747

0 commit comments

Comments
 (0)