Skip to content

Commit e4a0dd9

Browse files
committed
205156 - ms.custom value added | updated
1 parent 4abd21d commit e4a0dd9

10 files changed

+14
-4
lines changed

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,14 +8,15 @@ ms.devlang: csharp
88
ms.topic: conceptual
99
ms.date: 08/07/2019
1010
ms.author: menchi
11+
ms.custom: amqp
1112
---
1213

1314
# Get started with IoT Hub module identity and module twin (.NET)
1415

1516
[!INCLUDE [iot-hub-selector-module-twin-getstarted](../../includes/iot-hub-selector-module-twin-getstarted.md)]
1617

1718
> [!NOTE]
18-
> [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 devices 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 based devices or firmware devices, module identities and module twins allow for isolated configuration and conditions for each component.
19+
> [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 based devices or firmware devices, module identities and module twins allow for isolated configuration and conditions for each component.
1920
2021
At the end of this tutorial, you have two .NET console apps:
2122

articles/iot-hub/iot-hub-csharp-csharp-schedule-jobs.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ services: iot-hub
88
ms.topic: conceptual
99
ms.date: 08/20/2019
1010
ms.author: robinsh
11+
ms.custom: mqtt
1112
---
1213

1314
# Schedule and broadcast jobs (.NET)

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ ms.devlang: csharp
99
ms.topic: conceptual
1010
ms.date: 08/26/2019
1111
ms.author: robinsh
12+
ms.custom: mqtt
1213
---
1314

1415
# Get started with device twins (.NET)

articles/iot-hub/iot-hub-devguide-c2d-guidance.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ ms.service: iot-hub
88
services: iot-hub
99
ms.topic: conceptual
1010
ms.date: 01/29/2018
11+
ms.custom: [amqp, mqtt]
1112
---
1213

1314
# Cloud-to-device communications guidance

articles/iot-hub/iot-hub-devguide-d2c-guidance.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ ms.service: iot-hub
88
services: iot-hub
99
ms.topic: conceptual
1010
ms.date: 01/29/2018
11+
ms.custom: [amqp, mqtt]
1112
---
1213

1314
# Device-to-cloud communications guidance

articles/iot-hub/iot-hub-devguide-develop-for-constrained-devices.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ services: iot-hub
77
ms.topic: conceptual
88
ms.date: 05/24/2018
99
ms.author: robinsh
10+
ms.custom: [amqp, mqtt]
1011
---
1112

1213
# Develop for constrained devices using Azure IoT C SDK
@@ -77,5 +78,5 @@ Another set of APIs without the _LL_ index is called the convenience layer, wher
7778
## Next steps
7879

7980
To learn more about Azure IoT C SDK architecture:
80-
- [Azure IoT C SDK source code](https://github.com/Azure/azure-iot-sdk-c/)
81-
- [Azure IoT device SDK for C introduction](iot-hub-device-sdk-c-intro.md)
81+
- [Azure IoT C SDK source code](https://github.com/Azure/azure-iot-sdk-c/)
82+
- [Azure IoT device SDK for C introduction](iot-hub-device-sdk-c-intro.md)

articles/iot-hub/iot-hub-devguide-device-twins.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ ms.service: iot-hub
88
services: iot-hub
99
ms.topic: conceptual
1010
ms.date: 02/01/2020
11+
ms.custom: mqtt
1112
---
1213

1314
# Understand and use device twins in IoT Hub
@@ -193,7 +194,7 @@ The solution back end operates on the device twin using the following atomic ope
193194

194195
- Body
195196

196-
This section includes all the twin changes in a JSON format. It uses the same format as a patch, with the difference that it can contain all twin sections: tags, properties.reported, properties.desired, and that it contains the $metadata elements. For example,
197+
This section includes all the twin changes in a JSON format. It uses the same format as a patch, with the difference that it can contain all twin sections: tags, properties.reported, properties.desired, and that it contains the "$metadata" elements. For example,
197198

198199
```json
199200
{

articles/iot-hub/iot-hub-devguide-direct-methods.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ services: iot-hub
77
ms.topic: conceptual
88
ms.date: 07/17/2018
99
ms.author: rezas
10+
ms.custom: [amqp, mqtt]
1011
---
1112

1213
# Understand and invoke direct methods from IoT Hub

articles/iot-hub/iot-hub-devguide-endpoints.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ ms.service: iot-hub
88
services: iot-hub
99
ms.topic: conceptual
1010
ms.date: 06/10/2019
11+
ms.custom: [amqp, mqtt]
1112
---
1213

1314
# Reference - IoT Hub endpoints

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ ms.service: iot-hub
88
services: iot-hub
99
ms.topic: conceptual
1010
ms.date: 11/07/2018
11+
ms.custom: mqtt
1112
---
1213

1314
# Upload files with IoT Hub

0 commit comments

Comments
 (0)