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-manage-devices.md
+10-10Lines changed: 10 additions & 10 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -16,7 +16,7 @@ manager: peterpr
16
16
17
17
This article describes how, as an operator, to manage devices in your Azure IoT Central application. As an operator, you can:
18
18
19
-
- Use the **Device Explorer** page to view, add, and delete devices connected to your Azure IoT Central application.
19
+
- Use the **Devices** page to view, add, and delete devices connected to your Azure IoT Central application.
20
20
- Maintain an up-to-date inventory of your devices.
21
21
- Keep your device metadata up-to-date by changing the values stored in the device properties.
22
22
- Control the behavior of your devices by updating a setting on a specific device from the **Settings** page.
@@ -25,19 +25,19 @@ This article describes how, as an operator, to manage devices in your Azure IoT
25
25
26
26
To view an individual device:
27
27
28
-
1. Choose **Device Explorer** on the left pane. Here you see a list of your [device templates](howto-set-up-template.md).
28
+
1. Choose **Devices** on the left pane. Here you see a list of your [device templates](howto-set-up-template.md).
29
29
30
30
1. Choose a device template in the **Templates** list.
31
31
32
-
1. In the right-hand pane of the **Device Explorer** page, you see a list of devices created from that device template. Choose an individual device to see the device details page for that device:
32
+
1. In the right-hand pane of the **Devices** page, you see a list of devices created from that device template. Choose an individual device to see the device details page for that device:
To add a device to your Azure IoT Central application:
39
39
40
-
1. Choose **Device Explorer** on the left pane.
40
+
1. Choose **Devices** on the left pane.
41
41
42
42
1. Choose the device template from which you want to create a device.
43
43
@@ -54,7 +54,7 @@ To connect large number of devices to your application, you can bulk import devi
54
54
55
55
To bulk-register devices in your application:
56
56
57
-
1. Choose **Device Explorer** on the left pane.
57
+
1. Choose **Devices** on the left pane.
58
58
59
59
1. On the left panel, choose the device template for which you want to bulk create the devices.
60
60
@@ -79,7 +79,7 @@ If the device import operation fails, you see an error message on the device gri
79
79
80
80
If you register devices by starting the import under **Unassociated devices**, then the devices are created without any device template association. Devices must be associated with a template to explore the data and other details about the device. Follow these steps to associate devices with a template:
81
81
82
-
1. Choose **Device Explorer** on the left pane.
82
+
1. Choose **Devices** on the left pane.
83
83
84
84
1. On the left panel, choose **Unassociated devices**:
85
85
@@ -104,7 +104,7 @@ To connect a real device to IoT Central, you need its connection string. You can
104
104
105
105
To bulk export devices from your application:
106
106
107
-
1. Choose **Device Explorer** on the left pane.
107
+
1. Choose **Devices** on the left pane.
108
108
109
109
1. On the left panel, choose the device template from which you want to export the devices.
110
110
@@ -135,7 +135,7 @@ See [Device connectivity in Azure IoT Central](concepts-connectivity.md), for mo
135
135
136
136
To delete either a real or simulated device from your Azure IoT Central application:
137
137
138
-
1. Choose **Device Explorer** on the left pane.
138
+
1. Choose **Devices** on the left pane.
139
139
140
140
1. Choose the device template of the device you want to delete.
141
141
@@ -147,7 +147,7 @@ To delete either a real or simulated device from your Azure IoT Central applicat
147
147
148
148
Settings control the behavior of a device. In other words, they enable you to provide inputs to your device. You can view and update device settings on the **Device Details** page.
149
149
150
-
1. Choose **Device Explorer** on the left pane.
150
+
1. Choose **Devices** on the left pane.
151
151
152
152
1. Choose the device template of the device whose settings you want to change.
153
153
@@ -161,7 +161,7 @@ Settings control the behavior of a device. In other words, they enable you to pr
161
161
162
162
Properties are the device metadata associated with the device, such as city and serial number. You can view and update properties on the **Device Details** page.
163
163
164
-
1. Choose **Device Explorer** on the left pane.
164
+
1. Choose **Devices** on the left pane.
165
165
166
166
1. Choose the device template of the device whose properties you want to change.
0 commit comments