Skip to content

Commit 32f7fa0

Browse files
committed
pnp connection sample
1 parent 554a581 commit 32f7fa0

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

articles/iot-develop/tutorial-migrate-device-to-module.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -86,17 +86,17 @@ Add a module called **my-module** to the **my-module-device**:
8686

8787
If you haven't already done so, clone the Azure IoT Hub Device C# SDK GitHub repository to your local machine:
8888

89-
Open a command prompt in a folder of your choice. Use the following command to clone the [Azure IoT C# Samples](https://github.com/Azure-Samples/azure-iot-samples-csharp) GitHub repository into this location:
89+
Open a command prompt in a folder of your choice. Use the following command to clone the [Azure IoT C# SDK](https://github.com/Azure/azure-iot-sdk-csharp) GitHub repository into this location:
9090

9191
```cmd
92-
git clone https://github.com/Azure-Samples/azure-iot-samples-csharp.git
92+
git clone https://github.com/Azure/azure-iot-sdk-csharp.git
9393
```
9494

9595
## Prepare the project
9696

9797
To open and prepare the sample project:
9898

99-
1. Open the *azure-iot-sdk-csharp\iot-hub\Samples\device\PnpDeviceSamples\Thermostat\Thermostat.csproj* project file in Visual Studio 2019.
99+
1. Open the *azure-iot-sdk-csharp\iothub\device\samples\solutions\PnpDeviceSamples\Thermostat\Thermostat.csproj* project file in Visual Studio 2019.
100100

101101
1. In Visual Studio, navigate to **Project > Thermostat Properties > Debug**. Then add the following environment variables to the project:
102102

@@ -105,7 +105,7 @@ To open and prepare the sample project:
105105
| IOTHUB_DEVICE_SECURITY_TYPE | connectionString |
106106
| IOTHUB_MODULE_CONNECTION_STRING | The module connection string you made a note of previously |
107107

108-
To learn more about the sample configuration, see the [sample readme](https://github.com/Azure-Samples/azure-iot-samples-csharp/blob/main/iot-hub/Samples/device/PnpDeviceSamples/readme.md).
108+
To learn more about the sample configuration, see the [sample readme](https://github.com/Azure/azure-iot-sdk-csharp/tree/main/iothub/device/samples/solutions/PnpDeviceSamples#readme).
109109

110110
## Modify the code
111111

0 commit comments

Comments
 (0)