Skip to content

Commit ab541f0

Browse files
Formatting and case consistency.
1 parent 423784e commit ab541f0

9 files changed

+13
-13
lines changed

articles/iot-hub/quickstart-control-device-android.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,12 +37,12 @@ In this quickstart, you use a direct method to control a simulated device connec
3737

3838
### Add Azure IoT Extension
3939

40-
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.
40+
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.
4141

4242
```azurecli-interactive
4343
az extension add --name azure-cli-iot-ext
4444
```
45-
45+
4646
## Create an IoT hub
4747

4848
If you completed the previous [Quickstart: Send telemetry from a device to an IoT hub](quickstart-send-telemetry-android.md), you can skip this step and use the IoT hub you have already created.

articles/iot-hub/quickstart-control-device-java.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ mvn --version
4747

4848
### Add Azure IoT Extension
4949

50-
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.
50+
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.
5151

5252
```azurecli-interactive
5353
az extension add --name azure-cli-iot-ext

articles/iot-hub/quickstart-control-device-node.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ node --version
3939

4040
### Add Azure IoT Extension
4141

42-
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.
42+
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.
4343

4444
```azurecli-interactive
4545
az extension add --name azure-cli-iot-ext

articles/iot-hub/quickstart-control-device-python.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ In this quickstart, you use a direct method to control a simulated device connec
3333

3434
### Add Azure IoT Extension
3535

36-
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.
36+
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.
3737

3838
```azurecli-interactive
3939
az extension add --name azure-cli-iot-ext

articles/iot-hub/quickstart-device-streams-echo-nodejs.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ Microsoft Azure IoT Hub currently supports device streams as a [preview feature]
4444

4545
### Add Azure IoT Extension and verify software version
4646

47-
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) commands to Azure CLI.
47+
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) commands to Azure CLI.
4848

4949
```azurecli-interactive
5050
az extension add --name azure-cli-iot-ext

articles/iot-hub/quickstart-device-streams-proxy-nodejs.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -31,9 +31,9 @@ In this quickstart, you enable Secure Shell (SSH) and Remote Desktop Protocol (R
3131

3232
You can verify the current version of Node.js on your development machine by using the following command:
3333

34-
```cmd/sh
35-
node --version
36-
```
34+
```cmd/sh
35+
node --version
36+
```
3737

3838
Microsoft Azure IoT Hub currently supports device streams as a [preview feature](https://azure.microsoft.com/support/legal/preview-supplemental-terms/).
3939

@@ -44,7 +44,7 @@ Microsoft Azure IoT Hub currently supports device streams as a [preview feature]
4444

4545
### Add Azure IoT Extension and verify software version
4646

47-
Add the Azure IoT Extension for Azure CLI to your Cloud Shell instance by running the following command. The IOT Extension adds IoT Hub, IoT Edge, and IoT Device Provisioning Service (DPS)-specific commands to the Azure CLI.
47+
Add the Azure IoT Extension for Azure CLI to your Cloud Shell instance by running the following command. The IoT Extension adds IoT Hub, IoT Edge, and IoT Device Provisioning Service (DPS)-specific commands to the Azure CLI.
4848

4949
```azurecli-interactive
5050
az extension add --name azure-cli-iot-ext

articles/iot-hub/quickstart-send-telemetry-java.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ mvn --version
4747

4848
### Add Azure IoT Extension
4949

50-
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.
50+
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.
5151

5252
```azurecli-interactive
5353
az extension add --name azure-cli-iot-ext

articles/iot-hub/quickstart-send-telemetry-node.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ node --version
3939

4040
### Add Azure IoT Extension
4141

42-
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.
42+
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.
4343

4444
```azurecli-interactive
4545
az extension add --name azure-cli-iot-ext

articles/iot-hub/quickstart-send-telemetry-python.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ In this quickstart, you send telemetry from a simulated device application throu
3333

3434
### Add Azure IoT Extension
3535

36-
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.
36+
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.
3737

3838
```azurecli-interactive
3939
az extension add --name azure-cli-iot-ext

0 commit comments

Comments
 (0)