Skip to content

Commit d4a4502

Browse files
Incorporate changes.
1 parent ab541f0 commit d4a4502

File tree

4 files changed

+16
-20
lines changed

4 files changed

+16
-20
lines changed

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ In this quickstart, you use a direct method to control a simulated device connec
2323

2424
* An Azure account with an active subscription. [Create one for free](https://azure.microsoft.com/free/?ref=microsoft.com&utm_source=microsoft.com&utm_medium=docs&utm_campaign=visualstudio).
2525

26-
* [Android studio](https://developer.android.com/studio/). For more information, see [Install Android Studio](https://developer.android.com/studio/install).
26+
* [Android Studio with Android SDK 27](https://developer.android.com/studio/). For more information, see [Install Android Studio](https://developer.android.com/studio/install).
2727

2828
* [Git](https://git-scm.com/download/).
2929

@@ -39,9 +39,9 @@ In this quickstart, you use a direct method to control a simulated device connec
3939

4040
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

42-
```azurecli-interactive
43-
az extension add --name azure-cli-iot-ext
44-
```
42+
```azurecli-interactive
43+
az extension add --name azure-cli-iot-ext
44+
```
4545

4646
## Create an IoT hub
4747

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

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,7 @@ In this quickstart, you run a service-side application and set up communication
1919

2020
## Prerequisites
2121

22-
* Completion of [Communicate to device apps in C via IoT Hub device streams](./quickstart-device-streams-echo-c.md), or
23-
24-
* Completion of [Communicate to device apps in C# via IoT Hub device streams](./quickstart-device-streams-echo-csharp.md).
22+
* Completion of [Communicate to device apps in C via IoT Hub device streams](./quickstart-device-streams-echo-c.md) or [Communicate to device apps in C# via IoT Hub device streams](./quickstart-device-streams-echo-csharp.md).
2523

2624
* An Azure account with an active subscription. [Create one for free](https://azure.microsoft.com/free/?ref=microsoft.com&utm_source=microsoft.com&utm_medium=docs&utm_campaign=visualstudio).
2725

@@ -42,7 +40,7 @@ Microsoft Azure IoT Hub currently supports device streams as a [preview feature]
4240
4341
[!INCLUDE [cloud-shell-try-it.md](../../includes/cloud-shell-try-it.md)]
4442

45-
### Add Azure IoT Extension and verify software version
43+
### Add Azure IoT Extension
4644

4745
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.
4846

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

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

2020
## Prerequisites
2121

22-
* Completion of [Enable SSH and RDP over IoT Hub device streams by using a C proxy application](./quickstart-device-streams-proxy-c.md), or
23-
24-
* Completion of [Enable SSH and RDP over IoT Hub device streams by using a C# proxy application](./quickstart-device-streams-proxy-csharp.md).
22+
* Completion of [Enable SSH and RDP over IoT Hub device streams by using a C proxy application](./quickstart-device-streams-proxy-c.md) or [Enable SSH and RDP over IoT Hub device streams by using a C# proxy application](./quickstart-device-streams-proxy-csharp.md).
2523

2624
* An Azure account with an active subscription. [Create one for free](https://azure.microsoft.com/free/?ref=microsoft.com&utm_source=microsoft.com&utm_medium=docs&utm_campaign=visualstudio).
2725

@@ -42,13 +40,13 @@ Microsoft Azure IoT Hub currently supports device streams as a [preview feature]
4240
4341
[!INCLUDE [cloud-shell-try-it.md](../../includes/cloud-shell-try-it.md)]
4442

45-
### Add Azure IoT Extension and verify software version
43+
### Add Azure IoT Extension
4644

4745
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.
4846

49-
```azurecli-interactive
50-
az extension add --name azure-cli-iot-ext
51-
```
47+
```azurecli-interactive
48+
az extension add --name azure-cli-iot-ext
49+
```
5250

5351
## Create an IoT hub
5452

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

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ In this quickstart, you send telemetry to an Azure IoT Hub from an Android appli
2323

2424
* An Azure account with an active subscription. [Create one for free](https://azure.microsoft.com/free/?ref=microsoft.com&utm_source=microsoft.com&utm_medium=docs&utm_campaign=visualstudio).
2525

26-
* [Android Studio](https://developer.android.com/studio/). For more information, see [android-installation](https://developer.android.com/studio/install). Android SDK 27 is used by the sample in this article.
26+
* [Android Studio with Android SDK 27](https://developer.android.com/studio/). For more information, see [android-installation](https://developer.android.com/studio/install). Android SDK 27 is used by the sample in this article.
2727

2828
* [A sample Android application](https://github.com/Azure-Samples/azure-iot-samples-java/tree/master/iot-hub/Samples/device/AndroidSample). This sample is part of the [azure-iot-samples-java](https://github.com/Azure-Samples/azure-iot-samples-java) repository.
2929

@@ -33,11 +33,11 @@ In this quickstart, you send telemetry to an Azure IoT Hub from an Android appli
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

38-
```azurecli-interactive
39-
az extension add --name azure-cli-iot-ext
40-
```
38+
```azurecli-interactive
39+
az extension add --name azure-cli-iot-ext
40+
```
4141

4242
## Create an IoT hub
4343

0 commit comments

Comments
 (0)