Skip to content

Commit ad7c676

Browse files
committed
added MQTT note to relevant Python how-to's
1 parent 4ba9670 commit ad7c676

File tree

4 files changed

+8
-0
lines changed

4 files changed

+8
-0
lines changed

articles/iot-hub/iot-hub-python-python-c2d.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,8 @@ At the end of this tutorial, you run two Python console apps:
4040

4141
[!INCLUDE [iot-hub-include-python-installation-notes](../../includes/iot-hub-include-python-installation-notes.md)]
4242

43+
* Make sure that port 8883 is open in your firewall. The device sample in this article 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).
44+
4345
## Receive messages in the simulated device app
4446

4547
In this section, you create a Python console app to simulate the device and receive cloud-to-device messages from the IoT hub.

articles/iot-hub/iot-hub-python-python-device-management-get-started.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,8 @@ At the end of this tutorial, you have two Python console apps:
3434

3535
[!INCLUDE [iot-hub-include-python-installation-notes](../../includes/iot-hub-include-python-v2-installation-notes.md)]
3636

37+
* Make sure that port 8883 is open in your firewall. The device sample in this article 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).
38+
3739
## Create an IoT hub
3840

3941
[!INCLUDE [iot-hub-include-create-hub](../../includes/iot-hub-include-create-hub.md)]

articles/iot-hub/iot-hub-python-python-file-upload.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,8 @@ At the end of this tutorial you run the Python console app:
3838

3939
[!INCLUDE [iot-hub-include-python-installation-notes](../../includes/iot-hub-include-python-installation-notes.md)]
4040

41+
* Make sure that port 8883 is open in your firewall. The device sample in this article 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).
42+
4143
[!INCLUDE [iot-hub-associate-storage](../../includes/iot-hub-associate-storage.md)]
4244

4345
## Upload a file from a device app

articles/iot-hub/iot-hub-python-twin-getstarted.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,8 @@ At the end of this tutorial, you will have two Python console apps:
2525

2626
[!INCLUDE [iot-hub-include-python-installation-notes](../../includes/iot-hub-include-python-installation-notes.md)]
2727

28+
* Make sure that port 8883 is open in your firewall. The device sample in this article 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).
29+
2830
## Create an IoT hub
2931

3032
[!INCLUDE [iot-hub-include-create-hub](../../includes/iot-hub-include-create-hub.md)]

0 commit comments

Comments
 (0)