Skip to content

Commit 573cbab

Browse files
authored
Update use-azure-dedicated-hosts.md
1 parent b49aaa6 commit 573cbab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/aks/use-azure-dedicated-hosts.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ az vm list-skus -l eastus -r hostGroups/hosts -o table
5252
Evaluate [host utilization](https://learn.microsoft.com/en-us/azure/virtual-machines/dedicated-hosts-how-to?tabs=cli#check-the-status-of-the-host) to determine the number of allocatable VMs by size before you deploy.
5353

5454
```azurecli-interactive
55-
az vm host -g myDHResourceGroup --host-group MyHostGroup --name MyHost
55+
az vm host get-instance-view -g myDHResourceGroup --host-group MyHostGroup --name MyHost
5656
```
5757

5858
## Create a Host Group

0 commit comments

Comments
 (0)