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-hub/iot-hub-auto-device-config.md
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -53,7 +53,7 @@ Before you can create a configuration, you must specify which devices you want t
53
53
## Create a configuration
54
54
55
55
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)**.
57
57
1. Select **Add Configuration**.
58
58
59
59
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
87
87
88
88
For example: `SELECT deviceId FROM devices WHERE properties.reported.chillerWaterSettings.status='pending'`
89
89
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.
91
91
92
92
93
93
### Step 4: Target Devices
@@ -109,7 +109,7 @@ Review your configuration information, then select **Submit**.
109
109
To view the details of a configuration and monitor the devices running it, use the following steps:
110
110
111
111
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)**.
113
113
1. Inspect the configuration list. For each configuration, you can view the following details:
114
114
***ID** - the name of the configuration.
115
115
***Target condition** - the query used to define targeted devices.
@@ -137,7 +137,7 @@ If you update the target condition, the following updates occur:
137
137
To modify a configuration, use the following steps:
138
138
139
139
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)**.
141
141
1. Select the configuration that you want to modify.
142
142
1. Make updates to the following fields:
143
143
* Target condition
@@ -152,7 +152,7 @@ To modify a configuration, use the following steps:
152
152
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.
153
153
154
154
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)**.
156
156
1. Use the checkbox to select the configuration that you want to delete.
0 commit comments