Skip to content

Commit 6c42ed9

Browse files
committed
Fixed some inconsistencies
1 parent a84a1a6 commit 6c42ed9

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

articles/iot-hub/iot-hub-create-using-powershell.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -58,15 +58,15 @@ The name of the IoT hub must be globally unique.
5858

5959
[!INCLUDE [iot-hub-pii-note-naming-hub](../../includes/iot-hub-pii-note-naming-hub.md)]
6060

61-
To list all the IoT hubs in your subscription, use the [Get-AzIotHub](/powershell/module/az.IotHub/Get-azIotHub) command:
61+
To list all the IoT hubs in your subscription, use the [Get-AzIotHub](/powershell/module/az.IotHub/Get-azIotHub) command.
62+
63+
This example shows the S1 Standard IoT Hub you created in the previous step.
6264

6365
```azurepowershell-interactive
6466
Get-AzIotHub
6567
```
6668

67-
This example shows the S1 Standard IoT Hub you created in the previous step.
68-
69-
To delete the IoT hub, use the [Remove-AzIotHub](/powershell/module/az.iothub/remove-aziothub) command:
69+
To delete the IoT hub, use the [Remove-AzIotHub](/powershell/module/az.iothub/remove-aziothub) command.
7070

7171
```azurepowershell-interactive
7272
Remove-AzIotHub `

0 commit comments

Comments
 (0)