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
1. Select file option to upload the root certificate file called _mytestrootcert_cert.pem_ that you generated previously.
99
97
100
98
1. To complete the verification, generate the verification code, copy it, and then use it to create an X.509 verification certificate at the command prompt:
101
99
@@ -243,9 +241,7 @@ These commands produce the following device certificates:
243
241
244
242
1. Open the device you created and select **Connect**.
245
243
246
-
1. Select **Individual Enrollments** as the **Connect Method** and **Certificates (X.509)** as the mechanism:
Copy file name to clipboardExpand all lines: articles/iot-central/core/howto-connect-eflow.md
+1-5Lines changed: 1 addition & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -107,15 +107,11 @@ To enable an operator to view the telemetry from the device, define a view in th
107
107
108
108
1. Select **Save** to save the **View IoT Edge device telemetry** view.
109
109
110
-
:::image type="content" source="media/howto-connect-eflow/template-telemetry-view.png" alt-text="Device template with telemetry view.":::
111
-
112
110
### Publish the template
113
111
114
112
Before you can add a device that uses the **Environmental Sensor Edge Device** template, you must publish the template.
115
113
116
-
Navigate to the **Environmental Sensor Edge Device** template and select **Publish**. On the **Publish this device template to the application** panel, select **Publish** to publish the template:
117
-
118
-
:::image type="content" source="media/howto-connect-eflow/publish-template.png" alt-text="Publish the device template.":::
114
+
Navigate to the **Environmental Sensor Edge Device** template and select **Publish**. On the **Publish this device template to the application** panel, select **Publish** to publish the template
Copy file name to clipboardExpand all lines: articles/iot-central/core/howto-connect-ruuvi.md
+2-8Lines changed: 2 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -36,15 +36,9 @@ To onboard a RuuviTag sensor into your Azure IoT Central application instance, y
36
36
37
37
To add a RuuviTag device template:
38
38
39
-
1. Navigate to the **Device Templates** tab in the left pane, select **+ New**:
39
+
1. Navigate to the **Device Templates** tab in the left pane, select **+ New**. The page gives you an option to **Create a custom template** or **Use a preconfigured device template**.
40
40
41
-

42
-
43
-
The page gives you an option to **Create a custom template** or **Use a preconfigured device template**.
44
-
45
-
1. Select the RuuviTag Multisensor device template from the list of preconfigured device templates:
Copy file name to clipboardExpand all lines: articles/iot-central/core/howto-create-and-manage-applications-csp.md
+1-7Lines changed: 1 addition & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -31,13 +31,7 @@ You land on the Azure IoT Central Application Manager page. Azure IoT Central ke
31
31
32
32

33
33
34
-
To create an Azure IoT Central application, select **Build** in the left menu. Choose one of the industry templates, or choose **Custom app** to create an application from scratch. This will load the Application Creation page. You must complete all the fields on this page and then choose **Create**. You find more information about each of the fields below.
35
-
36
-

37
-
38
-

39
-
40
-

