Skip to content

Commit dde7d8e

Browse files
authored
Merge pull request #108293 from dominicbetts/pnp-locations
Remove restriction messages
2 parents f6fb938 + b6569fd commit dde7d8e

File tree

4 files changed

+1
-10
lines changed

4 files changed

+1
-10
lines changed

articles/iot-central/core/overview-iot-central.md

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -38,9 +38,6 @@ This article outlines, for IoT Central:
3838
- Device capability models must have all the interfaces defined inline in the same file.
3939
- Support for [IoT Plug and Play](../../iot-pnp/overview-iot-plug-and-play.md) is in preview and is only supported only in selected regions.
4040

41-
> [!NOTE]
42-
> Contact technical support for access to create a Preview application with support for IoT Plug and Play devices.
43-
4441
## Personas
4542

4643
The IoT Central documentation refers to four personas who interact with an IoT Central application:

articles/iot-central/core/tutorial-connect-pnp-device.md

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,6 @@ A _device capability model_ (DCM) describes the capabilities of an [IoT Plug and
1818

1919
Support for [IoT Plug and Play](../../iot-pnp/overview-iot-plug-and-play.md) is in preview and is only supported only in selected regions.
2020

21-
> [!NOTE]
22-
> Contact technical support for access to create a preview application with support for IoT Plug and Play devices.
23-
2421
In this tutorial, you learn how to:
2522

2623
> [!div class="checklist"]

articles/iot-pnp/howto-install-pnp-cli.md

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -56,9 +56,6 @@ To use the Azure IoT extension for the Azure CLI, you need:
5656

5757
- An Azure IoT hub. There are many ways to add an IoT hub to your Azure subscription, such as [Create an IoT hub using the Azure CLI](../iot-hub/iot-hub-create-using-cli.md). You need the IoT hub's connection string to run the Azure IoT extension commands. If you don't have an Azure subscription, create a [free account](https://azure.microsoft.com/free/?WT.mc_id=A261C142F) before you begin.
5858

59-
> [!NOTE]
60-
> During public preview, IoT Plug and Play features are only available on IoT hubs created in the **Central US**, **North Europe**, and **Japan East** regions.
61-
6259
- A device registered in your IoT hub. You can use the following Azure CLI command to register a device, be sure to replace the `{YourIoTHubName}` and `{YourDeviceID}` placeholders with your values:
6360

6461
```cmd/sh

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ As a device developer, you can submit IoT hardware products for certification. Y
7474

7575
## Regional availability
7676

77-
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.
77+
During public preview, IoT Plug and Play is available in all regions.
7878

7979
## Message quotas in IoT Hub
8080
During public preview, IoT Plug and Play devices send separate messages per interface, which may increase the number of messages counted towards your [message quota](../iot-hub/iot-hub-devguide-quotas-throttling.md).

0 commit comments

Comments
 (0)