Skip to content

Commit 1c92d86

Browse files
authored
public repo edit
1 parent 2229fc0 commit 1c92d86

File tree

1 file changed

+7
-6
lines changed

1 file changed

+7
-6
lines changed

articles/iot-hub/iot-hub-arduino-iot-devkit-az3166-get-started.md

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -77,12 +77,13 @@ A device must be registered with your IoT hub before it can connect. In this qui
7777
```
7878
7979
> [!NOTE]
80-
> If you get an error running `device-identity`, install the [Azure IOT Extension for Azure CLI](https://github.com/Azure/azure-iot-cli-extension/blob/dev/README.md).
81-
> Run the following command to add the Microsoft Azure IoT Extension for Azure CLI to your Cloud Shell instance. The IOT Extension adds IoT Hub, IoT Edge, and IoT Device Provisioning Service (DPS) specific commands to Azure CLI
82-
83-
```azurecli-interactive
84-
az extension add --name azure-iot
85-
```
80+
> If you get an error running `device-identity`, install the [Azure IoT Extension for Azure CLI](https://github.com/Azure/azure-iot-cli-extension/blob/dev/README.md).
81+
> Run the following command to add the Microsoft Azure IoT Extension for Azure CLI to your Cloud Shell instance. The IoT Extension adds commands that are specific to IoT Hub, IoT Edge, and IoT Device Provisioning Service (DPS) to Azure CLI.
82+
>
83+
> ```azurecli-interactive
84+
> az extension add --name azure-iot
85+
> ```
86+
>
8687
8788
1. Run the following commands in Azure Cloud Shell to get the _device connection string_ for the device you just registered:
8889

0 commit comments

Comments
 (0)