Skip to content

Commit 2ccd66d

Browse files
committed
Minor updates
1 parent a017793 commit 2ccd66d

5 files changed

+7
-6
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ The Azure IoT certification service runs a set of certification tests when you s
4343

4444
## Azure IoT Tools extension
4545

46-
Azure IoT Tools is a a collection of extensions in [Visual Studio code](#visual-studio-code) that help you interact with IoT Hub and develop IoT devices. For develop IoT Plug and Play device, it provides:
46+
Azure IoT Tools is a a collection of extensions in [Visual Studio code](#visual-studio-code) that help you interact with IoT Hub and develop IoT devices. For IoT Plug and Play device development, it helps you to:
4747

4848
- Author [device capability models](#device-capability-model) and [interfaces](#interface).
4949
- Publish to [model repositories](#model-repository).
@@ -195,4 +195,4 @@ Telemetry fields defined in an [interface](#interface) represent measurements. T
195195

196196
## Visual Studio code
197197

198-
Visual Studio code is a modern code editor available for multiple platforms. Extensions, such as the [Azure IoT Tools](https://marketplace.visualstudio.com/items?itemName=vsciot-vscode.azure-iot-tools) enable you to customize it to support a wide range of development scenarios.
198+
Visual Studio code is a modern code editor available for multiple platforms. Extensions, such as those in the [Azure IoT Tools](https://marketplace.visualstudio.com/items?itemName=vsciot-vscode.azure-iot-tools) pack, enable you to customize the editor to support a wide range of development scenarios.

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ As a device developer, you can develop an IoT hardware product that supports IoT
6060

6161
1. Author the device software or firmware that implements the capabilities declared in the device capability model and interfaces. The Azure IoT SDK includes APIs to implement device capability models.
6262

63-
The [Azure IoT Tools for VS Code](https://marketplace.visualstudio.com/items?itemName=vsciot-vscode.azure-iot-tools) provides many features to assist you. For example, as a device developer you can use the extension to generate a skeleton C project from a capability model. However you can use any IDE to author and implement device capability models.
63+
The [Azure IoT Tools for VS Code](https://marketplace.visualstudio.com/items?itemName=vsciot-vscode.azure-iot-tools) extension pack provides many features to assist you. For example, as a device developer you can use an extension to generate a skeleton C project from a capability model. However you can use any IDE to author and implement device capability models.
6464

6565
## Certify an IoT Plug and Play device
6666

@@ -73,6 +73,7 @@ As a device developer, you can submit IoT hardware products for certification. Y
7373
- Publish to the Certified for IoT device catalog.
7474

7575
## Regional availability
76+
7677
During public preview, IoT Plug and Play is available in the North Europe, Central US, and Japan East regions. Please make sure you create your hub in one of these regions.
7778

7879
## Message quotas in IoT Hub

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ To complete this quickstart, you need to install the following software on your
2727

2828
### Install Azure IoT Tools
2929

30-
Use the following steps to install the [Azure IoT Tools for VS Code](https://marketplace.visualstudio.com/items?itemName=vsciot-vscode.azure-iot-tools):
30+
Use the following steps to install the [Azure IoT Tools for VS Code](https://marketplace.visualstudio.com/items?itemName=vsciot-vscode.azure-iot-tools) extension pack:
3131

3232
1. In VS Code, select the **Extensions** tab.
3333
1. Search for **Azure IoT Tools**.

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ The certification tests check that:
2828
To complete this tutorial, you need:
2929

3030
- [Visual Studio Code](https://code.visualstudio.com/download)
31-
- [Azure IoT Tools for VS Code](https://marketplace.visualstudio.com/items?itemName=vsciot-vscode.azure-iot-tools)
31+
- [Azure IoT Tools for VS Code](https://marketplace.visualstudio.com/items?itemName=vsciot-vscode.azure-iot-tools) extension pack
3232

3333
You also need the IoT Plug and Play device that you create in the [Quickstart: Use a device capability model to create a device](quickstart-create-pnp-device.md).
3434

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ In this tutorial, you learn how to:
3232
To work with the device capability model in this tutorial, you need:
3333

3434
* [Visual Studio Code](https://code.visualstudio.com/download): VS Code is available for multiple platforms
35-
* [Azure IoT Tools for VS Code](https://marketplace.visualstudio.com/items?itemName=vsciot-vscode.azure-iot-tools). Use the following steps to install it in VS Code:
35+
* [Azure IoT Tools for VS Code](https://marketplace.visualstudio.com/items?itemName=vsciot-vscode.azure-iot-tools) extension pack. Use the following steps to install the extension pack in VS Code:
3636

3737
1. In VS Code, select the **Extensions** tab.
3838
1. Search for **Azure IoT Tools**.

0 commit comments

Comments
 (0)