Skip to content

Commit b20fcd7

Browse files
committed
Integrated in review feedback
1 parent ce85fcc commit b20fcd7

File tree

4 files changed

+3
-6
lines changed

4 files changed

+3
-6
lines changed

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

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -46,9 +46,6 @@ This article shows you how a back-end app and a device app can work together to
4646

4747
* 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).
4848

49-
* Language SDK requirements:
50-
51-
5249
:::zone pivot="programming-language-csharp"
5350

5451
[!INCLUDE [iot-hub-howto-device-management-dotnet](../../includes/iot-hub-howto-device-management-dotnet.md)]

includes/iot-hub-howto-device-management-dotnet.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ ms.date: 10/09/2024
1111
ms.custom: mqtt, devx-track-csharp, devx-track-dotnet
1212
---
1313

14-
* **.NET SDK** - Requires Visual Studio.
14+
* Requires Visual Studio.
1515

1616
## Overview
1717

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ ms.date: 10/09/2024
1111
ms.custom: amqp, mqtt, devx-track-java, devx-track-extended-java
1212
---
1313

14-
* **Java** - 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.
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.
1515

1616
## Overview
1717

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ ms.date: 10/09/2024
1111
ms.custom: mqtt, devx-track-js
1212
---
1313

14-
* **Node.js** - Requires Node.js version 10.0.x or later.
14+
* Requires Node.js version 10.0.x or later.
1515

1616
## Overview
1717

0 commit comments

Comments
 (0)