Skip to content

Commit 8a5366d

Browse files
authored
Merge pull request #112176 from v-hearya/master
205156 - ms.custom value added | updated
2 parents 395af89 + 14a65d6 commit 8a5366d

10 files changed

+13
-18
lines changed

articles/iot-hub/quickstart-control-device-android.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,9 @@ ms.service: iot-hub
77
services: iot-hub
88
ms.devlang: java
99
ms.topic: quickstart
10-
ms.custom: mvc
10+
ms.custom: [mvc, mqtt]
1111
ms.date: 06/21/2019
1212
ms.author: wesmc
13-
ms.custom: mqtt
1413
# As a developer new to IoT Hub, I need to use a service application written for Android to control devices connected to the hub.
1514
---
1615

articles/iot-hub/quickstart-control-device-dotnet.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,8 @@ ms.service: iot-hub
88
services: iot-hub
99
ms.devlang: csharp
1010
ms.topic: quickstart
11-
ms.custom: mvc
11+
ms.custom: [mvc, mqtt]
1212
ms.date: 03/04/2020
13-
ms.custom: mqtt
1413
# As a developer new to IoT Hub, I need to see how to use a back-end application to control a device connected to the hub.
1514
---
1615

articles/iot-hub/quickstart-control-device-java.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,8 @@ ms.service: iot-hub
88
services: iot-hub
99
ms.devlang: java
1010
ms.topic: quickstart
11-
ms.custom: mvc, seo-java-august2019, seo-java-september2019
11+
ms.custom: [mvc, seo-java-august2019, seo-java-september2019, mqtt]
1212
ms.date: 06/21/2019
13-
ms.custom: mqtt
1413
# As a developer new to IoT Hub, I need to see how to use a back-end application to control a device connected to the hub.
1514
---
1615

articles/iot-hub/quickstart-control-device-node.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,8 @@ ms.service: iot-hub
88
services: iot-hub
99
ms.devlang: nodejs
1010
ms.topic: quickstart
11-
ms.custom: mvc, seo-javascript-september2019, seo-javascript-october2019
11+
ms.custom: [mvc, seo-javascript-september2019, seo-javascript-october2019, mqtt]
1212
ms.date: 06/21/2019
13-
ms.custom: mqtt
1413
# As a developer new to IoT Hub, I need to see how to use a back-end application to control a device connected to the hub.
1514
---
1615

articles/iot-hub/quickstart-control-device-python.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,8 @@ ms.service: iot-hub
88
services: iot-hub
99
ms.devlang: python
1010
ms.topic: quickstart
11-
ms.custom: mvc
11+
ms.custom: [mvc, mqtt]
1212
ms.date: 01/09/2020
13-
ms.custom: mqtt
1413
# As a developer new to IoT Hub, I need to see how to use a back-end application to control a device connected to the hub.
1514
---
1615

articles/iot-hub/quickstart-send-telemetry-android.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ ms.service: iot-hub
77
services: iot-hub
88
ms.devlang: java
99
ms.topic: quickstart
10-
ms.custom: mvc
10+
ms.custom: [mvc, mqtt]
1111
ms.date: 03/15/2019
1212
ms.author: wesmc
1313
# As a developer new to IoT Hub, I need to see how IoT Hub sends telemetry from an Android device to an IoT hub and how to read that telemetry data from the hub using a back-end application.

articles/iot-hub/quickstart-send-telemetry-c.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ ms.service: iot-hub
77
services: iot-hub
88
ms.devlang: c
99
ms.topic: quickstart
10-
ms.custom: mvc
10+
ms.custom: [mvc, mqtt]
1111
ms.date: 04/10/2019
1212
ms.author: wesmc
1313
# As a C developer new to IoT Hub, I need to see how IoT Hub sends telemetry from a device to an IoT hub and how to read that telemetry data from the hub using a back-end application.
@@ -25,7 +25,7 @@ This article is written for Windows, but you can complete this quickstart on Lin
2525

2626
[!INCLUDE [cloud-shell-try-it.md](../../includes/cloud-shell-try-it.md)]
2727

28-
If you dont have an Azure subscription, create a [free account](https://azure.microsoft.com/free/?WT.mc_id=A261C142F) before you begin.
28+
If you don't have an Azure subscription, create a [free account](https://azure.microsoft.com/free/?WT.mc_id=A261C142F) before you begin.
2929

3030
## Prerequisites
3131

articles/iot-hub/quickstart-send-telemetry-dotnet.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ ms.service: iot-hub
88
services: iot-hub
99
ms.devlang: csharp
1010
ms.topic: quickstart
11-
ms.custom: mvc
11+
ms.custom: [mvc, mqtt]
1212
ms.date: 06/21/2019
1313
# As a developer new to IoT Hub, I need to see how IoT Hub sends telemetry from a device to an IoT hub and how to read that telemetry data from the hub using a back-end application.
1414
---
@@ -23,7 +23,7 @@ The quickstart uses two pre-written C# applications, one to send the telemetry a
2323

2424
[!INCLUDE [cloud-shell-try-it.md](../../includes/cloud-shell-try-it.md)]
2525

26-
If you dont have an Azure subscription, create a [free account](https://azure.microsoft.com/free/?WT.mc_id=A261C142F) before you begin.
26+
If you don't have an Azure subscription, create a [free account](https://azure.microsoft.com/free/?WT.mc_id=A261C142F) before you begin.
2727

2828
## Prerequisites
2929

articles/iot-hub/quickstart-send-telemetry-ios.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ ms.author: wesmc
77
ms.service: iot-hub
88
services: iot-hub
99
ms.topic: quickstart
10-
ms.custom: mvc
10+
ms.custom: [mvc, mqtt]
1111
ms.date: 04/03/2019
1212
# As a developer, I need to build an end-to-end IoT solution that sends telemetry from a device to an IoT hub and reads that telemetry data from the hub using a back-end application.
1313
---
@@ -22,7 +22,7 @@ This article uses a pre-written Swift application to send the telemetry and a CL
2222

2323
[!INCLUDE [cloud-shell-try-it.md](../../includes/cloud-shell-try-it.md)]
2424

25-
If you dont have an Azure subscription, create a [free account](https://azure.microsoft.com/free/?WT.mc_id=A261C142F) before you begin.
25+
If you don't have an Azure subscription, create a [free account](https://azure.microsoft.com/free/?WT.mc_id=A261C142F) before you begin.
2626

2727
## Prerequisites
2828

articles/iot-hub/quickstart-send-telemetry-java.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ ms.service: iot-hub
88
services: iot-hub
99
ms.devlang: java
1010
ms.topic: quickstart
11-
ms.custom: mvc, seo-java-august2019, seo-java-september2019
11+
ms.custom: [mvc, seo-java-august2019, seo-java-september2019, mqtt]
1212
ms.date: 06/21/2019
1313
# As a developer new to IoT Hub, I need to see how IoT Hub sends telemetry from a device to an IoT hub and how to read that telemetry data from the hub using a back-end application.
1414
---

0 commit comments

Comments
 (0)