Skip to content

Commit 003271d

Browse files
authored
Merge pull request #112082 from v-hearya/master
205156 - ms.custom value added | updated
2 parents cbda2aa + fc590f8 commit 003271d

10 files changed

+13
-2
lines changed

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,13 +9,14 @@ services: iot-hub
99
ms.devlang: csharp
1010
ms.topic: conceptual
1111
ms.date: 08/20/2019
12+
ms.custom: amqp
1213
---
1314
# Get started with IoT Hub module identity and module twin using the portal and .NET device
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
2122
In this tutorial, you will learn:

articles/iot-hub/iot-hub-protocol-gateway.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: 07/11/2017
11+
ms.custom: [amqp, mqtt]
1112
---
1213

1314
# Support additional protocols for IoT Hub

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ ms.devlang: python
88
ms.topic: conceptual
99
ms.date: 04/09/2020
1010
ms.author: robinsh
11+
ms.custom: mqtt
1112
---
1213

1314
# Send cloud-to-device messages with IoT Hub (Python)

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ ms.devlang: python
88
ms.topic: conceptual
99
ms.date: 01/17/2020
1010
ms.author: robinsh
11+
ms.custom: mqtt
1112
---
1213

1314
# Get started with device management (Python)

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ ms.devlang: python
88
ms.topic: conceptual
99
ms.date: 03/31/2020
1010
ms.author: robinsh
11+
ms.custom: mqtt
1112
---
1213

1314
# Upload files from your device to the cloud with IoT Hub (Python)

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ ms.devlang: python
88
ms.topic: conceptual
99
ms.date: 03/11/2020
1010
ms.author: robinsh
11+
ms.custom: mqtt
1112
---
1213
# Get started with device twins (Python)
1314

articles/iot-hub/iot-hub-reliability-features-in-sdks.md

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

1213
# Manage connectivity and reliable messaging by using Azure IoT Hub device SDKs

articles/iot-hub/iot-hub-scaling.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: 06/28/2019
1010
ms.author: wesmc
11+
ms.custom: [amqp, mqtt]
1112
---
1213
# Choose the right IoT Hub tier for your solution
1314

articles/iot-hub/iot-hub-security-x509-get-started.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: 08/20/2019
11+
ms.custom: amqp
1112
---
1213

1314
# Set up X.509 security in your Azure IoT hub
@@ -77,7 +78,7 @@ These steps show you how to add a new Certificate Authority to your IoT hub thro
7778

7879
## Authenticate your X.509 device with the X.509 certificates
7980

80-
To authenticate your X.509 device, you need to first sign the device with the CA certificate. Signing of leaf devices is normally done at the manufacturing plant, where manufacturing tools have been enabled accordingly. As the device goes from one manufacturer to another, each manufacturers signing action is captured as an intermediate certificate within the chain. The result is a certificate chain from the CA certificate to the devices leaf certificate. Step 4 in [Managing test CA certificates for samples and tutorials](https://github.com/Azure/azure-iot-sdk-c/blob/master/tools/CACertificates/CACertificateOverview.md) generates a device certificate.
81+
To authenticate your X.509 device, you need to first sign the device with the CA certificate. Signing of leaf devices is normally done at the manufacturing plant, where manufacturing tools have been enabled accordingly. As the device goes from one manufacturer to another, each manufacturer's signing action is captured as an intermediate certificate within the chain. The result is a certificate chain from the CA certificate to the device's leaf certificate. Step 4 in [Managing test CA certificates for samples and tutorials](https://github.com/Azure/azure-iot-sdk-c/blob/master/tools/CACertificates/CACertificateOverview.md) generates a device certificate.
8182

8283
Next, we will show you how to create a C# application to simulate the X.509 device registered for your IoT hub. We will send temperature and humidity values from the simulated device to your hub. In this tutorial, we will create only the device application. It is left as an exercise to the readers to create the IoT Hub service application that will send response to the events sent by this simulated device. The C# application assumes that you have followed the steps in [Managing test CA certificates for samples and tutorials](https://github.com/Azure/azure-iot-sdk-c/blob/master/tools/CACertificates/CACertificateOverview.md).
8384

articles/iot-hub/iot-hub-troubleshoot-connectivity.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@ services: iot-hub
88
ms.topic: conceptual
99
ms.date: 01/30/2020
1010
ms.author: jlian
11+
ms.custom: mqtt
12+
1113
# As an operator for Azure IoT Hub, I need to know how to find out when devices are disconnecting unexpectedly and troubleshoot resolve those issues right away
1214
---
1315
# Monitor, diagnose, and troubleshoot disconnects with Azure IoT Hub

0 commit comments

Comments
 (0)