Skip to content

Commit da0a315

Browse files
authored
Merge pull request #42226 from ChrisGMsft/patch-24
Minor fixes
2 parents 6c5774f + 32d7ae1 commit da0a315

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

articles/iot-hub/iot-hub-auto-device-config.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ Before you can create a configuration, you must specify which devices you want t
5353
## Create a configuration
5454

5555
1. In the [Azure portal][lnk-portal], go to your IoT hub.
56-
1. Select **Device configuration (preview)**.
56+
1. Select **IoT device configuration (preview)**.
5757
1. Select **Add Configuration**.
5858

5959
There are five steps to create a configuration. The following sections walk through each one.
@@ -87,7 +87,7 @@ Metrics provide summary counts of the various states that a device may report ba
8787

8888
For example: `SELECT deviceId FROM devices WHERE properties.reported.chillerWaterSettings.status='pending'`
8989

90-
You can include a clause that the configuration was applied, for example: `SELECT deviceId FROM devices WHERE configurations.yourconfigname.status='Applied'`
90+
You can include a clause that the configuration was applied, for example: `SELECT deviceId FROM devices WHERE configurations.[[yourconfigname]].status='Applied'` including the double brackets.
9191

9292

9393
### Step 4: Target Devices
@@ -109,7 +109,7 @@ Review your configuration information, then select **Submit**.
109109
To view the details of a configuration and monitor the devices running it, use the following steps:
110110

111111
1. In the [Azure portal][lnk-portal], go to your IoT hub.
112-
1. Select **Device configuration (preview)**.
112+
1. Select **IoT device configuration (preview)**.
113113
1. Inspect the configuration list. For each configuration, you can view the following details:
114114
* **ID** - the name of the configuration.
115115
* **Target condition** - the query used to define targeted devices.
@@ -137,7 +137,7 @@ If you update the target condition, the following updates occur:
137137
To modify a configuration, use the following steps:
138138

139139
1. In the [Azure portal][lnk-portal], go to your IoT hub.
140-
1. Select **Device configuration (preview)**.
140+
1. Select **IoT device configuration (preview)**.
141141
1. Select the configuration that you want to modify.
142142
1. Make updates to the following fields:
143143
* Target condition
@@ -152,7 +152,7 @@ To modify a configuration, use the following steps:
152152
When you delete a configuration, any device twins take on their next highest priority configuration. If device twins don't meet the target condition of any other configuration, then no other settings are applied.
153153

154154
1. In the [Azure portal][lnk-portal], go to your IoT hub.
155-
1. Select **Device configuration (preview)**.
155+
1. Select **IoT device configuration (preview)**.
156156
1. Use the checkbox to select the configuration that you want to delete.
157157
1. Select **Delete**.
158158
1. A prompt will ask you to confirm.

0 commit comments

Comments
 (0)