Skip to content

Commit f3071e7

Browse files
Incorporate feedback.
1 parent aa57648 commit f3071e7

File tree

3 files changed

+14
-4
lines changed

3 files changed

+14
-4
lines changed

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

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

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

30-
* [Device SDK sample Android application](https://github.com/Azure-Samples/azure-iot-samples-java/tree/master/iot-hub/Samples/device/AndroidSample), included in [Azure IoT Samples](https://github.com/Azure-Samples/azure-iot-samples-java).
30+
* [Device SDK sample Android application](https://github.com/Azure-Samples/azure-iot-samples-java/tree/master/iot-hub/Samples/device/AndroidSample), included in [Azure IoT Samples (Java)](https://github.com/Azure-Samples/azure-iot-samples-java).
3131

32-
* [Service SDK sample Android application](https://github.com/Azure-Samples/azure-iot-samples-java/tree/master/iot-hub/Samples/service/AndroidSample), included in Azure IoT Samples.
32+
* [Service SDK sample Android application](https://github.com/Azure-Samples/azure-iot-samples-java/tree/master/iot-hub/Samples/service/AndroidSample), included in Azure IoT Samples (Java).
3333

3434
* Port 8883 open in your firewall. The device sample in this quickstart uses MQTT protocol, which communicates over port 8883. This port may be blocked in some corporate and educational network environments. For more information and ways to work around this issue, see [Connecting to IoT Hub (MQTT)](iot-hub-mqtt-support.md#connecting-to-iot-hub).
3535

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

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,12 @@ node --version
3636
Microsoft Azure IoT Hub currently supports device streams as a [preview feature](https://azure.microsoft.com/support/legal/preview-supplemental-terms/).
3737

3838
> [!IMPORTANT]
39-
> The preview of device streams is currently only supported for IoT Hubs created in the following regions: Central US, Central US EUAP, North Europe, and Southeast Asia.
39+
> The preview of device streams is currently only supported for IoT Hubs created in the following regions:
40+
>
41+
> * Central US
42+
> * Central US EUAP
43+
> * North Europe
44+
> * Southeast Asia
4045
4146
[!INCLUDE [cloud-shell-try-it.md](../../includes/cloud-shell-try-it.md)]
4247

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

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,12 @@ node --version
3636
Microsoft Azure IoT Hub currently supports device streams as a [preview feature](https://azure.microsoft.com/support/legal/preview-supplemental-terms/).
3737

3838
> [!IMPORTANT]
39-
> The preview of device streams is currently only supported for IoT Hubs created in the following regions: Central US, Central US EUAP, North Europe, and Southeast Asia.
39+
> The preview of device streams is currently only supported for IoT Hubs created in the following regions:
40+
>
41+
> * Central US
42+
> * Central US EUAP
43+
> * North Europe
44+
> * Southeast Asia
4045
4146
[!INCLUDE [cloud-shell-try-it.md](../../includes/cloud-shell-try-it.md)]
4247

0 commit comments

Comments
 (0)