You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/aks/use-azure-dedicated-hosts.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -52,7 +52,7 @@ az vm list-skus -l eastus -r hostGroups/hosts -o table
52
52
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.
53
53
54
54
```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
0 commit comments