Skip to content

Commit 486e22d

Browse files
committed
Updated articles and TOC
1 parent 6fa6af2 commit 486e22d

9 files changed

+40
-725
lines changed

articles/iot-hub/.openpublishing.redirection.iot-hub.json

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1539,6 +1539,26 @@
15391539
"source_path_from_root": "/articles/iot-hub/device-twins-node.md",
15401540
"redirect_url": "/azure/iot-hub/how-to-device-twins",
15411541
"redirect_document_id": false
1542+
},
1543+
{
1544+
"source_path_from_root": "/articles/iot-hub/module-twins-dotnet.md",
1545+
"redirect_url": "/azure/iot-hub/how-to-module-twins",
1546+
"redirect_document_id": false
1547+
},
1548+
{
1549+
"source_path_from_root": "/articles/iot-hub/module-twins-java.md",
1550+
"redirect_url": "/azure/iot-hub/how-to-module-twins",
1551+
"redirect_document_id": false
1552+
},
1553+
{
1554+
"source_path_from_root": "/articles/iot-hub/module-twins-python.md",
1555+
"redirect_url": "/azure/iot-hub/how-to-module-twins",
1556+
"redirect_document_id": false
1557+
},
1558+
{
1559+
"source_path_from_root": "/articles/iot-hub/module-twins-node.md",
1560+
"redirect_url": "/azure/iot-hub/how-to-module-twins",
1561+
"redirect_document_id": false
15421562
}
15431563
]
15441564
}

articles/iot-hub/TOC.yml

Lines changed: 2 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -287,22 +287,8 @@
287287
displayName: device twins
288288
href: how-to-device-twins.md
289289
- name: Get started with module twins
290-
items:
291-
- name: New version
292-
displayName: module twins, module identity
293-
href: how-to-module-twins.md
294-
- name: Portal
295-
displayName: module twins, module identity
296-
href: module-twins-portal-dotnet.md
297-
- name: .NET
298-
displayName: module twins, module identity
299-
href: module-twins-dotnet.md
300-
- name: Python
301-
displayName: module twins, module identity
302-
href: module-twins-python.md
303-
- name: Node.js
304-
displayName: module twins, module identity
305-
href: module-twins-node.md
290+
displayName: module twins, module identity
291+
href: how-to-module-twins.md
306292
- name: Get started with device management
307293
items:
308294
- name: CLI

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

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ ms.custom: mqtt, devx-track-csharp, devx-track-dotnet
1515

1616
# Get started with IoT Hub module identities and module identity twins
1717

18-
[Module identities and module identity twins](iot-hub-devguide-module-twins.md) are similar to Azure IoT Hub device identities and device twins, but provide finer granularity. While Azure IoT Hub device identities and device twins enable the back-end application to configure a device and provide visibility on the device's conditions, a module identity and module identity twin provide these capabilities for individual components of a device. On capable devices with multiple components, such as operating system devices or firmware devices, module identities and module identity twins allow for isolated configuration and conditions for each component.
18+
Module identities and module identity twins are similar to Azure IoT Hub device identities and device twins, but provide finer granularity. While Azure IoT Hub device identities and device twins enable the back-end application to configure a device and provide visibility on the device's conditions, a module identity and module identity twin provide these capabilities for individual components of a device. On capable devices with multiple components, such as operating system devices or firmware devices, module identities and module identity twins allow for isolated configuration and conditions for each component. For more information, see [Understand Azure IoT Hub module twins](iot-hub-devguide-module-twins.md).
1919

2020
[!INCLUDE [iot-hub-basic](../../includes/iot-hub-basic-whole.md)]
2121

@@ -36,10 +36,6 @@ This article shows you how to develop two types of applications:
3636
* 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).
3737

3838
* Language SDK requirements:
39-
* **.NET SDK** - Requires Visual Studio.
40-
* **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.
41-
* **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.
42-
* **Node.js** - Requires Node.js version 10.0.x or later.
4339

4440
:::zone pivot="programming-language-csharp"
4541

articles/iot-hub/module-twins-dotnet.md

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

0 commit comments

Comments
 (0)