Skip to content

Commit b7bf3f6

Browse files
committed
205156 - ms.custom value added | updated
1 parent 8032a37 commit b7bf3f6

10 files changed

+15
-8
lines changed

articles/iot-central/retail/architecture-connected-logistics.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ ms.service: iot-central
77
ms.subservice: iot-central-retail
88
ms.topic: overview
99
ms.date: 10/20/2019
10+
ms.custom: mqtt
1011
---
1112

1213
# Architecture of IoT Central connected logistics application template

articles/iot-central/retail/architecture-smart-inventory-management.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ ms.service: iot-central
77
ms.subservice: iot-central-retail
88
ms.topic: overview
99
ms.date: 10/20/2019
10+
ms.custom: mqtt
1011
---
1112

1213
# Architecture of IoT Central smart inventory management application template

articles/iot-dps/about-iot-dps.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ ms.topic: overview
88
ms.service: iot-dps
99
services: iot-dps
1010
manager: eliotgra
11+
ms.custom: [amqp, mqtt]
1112
---
1213

1314
# Provisioning devices with Azure IoT Hub Device Provisioning Service
@@ -18,7 +19,7 @@ There are many provisioning scenarios in which DPS is an excellent choice for ge
1819

1920
* Zero-touch provisioning to a single IoT solution without hardcoding IoT Hub connection information at the factory (initial setup)
2021
* Load-balancing devices across multiple hubs
21-
* Connecting devices to their owners IoT solution based on sales transaction data (multitenancy)
22+
* Connecting devices to their owner's IoT solution based on sales transaction data (multitenancy)
2223
* Connecting devices to a particular IoT solution depending on use-case (solution isolation)
2324
* Connecting a device to the IoT hub with the lowest latency (geo-sharding)
2425
* Reprovisioning based on a change in the device

articles/iot-dps/iot-dps-mqtt-support.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ services: iot-dps
77
ms.topic: conceptual
88
ms.date: 10/16/2019
99
ms.author: ravokkar
10+
ms.custom: [amqp, mqtt]
1011
---
1112
# Communicate with your DPS using the MQTT protocol
1213

@@ -17,7 +18,7 @@ DPS enables devices to communicate with the DPS device endpoint using:
1718

1819
DPS is not a full-featured MQTT broker and does not support all the behaviors specified in the MQTT v3.1.1 standard. This article describes how devices can use supported MQTT behaviors to communicate with DPS.
1920

20-
All device communication with DPS must be secured using TLS/SSL. Therefore, DPS doesnt support non-secure connections over port 1883.
21+
All device communication with DPS must be secured using TLS/SSL. Therefore, DPS doesn't support non-secure connections over port 1883.
2122

2223
> [!NOTE]
2324
> DPS does not currently support devices using TPM [attestation mechanism](https://docs.microsoft.com/azure/iot-dps/concepts-device#attestation-mechanism) over the MQTT protocol.

articles/iot-dps/quick-create-simulated-device-tpm-node.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@ ms.author: wesmc
66
ms.date: 11/08/2018
77
ms.topic: quickstart
88
ms.service: iot-dps
9-
services: iot-dps
10-
ms.custom: mvc
9+
services: iot-dps
10+
ms.custom: [mvc, amqp, mqtt]
1111
---
1212

1313
# Quickstart: Create and provision a simulated TPM device using Node.js device SDK for IoT Hub Device Provisioning Service
@@ -255,7 +255,7 @@ If you plan to continue working on and exploring the device client sample, do no
255255
256256
## Next steps
257257
258-
In this quickstart, youve created a TPM simulated device on your machine and provisioned it to your IoT hub using the IoT Hub Device Provisioning Service. To learn how to enroll your TPM device programmatically, continue to the quickstart for programmatic enrollment of a TPM device.
258+
In this quickstart, you've created a TPM simulated device on your machine and provisioned it to your IoT hub using the IoT Hub Device Provisioning Service. To learn how to enroll your TPM device programmatically, continue to the quickstart for programmatic enrollment of a TPM device.
259259
260260
> [!div class="nextstepaction"]
261261
> [Azure quickstart - Enroll TPM device to Azure IoT Hub Device Provisioning Service](quick-enroll-device-tpm-node.md)

articles/iot-dps/quick-create-simulated-device.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ ms.topic: quickstart
88
ms.service: iot-dps
99
services: iot-dps
1010
manager: philmea
11-
ms.custom: mvc
11+
ms.custom: [mvc, amqp, mqtt]
1212
#Customer intent: As a new IoT developer, I want simulate a TPM device using the C SDK so that I can learn how secure provisioning works.
1313
---
1414

@@ -218,7 +218,7 @@ If you plan to continue working on and exploring the device client sample, do no
218218
219219
## Next steps
220220
221-
In this quickstart, youve created a TPM simulated device on your machine and provisioned it to your IoT hub using the IoT Hub Device Provisioning Service. To learn how to enroll your TPM device programmatically, continue to the quickstart for programmatic enrollment of a TPM device.
221+
In this quickstart, you've created a TPM simulated device on your machine and provisioned it to your IoT hub using the IoT Hub Device Provisioning Service. To learn how to enroll your TPM device programmatically, continue to the quickstart for programmatic enrollment of a TPM device.
222222
223223
> [!div class="nextstepaction"]
224224
> [Azure quickstart - Enroll TPM device to Azure IoT Hub Device Provisioning Service](quick-enroll-device-tpm-java.md)

articles/iot-dps/use-hsm-with-sdk.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ ms.date: 03/30/2018
77
ms.topic: conceptual
88
ms.service: iot-dps
99
services: iot-dps
10-
ms.custom: mvc
10+
ms.custom: [mvc, amqp]
1111
---
1212
# How to use different attestation mechanisms with Device Provisioning Service Client SDK for C
1313

articles/iot-edge/how-to-configure-proxy-support.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ ms.date: 3/10/2020
77
ms.topic: conceptual
88
ms.service: iot-edge
99
services: iot-edge
10+
ms.custom: amqp
1011
---
1112

1213
# Configure an IoT Edge device to communicate through a proxy server

articles/iot-edge/how-to-connect-downstream-device.md

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

1314
# Connect a downstream device to an Azure IoT Edge gateway

articles/iot-edge/how-to-create-transparent-gateway.md

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

1314
# Configure an IoT Edge device to act as a transparent gateway

0 commit comments

Comments
 (0)