Skip to content

Commit 1a9c1da

Browse files
committed
ms.topic refresh - concept-article
1 parent cde0e5d commit 1a9c1da

29 files changed

+80
-95
lines changed

articles/iot-hub/iot-hub-dev-guide-azure-ad-rbac.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,10 @@
22
title: Control access to IoT Hub by using Azure Active Directory
33
description: This article describes how to control access to IoT Hub for back-end apps by using Azure AD and Azure RBAC.
44
author: kgremban
5-
manager: briz
5+
66
ms.author: kgremban
77
ms.service: iot-hub
8-
services: iot-hub
9-
ms.topic: conceptual
8+
ms.topic: concept-article
109
ms.date: 01/18/2023
1110
ms.custom: ['Role: Cloud Development', devx-track-azurecli]
1211
---

articles/iot-hub/iot-hub-dev-guide-sas.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,11 @@
11
---
2-
title: Control access to IoT Hub using SAS tokens | Microsoft Docs
2+
title: Control access to IoT Hub using SAS tokens
33
description: How to control access to IoT Hub for device apps and back-end apps using shared access signature tokens.
44
author: kgremban
55

66
ms.author: kgremban
77
ms.service: iot-hub
8-
services: iot-hub
9-
ms.topic: conceptual
8+
ms.topic: concept-article
109
ms.date: 04/28/2022
1110
ms.custom: [amqp, mqtt, 'Role: Cloud Development', 'Role: IoT Device', 'Role: Operations', devx-track-js, devx-track-csharp]
1211
---

articles/iot-hub/iot-hub-devguide-c2d-guidance.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,11 @@
11
---
2-
title: Azure IoT Hub cloud-to-device options | Microsoft Docs
2+
title: Azure IoT Hub cloud-to-device options
33
description: This article provides guidance on when to use direct methods, device twin's desired properties, or cloud-to-device messages for cloud-to-device communications.
44
author: kgremban
55

66
ms.author: kgremban
77
ms.service: iot-hub
8-
services: iot-hub
9-
ms.topic: conceptual
8+
ms.topic: concept-article
109
ms.date: 01/29/2018
1110
ms.custom: [amqp, mqtt, 'Role: Cloud Development', 'Role: IoT Device']
1211
---

articles/iot-hub/iot-hub-devguide-d2c-guidance.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,11 @@
11
---
2-
title: Azure IoT Hub device-to-cloud options | Microsoft Docs
2+
title: Azure IoT Hub device-to-cloud options
33
description: This article provides guidance on when to use device-to-cloud messages, reported properties, or file upload for cloud-to-device communications.
44
author: kgremban
55

66
ms.author: kgremban
77
ms.service: iot-hub
8-
services: iot-hub
9-
ms.topic: conceptual
8+
ms.topic: concept-article
109
ms.date: 12/27/2022
1110
ms.custom: [amqp, mqtt, 'Role: Cloud Development', 'Role: IoT Device']
1211
---

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

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,11 @@
11
---
2-
title: Understand Azure IoT Hub device twins | Microsoft Docs
2+
title: Understand Azure IoT Hub device twins
33
description: This article describes how to use device twins to synchronize state and configuration data between IoT Hub and your devices
44
author: kgremban
55

66
ms.author: kgremban
77
ms.service: iot-hub
8-
services: iot-hub
9-
ms.topic: conceptual
8+
ms.topic: concept-article
109
ms.date: 04/27/2022
1110
ms.custom: [mqtt, 'Role: Cloud Development']
1211
---

articles/iot-hub/iot-hub-devguide-direct-methods.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
---
2-
title: Understand Azure IoT Hub direct methods | Microsoft Docs
2+
title: Understand Azure IoT Hub direct methods
33
description: This article describes how use direct methods to invoke code on your devices from a service app.
44
author: kgremban
5+
6+
ms.author: kgremban
57
ms.service: iot-hub
6-
services: iot-hub
7-
ms.topic: conceptual
8+
ms.topic: concept-article
89
ms.date: 07/15/2022
9-
ms.author: kgremban
1010
ms.custom: [amqp, mqtt,'Role: Cloud Development', 'Role: IoT Device']
1111
---
1212

articles/iot-hub/iot-hub-devguide-endpoints.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,11 @@
11
---
2-
title: Understand Azure IoT Hub endpoints | Microsoft Docs
2+
title: Understand Azure IoT Hub endpoints
33
description: This article provides information about IoT Hub device-facing and service-facing endpoints.
44
author: kgremban
55

66
ms.author: kgremban
77
ms.service: iot-hub
8-
services: iot-hub
9-
ms.topic: conceptual
8+
ms.topic: concept-article
109
ms.date: 12/21/2022
1110
ms.custom: [amqp, mqtt, 'Role: Cloud Development', 'Role: System Architecture']
1211
---

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

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,11 @@
11
---
2-
title: Understand Azure IoT Hub file upload | Microsoft Docs
2+
title: Understand Azure IoT Hub file upload
33
description: This article shows how to use the file upload feature of IoT Hub to manage uploading files from a device to an Azure storage blob container.
44
author: kgremban
55

66
ms.author: kgremban
77
ms.service: iot-hub
8-
services: iot-hub
9-
ms.topic: conceptual
8+
ms.topic: concept-article
109
ms.date: 12/30/2022
1110
ms.custom: [mqtt, 'Role: Cloud Development', 'Role: IoT Device']
1211
---

articles/iot-hub/iot-hub-devguide-identity-registry.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@
22
title: Understand the Azure IoT Hub identity registry
33
description: This article provides a description of the IoT Hub identity registry and how to use it to manage your devices. Includes information about the import and export of device identities in bulk.
44
author: kgremban
5+
56
ms.author: kgremban
67
ms.service: iot-hub
7-
services: iot-hub
8-
ms.topic: conceptual
8+
ms.topic: concept-article
99
ms.date: 06/29/2021
1010
ms.custom: [amqp, mqtt, 'Role: Cloud Development', 'Role: IoT Device', ignite-2022]
1111
---

articles/iot-hub/iot-hub-devguide-jobs.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,11 @@
11
---
2-
title: Understand Azure IoT Hub jobs | Microsoft Docs
2+
title: Understand Azure IoT Hub jobs
33
description: This article describes scheduling jobs to run on multiple devices connected to your IoT hub. Jobs can update tags and desired properties and invoke direct methods on multiple devices.
44
author: kgremban
55

66
ms.author: kgremban
77
ms.service: iot-hub
8-
services: iot-hub
9-
ms.topic: conceptual
8+
ms.topic: concept-article
109
ms.date: 05/06/2019
1110
ms.custom: mqtt
1211
---

0 commit comments

Comments
 (0)