Skip to content

Commit bfb3f98

Browse files
authored
Merge pull request #194657 from dominicbetts/central-job-types
Expand list of IoT Central job types
2 parents 0cf271d + 71e5848 commit bfb3f98

File tree

4 files changed

+7
-4
lines changed

4 files changed

+7
-4
lines changed

articles/iot-central/core/howto-edit-device-template.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -109,6 +109,9 @@ You can create multiple versions of the device template. Over time, you'll have
109109

110110
1. Select the device template with the version you want to migrate the device to and select **Migrate**.
111111

112+
> [!TIP]
113+
> You can use a job to migrate all the devices in a device group to a new device template at the same time.
114+
112115
## Next steps
113116

114117
If you're an operator or solution builder, a suggested next step is to learn [how to manage your devices](./howto-manage-devices-individually.md).

articles/iot-central/core/howto-manage-devices-in-bulk.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,9 +27,9 @@ The following example shows you how to create and run a job to set the light thr
2727

2828
1. Select the target device group that you want your job to apply to. If your application uses organizations, the selected organization determines the available device groups. You can see how many devices your job configuration applies to below your **Device group** selection.
2929

30-
1. Choose **Cloud property**, **Property**, or **Command** as the **Job type**:
30+
1. Choose **Cloud property**, **Property**, **Command**, or **Change device template** as the **Job type**:
3131

32-
To configure a **Property** job, select a property and set its new value. To configure a **Command** job, choose the command to run. A property job can set multiple properties.
32+
To configure a **Property** job, select a property and set its new value. A property job can set multiple properties. To configure a **Command** job, choose the command to run. To configure a **Change device template** job, select the device template to assign to the devices in the device group.
3333

3434
:::image type="content" source="media/howto-manage-devices-in-bulk/configure-job.png" alt-text="Screenshot that shows selections for creating a property job called Set Light Threshold":::
3535

articles/iot-central/core/howto-manage-devices-individually.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@ If you register devices by starting the import under **All devices**, then the d
131131

132132
1. Use the filter on the grid to determine if the value in the **Device Template** column is **Unassigned** for any of your devices.
133133

134-
1. Select the devices you want to assign to a template:
134+
1. Select the devices you want to assign to a template.
135135

136136
1. Select **Migrate**:
137137

articles/iot-central/core/overview-iot-central-operator.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ You can also set writable properties and cloud properties that are defined in th
6565

6666
To manage IoT Edge devices, you can use the IoT Central UI to[create and edit deployment manifests](concepts-iot-edge.md#iot-edge-deployment-manifests-and-iot-central-device-templates), and then deploy them to your IoT Edge devices. You can also run commands in IoT Edge modules from within IoT Central.
6767

68-
Use the **Jobs** page to manage your devices in bulk. Jobs can update properties and run commands on multiple devices. To learn more, see [Manage devices in bulk in your Azure IoT Central application](howto-manage-devices-in-bulk.md).
68+
Use the **Jobs** page to manage your devices in bulk. Jobs can update properties, run commands, or assign a new device template on multiple devices. To learn more, see [Manage devices in bulk in your Azure IoT Central application](howto-manage-devices-in-bulk.md).
6969

7070
> [!TIP]
7171
> If your IoT Central application uses *organizations*, an administrator controls which devices you have access to.

0 commit comments

Comments
 (0)