Skip to content

Commit c36ffc7

Browse files
authored
Merge pull request #108781 from AshokPeddakotla-MSFT/patch-40
(Azure CXP) Removing call out about region availability
2 parents ae3656c + 1af72ea commit c36ffc7

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

includes/iot-pnp-prepare-iot-hub.md

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,6 @@ ms.date: 10/24/2019
1010

1111
You also need an Azure IoT hub in your Azure subscription to complete this quickstart. If you don't have an Azure subscription, create a [free account](https://azure.microsoft.com/free/?WT.mc_id=A261C142F) before you begin. If you don't have an IoT hub, follow [these instructions to create one](../articles/iot-hub/iot-hub-create-using-cli.md).
1212

13-
> [!IMPORTANT]
14-
> 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.
15-
1613
If you're using the Azure CLI locally, first sign in to your Azure subscription using `az login`. If you're running these commands in the Azure Cloud Shell, you're signed in automatically.
1714

1815
If you're using the Azure CLI locally, the `az` version should be **2.0.73** or later; the Azure Cloud Shell uses the latest version. Use the `az --version` command to check the version installed on your machine.
@@ -33,4 +30,4 @@ Run the following command to get the _device connection string_ for the device y
3330

3431
```azurecli-interactive
3532
az iot hub device-identity show-connection-string --hub-name <YourIoTHubName> --device-id <YourDeviceID> --output table
36-
```
33+
```

0 commit comments

Comments
 (0)