Skip to content

Commit 164ee2f

Browse files
Text updates
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).
1 parent 5997e57 commit 164ee2f

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

articles/iot-hub/iot-hub-automatic-device-management.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ Automatic module configurations require the use of module twins to synchronize s
3636

3737
## Use tags to target twins
3838

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:
4040

4141
```json
4242
"tags": {
@@ -69,7 +69,7 @@ There are five steps to create a configuration. The following sections walk thro
6969

7070
### Specify Settings
7171

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.
7373

7474
For example, you could set the twin path to `properties.desired.chiller-water` and then provide the following JSON content:
7575

@@ -151,7 +151,7 @@ To view the details of a configuration and monitor the devices running it, use t
151151

152152
1. In the [Azure portal](https://portal.azure.com), go to your IoT hub.
153153

154-
2. Select **IoT device configuration**.
154+
2. Select **Configurations** in Device management.
155155

156156
3. Inspect the configuration list. For each configuration, you can view the following details:
157157

@@ -195,16 +195,16 @@ To modify a configuration, use the following steps:
195195

196196
1. In the [Azure portal](https://portal.azure.com), go to your IoT hub.
197197

198-
2. Select **IoT device configuration**.
198+
2. Select **Configurations** in Device management.
199199

200200
3. Select the configuration that you want to modify.
201201

202202
4. Make updates to the following fields:
203203

204-
* Target condition
205-
* Labels
206204
* Priority
207205
* Metrics
206+
* Target condition
207+
* Labels
208208

209209
4. Select **Save**.
210210

@@ -216,7 +216,7 @@ When you delete a configuration, any device twins take on their next highest pri
216216

217217
1. In the [Azure portal](https://portal.azure.com), go to your IoT hub.
218218

219-
2. Select **IoT device configuration**.
219+
2. Select **Configurations** in Device management.
220220

221221
3. Use the checkbox to select the configuration that you want to delete.
222222

@@ -238,4 +238,4 @@ To further explore the capabilities of IoT Hub, see:
238238

239239
To explore using the IoT Hub Device Provisioning Service to enable zero-touch, just-in-time provisioning, see:
240240

241-
* [Azure IoT Hub Device Provisioning Service](../iot-dps/index.yml)
241+
* [Azure IoT Hub Device Provisioning Service](../iot-dps/index.yml)

0 commit comments

Comments
 (0)