File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff 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
6466Get-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
7272Remove-AzIotHub `
You can’t perform that action at this time.
0 commit comments