Skip to content

Commit ff38908

Browse files
Made headings sentence case
1 parent d0ac7a9 commit ff38908

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/iot-hub/migrate-hub-state-cli.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ The outcome of this article is similar to [How to migrate an Azure IoT hub using
4848

4949
If you still have the legacy **azure-cli-iot-ext** extension installed, remove that extension before adding the **azure-iot** extension.
5050

51-
## IoT Hub state
51+
## IoT hub state
5252

5353
When we talk about migrating the state of an IoT hub, we're referring to a combination of three aspects:
5454

@@ -140,7 +140,7 @@ The following example imports only the devices and configurations aspects to a n
140140
az iot hub state import --hub-name myNewHub --state-file ./myHub-state.json --aspects devices configurations --replace
141141
```
142142

143-
### Create a new IoT Hub with state import
143+
### Create a new IoT hub with state import
144144

145145
You can use the `az iot hub state import` command to create a new IoT hub or to write to an existing IoT hub.
146146

0 commit comments

Comments
 (0)