Skip to content

Commit 89608c1

Browse files
committed
Add blank line, remove extra spaces.
1 parent 88a9587 commit 89608c1

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

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

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ If you don’t have an Azure subscription, create a [free account](https://azure
2727

2828
## Prerequisites
2929

30-
* Android studio from https://developer.android.com/studio/. For more information regarding Android Studio installation, see [android-installation](https://developer.android.com/studio/install).
30+
* Android studio from https://developer.android.com/studio/. For more information regarding Android Studio installation, see [android-installation](https://developer.android.com/studio/install).
3131

3232
* Android SDK 27 is used by the sample in this article.
3333

@@ -109,11 +109,10 @@ In this section, you will use the Azure Cloud Shell with the [IoT extension](htt
109109
```azurecli-interactive
110110
az iot hub monitor-events --hub-name YourIoTHubName --output table
111111
```
112+
112113
The following screenshot shows the output as the IoT hub receives telemetry sent by the Android device:
113114
114115
![Read the device messages using the Azure CLI](media/quickstart-send-telemetry-android/read-data.png)
115-
116-
117116
## Clean up resources
118117
119118
[!INCLUDE [iot-hub-quickstarts-clean-up-resources](../../includes/iot-hub-quickstarts-clean-up-resources.md)]
@@ -125,5 +124,4 @@ In this quickstart, you've setup an IoT hub, registered a device, sent simulated
125124
To learn how to control your simulated device from a back-end application, continue to the next quickstart.
126125
127126
> [!div class="nextstepaction"]
128-
> [Quickstart: Control a device connected to an IoT hub](quickstart-control-device-android.md)
129-
127+
> [Quickstart: Control a device connected to an IoT hub](quickstart-control-device-android.md)

0 commit comments

Comments
 (0)