Skip to content

Commit e040f26

Browse files
committed
Metadata and filename refresh -- jobs
1 parent ef27282 commit e040f26

13 files changed

+69
-46
lines changed

articles/iot-hub/.openpublishing.redirection.iot-hub.json

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -125,6 +125,26 @@
125125
"redirect_url": "/azure/iot-hub/file-upload-dotnet",
126126
"redirect_document_id": true
127127
},
128+
{
129+
"source_path_from_root": "/articles/iot-hub/iot-hub-java-java-schedule-jobs.md",
130+
"redirect_url": "/azure/iot-hub/schedule-jobs-java",
131+
"redirect_document_id": true
132+
},
133+
{
134+
"source_path_from_root": "/articles/iot-hub/iot-hub-python-python-schedule-jobs.md",
135+
"redirect_url": "/azure/iot-hub/schedule-jobs-python",
136+
"redirect_document_id": true
137+
},
138+
{
139+
"source_path_from_root": "/articles/iot-hub/iot-hub-node-node-schedule-jobs.md",
140+
"redirect_url": "/azure/iot-hub/schedule-jobs-node",
141+
"redirect_document_id": true
142+
},
143+
{
144+
"source_path_from_root": "/articles/iot-hub/iot-hub-csharp-csharp-schedule-jobs.md",
145+
"redirect_url": "/azure/iot-hub/schedule-jobs-dotnet",
146+
"redirect_document_id": true
147+
},
128148
{
129149
"source_path_from_root": "/articles/iot-hub/iot-hub-devguide-glossary.md",
130150
"redirect_url": "/azure/iot-fundamentals/iot-glossary/",

articles/iot-hub/TOC.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -398,17 +398,17 @@
398398
displayName: jobs
399399
href: schedule-jobs-cli.md
400400
- name: .NET
401-
displayName: jobs
402-
href: iot-hub-csharp-csharp-schedule-jobs.md
401+
displayName: jobs, csharp, C#
402+
href: schedule-jobs-dotnet.md
403403
- name: Python
404404
displayName: jobs
405-
href: iot-hub-python-python-schedule-jobs.md
405+
href: schedule-jobs-python.md
406406
- name: Node.js
407407
displayName: jobs
408-
href: iot-hub-node-node-schedule-jobs.md
408+
href: schedule-jobs-node.md
409409
- name: Java
410410
displayName: jobs
411-
href: iot-hub-java-java-schedule-jobs.md
411+
href: schedule-jobs-java.md
412412
- name: Query Avro data from a hub route
413413
displayName: Azure Data Lake, U-SQL
414414
href: iot-hub-query-avro-data.md

articles/iot-hub/c2d-messaging-dotnet.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ ms.custom: [amqp, mqtt, 'Role: Cloud Development', 'Role: IoT Device', devx-tra
1616

1717
[!INCLUDE [iot-hub-selector-c2d](../../includes/iot-hub-selector-c2d.md)]
1818

19-
Azure IoT Hub is a fully managed service that helps enable reliable and secure bi-directional communications between millions of devices and a solution back end.
19+
Azure IoT Hub is a fully managed service that helps enable reliable and secure bi-directional communications between millions of devices and a solution back end.
2020

2121
This article shows you how to:
2222

articles/iot-hub/c2d-messaging-ios.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ author: kgremban
66

77
ms.author: kgremban
88
ms.service: iot-hub
9+
ms.devland: swift
910
ms.topic: how-to
1011
ms.date: 04/19/2018
1112
ms.custom: mqtt

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -217,4 +217,4 @@ Other reference topics in the IoT Hub developer guide include:
217217

218218
To try out some of the concepts described in this article, see the following IoT Hub tutorial:
219219

220-
* [Schedule and broadcast jobs](iot-hub-node-node-schedule-jobs.md)
220+
* [Schedule and broadcast jobs](schedule-jobs-node.md)

articles/iot-hub/schedule-jobs-cli.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
---
2-
title: Schedule jobs with Azure IoT Hub (Azure CLI)
3-
description: How to schedule an Azure IoT Hub job to invoke a direct method and update device twin properties. You use the Azure CLI to simulate a device and schedule jobs for that simulated device.
2+
title: Use jobs to schedule tasks for groups of devices (CLI)
3+
titleSuffix: Azure IoT Hub
4+
description: Use the Azure CLI to schedule jobs that invoke a direct method and update device twin properties of a simulated device.
45
author: kgremban
56

67
ms.author: kgremban
78
ms.service: iot-hub
8-
services: iot-hub
99
ms.devlang: azurecli
10-
ms.topic: conceptual
10+
ms.topic: how-to
1111
ms.date: 01/23/2023
1212
ms.custom: mqtt, devx-track-azurecli
1313
---

articles/iot-hub/iot-hub-csharp-csharp-schedule-jobs.md renamed to articles/iot-hub/schedule-jobs-dotnet.md

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,14 @@
11
---
2-
title: Schedule jobs with Azure IoT Hub (.NET/.NET) | Microsoft Docs
3-
description: How to schedule an Azure IoT Hub job to invoke a direct method on multiple devices. You use the Azure IoT device SDK for .NET to implement the simulated device apps and a service app to run the job.
2+
title: Use jobs to schedule tasks for groups of devices (.NET)
3+
titleSuffix: Azure IoT Hub
4+
description: Use the device SDK for .NET to schedule a job that invokes a direct method and updates device twin properties of a simulated device.
45
author: kgremban
56

7+
ms.author: kgremban
68
ms.service: iot-hub
7-
services: iot-hub
8-
ms.topic: conceptual
9+
ms.devlang: csharp
10+
ms.topic: how-to
911
ms.date: 08/20/2019
10-
ms.author: kgremban
1112
ms.custom: "mqtt, devx-track-csharp"
1213
---
1314

articles/iot-hub/iot-hub-java-java-schedule-jobs.md renamed to articles/iot-hub/schedule-jobs-java.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
---
2-
title: Schedule jobs with Azure IoT Hub (Java) | Microsoft Docs
3-
description: How to schedule an Azure IoT Hub job to invoke a direct method and set a desired property on multiple devices. You use the Azure IoT device SDK for Java to implement the simulated device apps and the Azure IoT service SDK for Java to implement a service app to run the job.
2+
title: Use jobs to schedule tasks for groups of devices (.NET)
3+
titleSuffix: Azure IoT Hub
4+
description: Use the device SDK for Java to schedule a job that invokes a direct method and updates device twin properties of a simulated device.
45
author: kgremban
56

67
ms.author: kgremban
78
ms.service: iot-hub
8-
services: iot-hub
99
ms.devlang: java
10-
ms.topic: conceptual
10+
ms.topic: how-to
1111
ms.date: 08/16/2019
1212
ms.custom: mqtt, devx-track-java
1313
---

articles/iot-hub/iot-hub-node-node-schedule-jobs.md renamed to articles/iot-hub/schedule-jobs-node.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
---
2-
title: Schedule jobs with Azure IoT Hub (Node) | Microsoft Docs
3-
description: How to schedule an Azure IoT Hub job to invoke a direct method on multiple devices. You use the Azure IoT SDKs for Node.js to implement the simulated device apps and a service app to run the job.
2+
title: Use jobs to schedule tasks for groups of devices (.NET)
3+
titleSuffix: Azure IoT Hub
4+
description: Use the device SDK for Node.js to schedule a job that invokes a direct method and updates device twin properties of a simulated device.
45
author: kgremban
56

67
ms.author: kgremban
78
ms.service: iot-hub
8-
services: iot-hub
9-
ms.devlang: javascript
10-
ms.topic: conceptual
9+
ms.devlang: nodejs
10+
ms.topic: how-to
1111
ms.date: 08/16/2019
1212
ms.custom: mqtt, devx-track-js
1313
---

articles/iot-hub/iot-hub-python-python-schedule-jobs.md renamed to articles/iot-hub/schedule-jobs-python.md

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,14 @@
11
---
2-
title: Schedule jobs with Azure IoT Hub (Python) | Microsoft Docs
3-
description: How to schedule an Azure IoT Hub job to invoke a direct method on multiple devices. You use the Azure IoT SDKs for Python to implement the simulated device apps and a service app to run the job.
2+
title: Use jobs to schedule tasks for groups of devices (Python)
3+
titleSuffix: Azure IoT Hub
4+
description: Use the device SDK for Python to schedule a job that invokes a direct method and updates device twin properties of a simulated device.
45
author: kgremban
6+
7+
ms.author: kgremban
58
ms.service: iot-hub
6-
services: iot-hub
79
ms.devlang: python
8-
ms.topic: conceptual
10+
ms.topic: how-to
911
ms.date: 09/17/2022
10-
ms.author: kgremban
1112
ms.custom: devx-track-python
1213
---
1314

0 commit comments

Comments
 (0)