Skip to content

Commit 12346d0

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

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ Resize limitations:
2222
- Host can only be resized to an ADH within the same VM family. A Dsv3-Type3 host can be resized to Dsv3-Type4 but **not** to an **E**sv3-Type4.
2323
- You can only resize to newer generation of hardware. A Dsv3-Type3 host can be resized to Dsv3-Type4 but **not** Dsv3-Type2.
2424
- Resizing changes the 'Host Asset ID'. The 'Host ID' remains the same.
25-
- The host and all associated VMs becomes unavailable during the resize operation.
25+
- The host and all associated VMs become unavailable during the resize operation.
2626

2727
> [!Warning]
2828
> The resize operation causes the loss of any non-persistent data such as temp disk data. Save all your work to persistent data storage before triggering resize.
@@ -45,7 +45,7 @@ Resize limitations:
4545

4646
### [CLI](#tab/cli)
4747

48-
First list the sizes that you can resize in case you are unsure which to resize to.
48+
First list the sizes that you can resize in case you're unsure which to resize to.
4949

5050
Use [az vm host list-resize-options](/cli/azure/vm#az-vm-host-list-resize-options) [Preview]
5151

@@ -68,7 +68,7 @@ az vm host resize \
6868

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

71-
When using Powershell, the resize feature is referred to as a host 'Update'. Use the following commands to update the host:
71+
When using PowerShell, the resize feature is referred to as a host 'Update'. Use the following commands to update the host:
7272

7373
```azurepowershell-interactive
7474
Update-AzHost
@@ -84,6 +84,6 @@ Update-AzHost
8484
[<CommonParameters>]
8585
```
8686

87-
For additional info on Update-AzHost, check out the [Update-AzHost reference docs](https://learn.microsoft.com/powershell/module/az.compute/update-azhost).
87+
For more info on Update-AzHost, check out the [Update-AzHost reference docs](https://learn.microsoft.com/powershell/module/az.compute/update-azhost).
8888

8989
---

0 commit comments

Comments
 (0)