You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/iot-central/core/howto-run-a-job.md
+7-11Lines changed: 7 additions & 11 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -12,10 +12,8 @@ manager: peterpr
12
12
13
13
# Create and run a job in your Azure IoT Central application
14
14
15
-
You can use Microsoft Azure IoT Central to manage your connected devices at scale using jobs. Jobs let you do bulk updates to device properties, settings, and commands. This article walks you through how to get started using jobs in your own application.
15
+
You can use Microsoft Azure IoT Central to manage your connected devices at scale using jobs. Jobs let you do bulk updates to device properties and commands. This article walks you through how to get started using jobs in your own application.
16
16
17
-
> [!NOTE]
18
-
> Jobs for Azure IoT Edge devices is currently not supported.
19
17
20
18
## Create and run a job
21
19
@@ -29,28 +27,26 @@ This section shows you how to create and run a job. It shows you how to increase
29
27
30
28
3. Enter a name and description to identify the job you're creating.
31
29
32
-
4. Select the device set you want your job to apply to. After selecting the device set, you see the right-hand side populate with the devices in the device set. If you select a broken device set, no devices display and you see a message that your device set is broken.
30
+
4. Select the device group you want your job to apply to. You can see how many devices your job configuration will be applied to in the Summary section.
33
31
34
-
5. Next, choose the type of job to define (a setting, property, or command). Select **+** next to the type of job selected and add your operations.
32
+
5. Next, choose the type of job to define (property or command). Set up the job configuration by selection the property and setting new values or choose a command. It is possible to add multiple properties at a time.
6. On the right-hand side, choose the devices you’d like to run the job on. By selecting the top check box, all devices are selected in the entire device set. By selecting the check box near **Name**, all devices on the current page are selected.
39
-
40
-
7. After selecting your devices, choose **Run** or **Save**. The job now appears on your main **Jobs** page. On this view, you can see your currently running job and the history of any previously run jobs. Your running job always shows up at the top of the list. Your saved job can be opened again at any time to continue editing or to run.
36
+
6. After selecting your devices, choose **Run** or **Save**. The job now appears on your main **Jobs** page. On this view, you can see your currently running job and the history of any previously run jobs. Your running job always shows up at the top of the list. Your saved job can be opened again at any time to continue editing or to run.
41
37
42
38

43
39
44
40
> [!NOTE]
45
41
> You can view the history of your previously run jobs for up to 30 days.
46
42
47
-
8. To get an overview of your job, select the job to view from the list. This overview contains the job details, devices, and device status values. From this overview, you can also select **Download Job Details** to download a .csv file of your job details, including the devices and their status values. This information can be useful for troubleshooting.
43
+
7. To get an overview of your job, select the job to view from the list. This overview contains the job details, devices, and device status values. From this overview, you can also select **Download Job Details** to download a .csv file of your job details, including the devices and their status values. This information can be useful for troubleshooting.
To stop a running job, select it and choose **Stop** on the panel. The job status changes to reflect the job is stopped.
49
+
To stop a running job, select it and choose **Stop**. The job status changes to reflect the job is stopped.
54
50
55
51

56
52
@@ -62,7 +58,7 @@ To run a job that's currently stopped, select the stopped job. Choose **Run** on
62
58
63
59
## Copy a job
64
60
65
-
To copy an existing job you've created, select it from the main jobs page and select **Copy**. A new copy of the job configuration opens for you to edit. You can save or run the new job. If any changes have been made to your selected device set, they're reflected in this copied job for you to edit.
61
+
To copy an existing job you've created, open a job that has been created and select **Copy**. A new copy of the job configuration opens for you to edit. You can save or run the new job.
0 commit comments