Skip to content

Commit 2229fc0

Browse files
authored
The command does not tell how does installing the Azure IoT Extensions for CLI helps.
The one-liner earlier was not very clear and did not give a clear picture
1 parent eb38121 commit 2229fc0

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

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

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,12 @@ 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 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+
```
8186
8287
1. Run the following commands in Azure Cloud Shell to get the _device connection string_ for the device you just registered:
8388

0 commit comments

Comments
 (0)