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/virtual-machines/includes/dedicated-hosts-resize.md
+19-3Lines changed: 19 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,7 +6,7 @@ author: mattmcinnes
6
6
ms.topic: include
7
7
ms.service: virtual-machines
8
8
ms.subservice: azure-dedicated-host
9
-
ms.date: 07/12/2023
9
+
ms.date: 09/11/2023
10
10
ms.author: mattmcinnes
11
11
ms.reviewer: vamckMS
12
12
ms.custom: include file
@@ -68,6 +68,22 @@ az vm host resize \
68
68
69
69
### [PowerShell](#tab/powershell)
70
70
71
-
PowerShell support for host resize is coming soon.
71
+
When using Powershell, the resize feature is referred to as a host 'Update'. Use the following commands to update the host:
72
+
73
+
```azurepowershell-interactive
74
+
Update-AzHost
75
+
[-ResourceGroupName] <String>
76
+
[-HostGroupName] <String>
77
+
[-Name] <String>
78
+
[-Sku <String>]
79
+
[-AutoReplaceOnFailure <Boolean>]
80
+
[-LicenseType <DedicatedHostLicenseTypes>]
81
+
[-DefaultProfile <IAzureContextContainer>]
82
+
[-WhatIf]
83
+
[-Confirm]
84
+
[<CommonParameters>]
85
+
```
86
+
87
+
For additional info on Update-AzHost, check out the [Update-AzHost reference docs](https://learn.microsoft.com/powershell/module/az.compute/update-azhost).
0 commit comments