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
The documentation does not match the current Azure portal. I updated the references to the name in the IoT hub main menu.
I also made clear the document always references the fact that only the desired properties can be updated (not eg. the tags).
Copy file name to clipboardExpand all lines: articles/iot-hub/iot-hub-automatic-device-management.md
+8-8Lines changed: 8 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -36,7 +36,7 @@ Automatic module configurations require the use of module twins to synchronize s
36
36
37
37
## Use tags to target twins
38
38
39
-
Before you create a configuration, you must specify which devices or modules you want to affect. Azure IoT Hub identifies devices and using tags in the device twin, and identifies modules using tags in the module twin. Each device or modules can have multiple tags, and you can define them any way that makes sense for your solution. For example, if you manage devices in different locations, add the following tags to a device twin:
39
+
Before you create a configuration, you must specify which devices or modules you want to affect. Azure IoT Hub identifies devices using tags in the device twin, and identifies modules using tags in the module twin. Each device or modules can have multiple tags, and you can define them any way that makes sense for your solution. For example, if you manage devices in different locations, add the following tags to a device twin:
40
40
41
41
```json
42
42
"tags": {
@@ -69,7 +69,7 @@ There are five steps to create a configuration. The following sections walk thro
69
69
70
70
### Specify Settings
71
71
72
-
This section defines the content to be set in targeted device or module twins. There are two inputs for each set of settings. The first is the twin path, which is the path to the JSON section within the twin desired properties that will be set. The second is the JSON content to be inserted in that section.
72
+
This section defines the content to be set in targeted device twin or module twin desired properties. There are two inputs for each set of settings. The first is the twin path, which is the path to the JSON section within the twin desired properties that will be set. The second is the JSON content to be inserted in that section.
73
73
74
74
For example, you could set the twin path to `properties.desired.chiller-water` and then provide the following JSON content:
75
75
@@ -151,7 +151,7 @@ To view the details of a configuration and monitor the devices running it, use t
151
151
152
152
1. In the [Azure portal](https://portal.azure.com), go to your IoT hub.
153
153
154
-
2. Select **IoT device configuration**.
154
+
2. Select **Configurations** in Device management.
155
155
156
156
3. Inspect the configuration list. For each configuration, you can view the following details:
157
157
@@ -195,16 +195,16 @@ To modify a configuration, use the following steps:
195
195
196
196
1. In the [Azure portal](https://portal.azure.com), go to your IoT hub.
197
197
198
-
2. Select **IoT device configuration**.
198
+
2. Select **Configurations** in Device management.
199
199
200
200
3. Select the configuration that you want to modify.
201
201
202
202
4. Make updates to the following fields:
203
203
204
-
* Target condition
205
-
* Labels
206
204
* Priority
207
205
* Metrics
206
+
* Target condition
207
+
* Labels
208
208
209
209
4. Select **Save**.
210
210
@@ -216,7 +216,7 @@ When you delete a configuration, any device twins take on their next highest pri
216
216
217
217
1. In the [Azure portal](https://portal.azure.com), go to your IoT hub.
218
218
219
-
2. Select **IoT device configuration**.
219
+
2. Select **Configurations** in Device management.
220
220
221
221
3. Use the checkbox to select the configuration that you want to delete.
222
222
@@ -238,4 +238,4 @@ To further explore the capabilities of IoT Hub, see:
238
238
239
239
To explore using the IoT Hub Device Provisioning Service to enable zero-touch, just-in-time provisioning, see:
0 commit comments