Skip to content

Commit 68aab21

Browse files
authored
Merge pull request #79107 from robinsh/robinsh-0609
Last of the fencing project fixes
2 parents 8f77f29 + c11eea4 commit 68aab21

11 files changed

+4
-1219
lines changed
-66.3 KB
Loading
Binary file not shown.
Binary file not shown.
Binary file not shown.

articles/iot-hub/media/tutorial-device-streams/iot-hub-device-streams-handshake.svg

Lines changed: 0 additions & 754 deletions
This file was deleted.

articles/iot-hub/media/tutorial-device-streams/iot-hub-device-streams.svg

Lines changed: 0 additions & 452 deletions
This file was deleted.
969 Bytes
Loading

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)

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

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -137,9 +137,3 @@ To learn how to control your simulated device from a back-end application, conti
137137

138138
> [!div class="nextstepaction"]
139139
> [Quickstart: Control a device connected to an IoT hub](quickstart-control-device-node.md)
140-
141-
<!-- Links -->
142-
[lnk-process-d2c-tutorial]: tutorial-routing.md
143-
[lnk-device-management]: iot-hub-node-node-device-management-get-started.md
144-
[lnk-iot-edge]: ../iot-edge/tutorial-simulate-device-linux.md
145-
[lnk-connect-device]: https://azure.microsoft.com/develop/iot/

0 commit comments

Comments
 (0)