Skip to content

Commit c86223c

Browse files
committed
Added standard tier only note to module twin how-to topics
1 parent 9737365 commit c86223c

7 files changed

+12
-2
lines changed

articles/iot-hub/iot-hub-c-c-module-twin-getstarted.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,8 @@ ms.custom: [amqp, mqtt]
1717

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

20+
[!INCLUDE [iot-hub-basic](../../includes/iot-hub-basic-whole.md)]
21+
2022
At the end of this article, you have two C apps:
2123

2224
* **CreateIdentities**: creates a device identity, a module identity and associated security key to connect your device and module clients.

articles/iot-hub/iot-hub-csharp-csharp-module-twin-getstarted.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,8 @@ ms.custom: "amqp, devx-track-csharp"
1717

1818
[Module identities and module twins](iot-hub-devguide-module-twins.md) are similar to Azure IoT Hub device identity and device twin, but provide finer granularity. While Azure IoT Hub device identity and device twin enable the back-end application to configure a device and provide visibility on the device's conditions, a module identity and module 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 twins allow for isolated configuration and conditions for each component.
1919

20+
[!INCLUDE [iot-hub-basic](../../includes/iot-hub-basic-whole.md)]
21+
2022
At the end of this article, you have two .NET console apps:
2123

2224
* **CreateIdentities**: creates a device identity, a module identity, and associated security key to connect your device and module clients.

articles/iot-hub/iot-hub-node-node-module-twin-getstarted.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,8 @@ ms.custom: amqp, devx-track-js
1717

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

20+
[!INCLUDE [iot-hub-basic](../../includes/iot-hub-basic-whole.md)]
21+
2022
At the end of this article, you have two Node.js apps:
2123

2224
* **CreateIdentities**: creates a device identity, a module identity, and associated security keys to connect your device and module clients.

articles/iot-hub/iot-hub-portal-csharp-module-twin-getstarted.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,8 @@ ms.custom: "amqp, devx-track-csharp"
1717

1818
[Module identities and module twins](iot-hub-devguide-module-twins.md) are similar to Azure IoT Hub device identity and device twin, but provide finer granularity. While Azure IoT Hub device identity and device twin enable the back-end application to configure a device and provide visibility on the device's conditions, a module identity and module 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 twins allow for isolated configuration and conditions for each component.
1919

20+
[!INCLUDE [iot-hub-basic](../../includes/iot-hub-basic-whole.md)]
21+
2022
In this article, you will learn how to:
2123

2224
* Create a module identity in the portal.

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ At the end of this article, you run two Python console apps:
3434
>You can find more information on cloud-to-device messages in the [IoT Hub developer guide](iot-hub-devguide-messaging.md).
3535
3636
> [!NOTE]
37-
> See [Azure IoT SDKs](iot-hub-devguide-sdks.md) for more information about the SDK tools available to build both device and back-end apps.
37+
> IoT Hub has SDK support for many device platforms and languages (C, Java, Python, and JavaScript) through the [Azure IoT device SDKs](iot-hub-devguide-sdks.md).
3838
3939
## Prerequisites
4040

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ These files are typically batch processed in the cloud, using tools such as [Azu
2929
At the end of this article, you run the Python console app **FileUpload.py**, which uploads a file to storage using the Python Device SDK.
3030

3131
> [!NOTE]
32-
> See [Azure IoT SDKs](iot-hub-devguide-sdks.md) for more information about the SDK tools available to build both device and back-end apps.
32+
> IoT Hub has SDK support for many device platforms and languages (C, Java, Python, and JavaScript) through the [Azure IoT device SDKs](iot-hub-devguide-sdks.md).
3333
3434
[!INCLUDE [iot-hub-include-x509-ca-signed-file-upload-support-note](../../includes/iot-hub-include-x509-ca-signed-file-upload-support-note.md)]
3535

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,8 @@ ms.custom: devx-track-python
1717

1818
[Module identities and module 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 a back-end application to configure a device and provide visibility on the device's conditions, module identities and module twins provide these capabilities for individual components of a device. On capable devices with multiple components, such as operating system devices or firmware devices, they allow for isolated configuration and conditions for each component.
1919

20+
[!INCLUDE [iot-hub-basic](../../includes/iot-hub-basic-whole.md)]
21+
2022
At the end of this article, you have three Python apps:
2123

2224
* **CreateModule**: creates a device identity, a module identity, and associated security keys to connect your device and module clients.

0 commit comments

Comments
 (0)