34
+
To create an Azure IoT Central application, select **Build** in the left menu. Choose one of the industry templates, or choose **Custom app** to create an application from scratch. This will load the Application Creation page. You must complete all the fields on this page and then choose **Create**.
Copy file name to clipboardExpand all lines: articles/iot-central/core/howto-create-iot-central-application.md
-3Lines changed: 0 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -64,8 +64,6 @@ The easiest way to get started creating IoT Central applications is on the [Azur
64
64
65
65
The [Build](https://apps.azureiotcentral.com/build) lets you select the application template you want to use:
66
66
67
-
:::image type="content" source="media/howto-create-iot-central-application/choose-template.png" alt-text="Screenshot of build page that lets you choose an application template.":::
68
-
69
67
If you select **Create app**, you can provide the necessary information to create an application from the template:
@@ -121,7 +119,6 @@ To create an application template from an existing IoT Central application:
121
119
1. On the **Template Export** page, enter a name and description for your template.
122
120
1. Select the **Export** button to create the application template. You can now copy the **Shareable Link** that enables someone to create a new application from the template:
123
121
124
-
:::image type="content" source="media/howto-create-iot-central-application/create-template.png" alt-text="Screenshot that shows create an application template.":::
125
122
126
123
:::image type="content" source="media/howto-create-iot-central-application/create-template-2.png" alt-text="Screenshot that shows export an application template.":::
Copy file name to clipboardExpand all lines: articles/iot-central/core/howto-manage-devices-in-bulk.md
+1-15Lines changed: 1 addition & 15 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -33,8 +33,6 @@ The following example shows you how to create and run a job to set the light thr
33
33
34
34
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.
35
35
36
-
:::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":::
37
-
38
36
Select **Save and exit** to add the job to the list of saved jobs on the **Jobs** page. You can later return to a job from the list of saved jobs.
39
37
40
38
1. Select **Next** to move to the **Delivery Options** page. The **Delivery Options** page lets you set the delivery options for this job: **Batches** and **Cancellation threshold**.
@@ -43,9 +41,7 @@ The following example shows you how to create and run a job to set the light thr
43
41
44
42
The cancellation threshold lets you automatically cancel a job if the number of errors exceeds your set limit. The threshold can apply to all the devices in the job, or to individual batches.
45
43
46
-
:::image type="content" source="media/howto-manage-devices-in-bulk/job-wizard-delivery-options.png" alt-text="Screenshot of job wizard delivery options page":::
47
-
48
-
1. Select **Next** to move to the **Schedule** page. The **Schedule** page lets you enable a schedule to run the job in the future:
44
+
1. Select **Next** to move to the **Schedule** page. The **Schedule** page lets you enable a schedule to run the job in the future.
49
45
50
46
Choose a recurrence option for the schedule. You can set up a job to run:
51
47
@@ -62,8 +58,6 @@ The following example shows you how to create and run a job to set the light thr
62
58
63
59
Scheduled jobs always run on the devices in a device group, even if the device group membership changes over time.
64
60
65
-
:::image type="content" source="media/howto-manage-devices-in-bulk/job-wizard-schedule.png" alt-text="Screenshot of job wizard schedule options page":::
66
-
67
61
1. Select **Next** to move to the **Review** page. The **Review** page shows the job configuration details. Select **Schedule** to schedule the job:
68
62
69
63
:::image type="content" source="media/howto-manage-devices-in-bulk/job-wizard-schedule-review.png" alt-text="Screenshot of scheduled job wizard review page":::
@@ -72,12 +66,8 @@ The following example shows you how to create and run a job to set the light thr
72
66
73
67
On this page, you can **Unschedule** the job or **Edit** the scheduled job. You can return to a scheduled job from the list of scheduled jobs.
74
68
75
-
:::image type="content" source="media/howto-manage-devices-in-bulk/job-schedule-details.png" alt-text="Screenshot of scheduled job details page":::
76
-
77
69
1. In the job wizard, you can choose to not schedule a job, and run it immediately. The following screenshot shows a job without a schedule that's ready to run immediately. Select **Run** to run the job:
78
70
79
-
:::image type="content" source="media/howto-manage-devices-in-bulk/job-wizard-schedule-immediate.png" alt-text="Screenshot of job wizard review page":::
80
-
81
71
1. A job goes through *pending*, *running*, and *completed* phases. The job execution details contain result metrics, duration details, and a device list grid.
82
72
83
73
When the job is complete, you can select **Results log** to download a CSV file of your job details, including the devices and their status values. This information can be useful for troubleshooting.
@@ -93,8 +83,6 @@ The following example shows you how to create and run a job to set the light thr
93
83
94
84
To stop a running job, open it and select **Stop**. The job status changes to reflect that the job is stopped. The **Summary** section shows which devices have completed, have failed, or are still pending.
95
85
96
-
:::image type="content" source="media/howto-manage-devices-in-bulk/manage-job.png" alt-text="Screenshot that shows a running job and the button for stopping a job":::
97
-
98
86
When a job is in a stopped state, you can select **Continue** to resume running the job. The job status changes to reflect that the job is now running again. The **Summary** section continues to update with the latest progress.
99
87
100
88
:::image type="content" source="media/howto-manage-devices-in-bulk/stopped-job.png" alt-text="Screenshot that shows a stopped job and the button for continuing a job":::
@@ -217,8 +205,6 @@ To bulk export devices from your application:
217
205
218
206
1. Select the devices that you want to export and then select the **Export** action.
Copy file name to clipboardExpand all lines: articles/iot-central/core/howto-use-properties.md
+1-5Lines changed: 1 addition & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -220,11 +220,7 @@ For more information on device twins, see [Configure your devices from a back-en
220
220
221
221
When the operator sets a writable property in the Azure IoT Central application, the application uses a device twin desired property to send the value to the device. The device then responds by using a device twin reported property. When Azure IoT Central receives the reported property value, it updates the property view with a status of **Accepted**.
222
222
223
-
The following view shows the writable properties. When you enter the value and select **Save**, the initial status is **Pending**. When the device accepts the change, the status changes to **Accepted**.
224
-
225
-
:::image type="content" source="media/howto-use-properties/status-pending.png" alt-text="Screenshot that shows Pending status for a property update.":::
226
-
227
-
:::image type="content" source="media/howto-use-properties/accepted.png" alt-text="Screenshot that shows Accepted property for a completed update.":::
223
+
When you enter the value and select **Save**, the initial status is **Pending**. When the device accepts the change, the status changes to **Accepted**.
0 commit comments