Skip to content

Commit 52bb3df

Browse files
authored
Merge pull request #51841 from neerajks77/patch-5
The command does not tell how does installing the Azure IoT Extensions for CLI helps.
2 parents 3a99d70 + 1c92d86 commit 52bb3df

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

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

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +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) for more details.
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+
>
8187
8288
1. Run the following commands in Azure Cloud Shell to get the _device connection string_ for the device you just registered:
8389

0 commit comments

Comments
 (0)