Skip to content

Commit e683bc3

Browse files
committed
Updates.
1 parent 98174ec commit e683bc3

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

articles/virtual-machines/linux/expand-disks.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ This article requires an existing VM in Azure with at least one data disk attach
4040
In the following samples, replace example parameter names such as *myResourceGroup* and *myVM* with your own values.
4141

4242
> [!IMPORTANT]
43-
> If you've enabled **LiveResize** and your disk meets the requirements in [Expand without downtime](#expand-without-downtime), you can skip step 1 and 3.
43+
> If your disk meets the requirements in [Expand without downtime](#expand-without-downtime), you can skip step 1 and 3.
4444
4545
1. Operations on virtual hard disks can't be performed with the VM running. Deallocate your VM with [az vm deallocate](/cli/azure/vm#az-vm-deallocate). The following example deallocates the VM named *myVM* in the resource group named *myResourceGroup*:
4646

articles/virtual-machines/windows/expand-os-disk.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ This feature has the following limitations:
3535
## Resize a managed disk in the Azure portal
3636

3737
> [!IMPORTANT]
38-
> If you've enabled **LiveResize** and your disk meets the requirements in [Expand without downtime](#expand-without-downtime), you can skip step 1.
38+
> If your disk meets the requirements in [Expand without downtime](#expand-without-downtime), you can skip step 1.
3939
4040
1. In the [Azure portal](https://portal.azure.com/), go to the virtual machine in which you want to expand the disk. Select **Stop** to deallocate the VM.
4141
1. In the left menu under **Settings**, select **Disks**.
@@ -90,7 +90,7 @@ $vm = Get-AzVM -ResourceGroupName $rgName -Name $vmName
9090
```
9191

9292
> [!IMPORTANT]
93-
> If you've enabled **LiveResize** and your disk meets the requirements in [expand without downtime](#expand-without-downtime), you can skip step 4 and 6.
93+
> If your disk meets the requirements in [expand without downtime](#expand-without-downtime), you can skip step 4 and 6.
9494
9595
Stop the VM before resizing the disk:
9696

0 commit comments

Comments
 (0)