Skip to content

Commit 02261eb

Browse files
committed
Fix build issues
1 parent 7a200ad commit 02261eb

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

articles/iot/iot-mqtt-connect-to-iot-dps.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: Use MQTT to communicate with Azure IoT DPS
33
titleSuffix: Azure IoT Device Provisioning Service
4-
description: Developer guide - support for devices connecting to the Azure IoT Device Provisioning Service (DPS) device-facing endpoint using the MQTT protocol.
4+
description: Support for devices that use MQTT to connect to the Azure IoT Device Provisioning Service (DPS) device-facing endpoint.
55
author: rajeevmv
66
ms.author: ravokkar
77
ms.service: iot
@@ -28,7 +28,7 @@ All device communication with DPS must be secured using TLS/SSL. Therefore, DPS
2828

2929
A device can use the MQTT protocol to connect to a DPS instance using any of the following options.
3030

31-
* Libraries in the [Azure IoT Provisioning SDKs](iot-sdks#dps-management-sdks).
31+
* Libraries in the [Azure IoT Provisioning SDKs](iot-sdks#dps-device-sdks).
3232
* The MQTT protocol directly.
3333

3434
## Using the MQTT protocol directly (as a device)

articles/iot/iot-mqtt-connect-to-iot-hub.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: Use MQTT to communicate with Azure IoT Hub
33
titleSuffix: Azure IoT Hub
4-
description: Support for devices connecting to an IoT Hub device-facing endpoint using the MQTT protocol. Includes information about built-in MQTT support in the Azure IoT device SDKs.
4+
description: Support for devices that use MQTT to connect to an IoT Hub device-facing endpoint. Includes information about built-in MQTT support in the Azure IoT device SDKs.
55
author: kgremban
66
ms.service: iot
77
services: iot

0 commit comments

Comments
 (0)