You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/certification/how-to-test-pnp.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -26,7 +26,7 @@ This article shows you how to:
26
26
The application code that runs on your IoT Plug and Play must:
27
27
28
28
- Connect to Azure IoT Hub using the [Device Provisioning Service (DPS)](../iot-dps/about-iot-dps.md).
29
-
- Follow the [IoT Plug an Play conventions](../iot-develop/concepts-convention.md) to implement of telemetry, properties, and commands.
29
+
- Follow the [IoT Plug an Play conventions](../iot-develop/concepts-developer-guide-device) to implement of telemetry, properties, and commands.
30
30
31
31
The application is software that's installed separately from the operating system or is bundled with the operating system in a firmware image that's flashed to the device.
32
32
@@ -49,15 +49,15 @@ The following steps show you how to prepare for and run the certification tests
49
49
50
50
### Install the Azure IoT extension for the Azure CLI
51
51
52
-
See the installation instructions to set up the [Azure CLI](/cli/azure/?view=azure-cli-latest) in your environment.
52
+
See the installation instructions to set up the [Azure CLI](../../cli/azure/iot?view=azure-cli-latest) in your environment.
53
53
54
54
To install the Azure IoT Extension, run the following command:
55
55
56
56
```azurecli
57
57
az extension add --name azure-iot
58
58
```
59
59
60
-
To learn more, see [Azure CLI for Azure IoT](/cli/azure/azure-cli-reference-for-iot?view=azure-cli-latest).
60
+
To learn more, see [Azure CLI for Azure IoT](../../cli/azure/iot/product?view=azure-cli-latest).
61
61
62
62
### Create a new product test
63
63
@@ -71,7 +71,7 @@ az iot product test create --badge-type Pnp --at SymmetricKey --device-type Fini
71
71
```
72
72
73
73
> [!NOTE]
74
-
> You need to [sign in](/cli/azure/authenticate-azure-cli?view=azure-cli-latest) to your subscription when you use the CLI.
74
+
> You need to [sign in](../../cli/azure/authenticate-azure-cli?view=azure-cli-latest) to your subscription when you use the CLI.
75
75
76
76
The JSON output from the command contains the `primaryKey`, `registrationId`, and `scopeID` to use when you connect your device.
0 commit comments