File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -48,7 +48,7 @@ The outcome of this article is similar to [How to migrate an Azure IoT hub using
48
48
49
49
If you still have the legacy ** azure-cli-iot-ext** extension installed, remove that extension before adding the ** azure-iot** extension.
50
50
51
- ## IoT Hub state
51
+ ## IoT hub state
52
52
53
53
When we talk about migrating the state of an IoT hub, we're referring to a combination of three aspects:
54
54
@@ -140,7 +140,7 @@ The following example imports only the devices and configurations aspects to a n
140
140
az iot hub state import --hub-name myNewHub --state-file ./myHub-state.json --aspects devices configurations --replace
141
141
```
142
142
143
- ### Create a new IoT Hub with state import
143
+ ### Create a new IoT hub with state import
144
144
145
145
You can use the ` az iot hub state import ` command to create a new IoT hub or to write to an existing IoT hub.
146
146
You can’t perform that action at this time.
0 commit comments