Skip to content

Commit 51500de

Browse files
committed
Updated prerequisites section
1 parent 9df34eb commit 51500de

File tree

4 files changed

+9
-3
lines changed

4 files changed

+9
-3
lines changed

articles/iot-hub/how-to-device-twins.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -38,11 +38,11 @@ This article shows you how to develop two types of applications:
3838
3939
## Prerequisites
4040

41-
* **An IoT hub**. Some SDK calls require the IoT Hub primary connection string, so make a note of the connection string.
41+
* An IoT hub
4242

43-
* **A registered device**. Some SDK calls require the device primary connection string, so make a note of the connection string.
43+
* A registered device
4444

45-
* If your application uses the MQTT protocol, make sure that **port 8883** is open in your firewall. The MQTT protocol 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/iot-mqtt-connect-to-iot-hub.md#connecting-to-iot-hub).
45+
* If your application uses the MQTT protocol, make sure that port 8883 is open in your firewall. The MQTT protocol 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/iot-mqtt-connect-to-iot-hub.md#connecting-to-iot-hub).
4646

4747
* Language SDK requirements:
4848
* **.NET SDK** - Requires Visual Studio.

includes/iot-hub-howto-device-twins-java.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,8 @@ ms.date: 07/20/2024
1111
ms.custom: mqtt, devx-track-java, devx-track-extended-java
1212
---
1313

14+
* Requires [Java SE Development Kit 8](/azure/developer/java/fundamentals/). Make sure you select **Java 8** under **Long-term support** to navigate to downloads for JDK 8.
15+
1416
## Overview
1517

1618
This article describes how to use the [Azure IoT SDK for Java](https://github.com/Azure/azure-iot-sdk-java) to create device and backend service application code for device twins.

includes/iot-hub-howto-device-twins-node.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,8 @@ ms.date: 07/20/2024
1111
ms.custom: mqtt, devx-track-js
1212
---
1313

14+
* Requires Node.js version 10.0.x or later
15+
1416
## Overview
1517

1618
This article describes how to use the [Azure IoT SDK for Node.js](https://github.com/Azure/azure-iot-sdk-node) to create device and backend service application code for device twins.

includes/iot-hub-howto-device-twins-python.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,8 @@ ms.date: 07/12/2024
1111
ms.custom: mqtt, devx-track-python, py-fresh-zinc
1212
---
1313

14+
* Python SDK - [Python version 3.7 or later](https://www.python.org/downloads/) is recommended. Make sure to use the 32-bit or 64-bit installation as required by your setup. When prompted during the installation, make sure to add Python to your platform-specific environment variable.
15+
1416
## Overview
1517

1618
This article describes how to use the [Azure IoT SDK for Python](https://github.com/Azure/azure-iot-sdk-python) to create device and backend service application code for device twins.

0 commit comments

Comments
 (0)