Skip to content

Commit 423cbd3

Browse files
authored
Update dedicated-hosts-resize.md
1 parent a3e1f0b commit 423cbd3

File tree

1 file changed

+19
-3
lines changed

1 file changed

+19
-3
lines changed

articles/virtual-machines/includes/dedicated-hosts-resize.md

Lines changed: 19 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ author: mattmcinnes
66
ms.topic: include
77
ms.service: virtual-machines
88
ms.subservice: azure-dedicated-host
9-
ms.date: 07/12/2023
9+
ms.date: 09/11/2023
1010
ms.author: mattmcinnes
1111
ms.reviewer: vamckMS
1212
ms.custom: include file
@@ -68,6 +68,22 @@ az vm host resize \
6868

6969
### [PowerShell](#tab/powershell)
7070

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).
7288

73-
---
89+
---

0 commit comments

Comments
 (0)