Skip to content

Commit 8276e0e

Browse files
authored
Merge pull request #86640 from dominicbetts/pnp-fix-product-name
Remove Azure from "Azure IoT Plug and Play"
2 parents 9c9910f + c02fbb0 commit 8276e0e

File tree

5 files changed

+6
-6
lines changed

5 files changed

+6
-6
lines changed

articles/iot-central/quick-create-pnp-device-pnp.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: Connect an Azure IoT Plug and Play Preview device to IoT Central | Microsoft Docs
2+
title: Connect an IoT Plug and Play Preview device to Azure IoT Central | Microsoft Docs
33
description: Use a device capability model to generate device code. Then run the device code, see the device connect to your IoT Central application, and use the autogenerated views.
44
author: dominicbetts
55
ms.author: dobett

articles/iot-pnp/overview-iot-plug-and-play.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ manager: philmea
1313
# As a device builder, I need to know what is PnP and how to certify devices, so I can understand how they can help me build and market my IoT devices.
1414
---
1515

16-
# What is Azure IoT Plug and Play Preview?
16+
# What is IoT Plug and Play Preview?
1717

1818
IoT Plug and Play Preview enables solution developers to integrate devices with their solutions without writing any embedded code. At the core of IoT Plug and Play is a _device capability model_ schema that describes device capabilities. This schema is a JSON document that's structured as a set of interfaces that include definitions of:
1919

articles/iot-pnp/quickstart-create-pnp-device.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: Create an Azure IoT Plug and Play Preview device | Microsoft Docs
2+
title: Create an IoT Plug and Play Preview device | Microsoft Docs
33
description: Use a device capability model to generate device code. Then run the device code and see the device connect to your IoT Hub.
44
author: miagdp
55
ms.author: miag

articles/iot-pnp/tutorial-build-device-certification.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: Build an Azure IoT Plug and Play Preview device that's ready for certification | Microsoft Docs
2+
title: Build an IoT Plug and Play Preview device that's ready for certification | Microsoft Docs
33
description: As a device developer, learn about how you can build an IoT Plug and Play Preview device that's ready for certification.
44
author: tbhagwat3
55
ms.author: tanmayb
@@ -119,7 +119,7 @@ To certify the device, it must enable provisioning through the [Azure IoT Device
119119

120120
#### Implement the Model Information and SDK Information interfaces
121121

122-
The Azure IoT device SDK implements the Model Information and SDK Information interfaces. If you use the code generation function in VS Code, your device code uses the Azure IoT Plug and Play device SDK.
122+
The Azure IoT device SDK implements the Model Information and SDK Information interfaces. If you use the code generation function in VS Code, your device code uses the IoT Plug and Play device SDK.
123123

124124
If you chose to not use the Azure IoT device SDK, you can use the SDK source code as reference for your own implementation.
125125

articles/iot-pnp/tutorial-pnp-visual-studio-code.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: Create and test an Azure IoT Plug and Play Preview device | Microsoft Docs
2+
title: Create and test an IoT Plug and Play Preview device | Microsoft Docs
33
description: As a device developer, learn about how to use VS Code to create and test a new device capability model for an IoT Plug and Play Preview device.
44
author: dominicbetts
55
ms.author: dobett

0 commit comments

Comments
 (0)