Skip to content

Commit 0fc5be7

Browse files
committed
url fixes
1 parent d8f0c3d commit 0fc5be7

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

articles/certification/how-to-test-pnp.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ This article shows you how to:
2626
The application code that runs on your IoT Plug and Play must:
2727

2828
- 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.
3030

3131
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.
3232

@@ -38,8 +38,8 @@ To meet the certification requirements, your device must:
3838
- Implement of telemetry, properties, or commands following the IoT Plug and Play convention.
3939
- Describe the device interactions with a [DTDL v2](https://aka.ms/dtdl) model.
4040
- 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).
4343

4444
## Test with the Azure IoT Extension CLI
4545

@@ -49,15 +49,15 @@ The following steps show you how to prepare for and run the certification tests
4949

5050
### Install the Azure IoT extension for the Azure CLI
5151

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.
5353

5454
To install the Azure IoT Extension, run the following command:
5555

5656
```azurecli
5757
az extension add --name azure-iot
5858
```
5959

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).
6161

6262
### Create a new product test
6363

@@ -71,7 +71,7 @@ az iot product test create --badge-type Pnp --at SymmetricKey --device-type Fini
7171
```
7272

7373
> [!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.
7575
7676
The JSON output from the command contains the `primaryKey`, `registrationId`, and `scopeID` to use when you connect your device.
7777

0 commit comments

Comments
 (0)