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.
58
58
59
59
[ !INCLUDE [ iot-hub-pii-note-naming-hub] ( ../../includes/iot-hub-pii-note-naming-hub.md )]
60
60
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.
62
64
63
65
``` azurepowershell-interactive
64
66
Get-AzIotHub
65
67
```
66
68
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.
70
70
71
71
``` azurepowershell-interactive
72
72
Remove-AzIotHub `
You can’t perform that action at this time.
0 commit comments