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/linux/expand-disks.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
@@ -40,7 +40,7 @@ This article requires an existing VM in Azure with at least one data disk attach
40
40
In the following samples, replace example parameter names such as *myResourceGroup* and *myVM* with your own values.
41
41
42
42
> [!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.
44
44
45
45
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*:
Copy file name to clipboardExpand all lines: articles/virtual-machines/windows/expand-os-disk.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -35,7 +35,7 @@ This feature has the following limitations:
35
35
## Resize a managed disk in the Azure portal
36
36
37
37
> [!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.
39
39
40
40
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.
41
41
1. In the left menu under **Settings**, select **Disks**.
> 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.
0 commit comments