Skip to content

Commit 00c3745

Browse files
committed
205156 - ms.custom value added | updated
1 parent 14a65d6 commit 00c3745

8 files changed

+11
-10
lines changed

articles/iot-hub/quickstart-send-telemetry-node.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: nodejs
1010
ms.topic: quickstart
11-
ms.custom: mvc, seo-javascript-september2019
11+
ms.custom: [mvc, seo-javascript-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
---

articles/iot-hub/quickstart-send-telemetry-python.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: python
1010
ms.topic: quickstart
11-
ms.custom: mvc
11+
ms.custom: [mvc, mqtt]
1212
ms.date: 10/17/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
---

articles/iot-hub/tutorial-connectivity.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ services: iot-hub
55
author: wesmc7777
66
manager: philmea
77
ms.author: wesmc
8-
ms.custom: mvc
8+
ms.custom: [mvc, amqp, mqtt]
99
ms.date: 02/22/2019
1010
ms.topic: tutorial
1111
ms.service: iot-hub

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ ms.service: iot-hub
88
ms.devlang: dotnet
99
ms.topic: tutorial
1010
ms.date: 06/21/2019
11-
ms.custom: mvc
11+
ms.custom: [mvc, mqtt]
1212
#Customer intent: As a developer, I want to be able to configure my devices from the cloud and receive status and compliance data from my devices.
1313
---
1414

@@ -31,7 +31,7 @@ In this tutorial, you perform the following tasks:
3131
3232
[!INCLUDE [cloud-shell-try-it.md](../../includes/cloud-shell-try-it.md)]
3333

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

3636
## Prerequisites
3737

articles/iot-hub/tutorial-firmware-update.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ ms.service: iot-hub
88
ms.devlang: dotnet
99
ms.topic: tutorial
1010
ms.date: 06/28/2019
11-
ms.custom: mvc
11+
ms.custom: [mvc, mqtt]
1212

1313
#Customer intent: As a developer, I want to implement a device firmware update process that can be triggered from a back-end application connected to my IoT hub
1414
---
@@ -31,7 +31,7 @@ In this tutorial, you complete the following tasks:
3131
3232
[!INCLUDE [cloud-shell-try-it.md](../../includes/cloud-shell-try-it.md)]
3333

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

3636
## Prerequisites
3737

articles/iot-hub/tutorial-manual-failover.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ services: iot-hub
88
ms.topic: tutorial
99
ms.date: 07/24/2019
1010
ms.author: robinsh
11-
ms.custom: mvc
11+
ms.custom: [mvc, mqtt]
1212
#Customer intent: As an IT Pro, I want to be able to perform a manual failover of my IoT hub to a different region, and then return it to the original region.
1313
---
1414

articles/iot-hub/tutorial-message-enrichments.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: 12/20/2019
99
ms.author: robinsh
10+
ms.custom: mqtt
1011
# intent: As a customer using Azure IoT Hub, I want to add information to the messages that come through my IoT hub and are sent to another endpoint. For example, I'd like to pass the IoT hub name to the application that reads the messages from the final endpoint, such as Azure Storage.
1112
---
1213
# Tutorial: Use Azure IoT Hub message enrichments

articles/iot-hub/tutorial-use-metrics-and-diags.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ services: iot-hub
77
ms.topic: tutorial
88
ms.date: 3/13/2019
99
ms.author: robinsh
10-
ms.custom: mvc
10+
ms.custom: [mvc, mqtt]
1111
#Customer intent: As a developer, I want to know how to set up and check metrics and diagnostic logs, to help me troubleshoot when there is a problem with an Azure IoT hub.
1212
---
1313

@@ -99,7 +99,7 @@ echo "Storage account name = " $storageAccountName
9999
# Create the storage account.
100100
az storage account create --name $storageAccountName \
101101
--resource-group $resourceGroup \
102-
--location $location \
102+
--location $location \
103103
--sku Standard_LRS
104104
105105
# Create the IoT device identity to be used for testing.

0 commit comments

Comments
 (0)