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
+6-6Lines changed: 6 additions & 6 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-developer-guide-device) to implement of telemetry, properties, and commands.
29
+
- Follow the [IoT Plug an Play conventions](../iot-develop/concepts-developer-guide-device.md) 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
@@ -38,8 +38,8 @@ To meet the certification requirements, your device must:
38
38
- Implement of telemetry, properties, or commands following the IoT Plug and Play convention.
39
39
- Describe the device interactions with a [DTDL v2](https://aka.ms/dtdl) model.
40
40
- Publish the model, and all required interfaces, in the [Azure IoT Public Model Repository](https://devicemodels.azureiotsolutions.com/)
41
-
- Send the model ID during [DPS registration](../iot-develop/concepts-developer-guide.md#dps-payload) in the DPS provisioning payload.
42
-
- Announce the model ID during the [MQTT connection](../iot-develop/concepts-developer-guide.md#model-id-announcement).
41
+
- Send the model ID during [DPS registration](../iot-develop/concepts-developer-guide-device.md#dps-payload) in the DPS provisioning payload.
42
+
- Announce the model ID during the [MQTT connection](../iot-develop/concepts-developer-guide-device.md#model-id-announcement).
43
43
44
44
## Test with the Azure IoT Extension CLI
45
45
@@ -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/iot?view=azure-cli-latest) in your environment.
52
+
See the installation instructions to set up the [Azure CLI](https://docs.microsoft.com/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/iot/product?view=azure-cli-latest).
60
+
To learn more, see [Azure CLI for Azure IoT](https://docs.microsoft.com/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](https://docs.microsoft.com/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