Skip to content

Commit baee037

Browse files
(AzureCXP) Fixing Minor typo - bug
Fixing Minor typo - bug changing from <primarykey> to <devicekey>
1 parent 9438578 commit baee037

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/iot-central/core/tutorial-connect-pnp-device.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -166,10 +166,10 @@ You use the device SDK to build the generated device code stub. The application
166166
cmake .. -G "Visual Studio 14 2015" -Duse_prov_client=ON -Dhsm_type_symm_key:BOOL=ON -DCMAKE_TOOLCHAIN_FILE="<directory of your Vcpkg repo>\scripts\buildsystems\vcpkg.cmake"
167167
```
168168
169-
1. After the build completes successfully, at the same command prompt run your application. Replace `<scopeid>` and `<primarykey>` with the values you noted previously:
169+
1. After the build completes successfully, at the same command prompt run your application. Replace `<scopeid>` and `<devicekey>` with the values you noted previously:
170170
171171
```cmd
172-
.\Release\devkit_device.exe mxchip-001 <scopeid> <primarykey>
172+
.\Release\devkit_device.exe mxchip-001 <scopeid> <devicekey>
173173
```
174174
175175
1. The device application starts sending data to IoT Hub. Sometimes you see the error `Error registering device for DPS` the first time you run the previous command. If you see this error, retry the command.

0 commit comments

Comments
 (0)