Skip to content

Commit 40bf2b5

Browse files
committed
Updating naming.
1 parent 0ed05eb commit 40bf2b5

File tree

2 files changed

+12
-12
lines changed

2 files changed

+12
-12
lines changed

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

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ author: roygara
55
ms.service: virtual-machines
66
ms.collection: linux
77
ms.topic: how-to
8-
ms.date: 07/27/2022
8+
ms.date: 07/29/2022
99
ms.author: rogarana
1010
ms.subservice: disks
1111
ms.custom: references_regions, ignite-fall-2021, devx-track-azurecli
@@ -19,13 +19,13 @@ ms.devlang: azurecli
1919
This article describes how to expand managed disks for a Linux virtual machine (VM) with the Azure CLI. You can [add data disks](add-disk.md) to provide for additional storage space, and you can also expand an existing data disk. The default virtual hard disk size for the operating system (OS) is typically 30 GB on a Linux VM in Azure.
2020

2121
> [!WARNING]
22-
> Always make sure that your filesystem is in a healthy state, your disk partition table type will support the new size, and ensure your data is backed up before you perform disk resize operations. For more information, see the [Azure Backup quickstart](../../backup/quick-backup-vm-portal.md).
22+
> Always make sure that your filesystem is in a healthy state, your disk partition table type will support the new size, and ensure your data is backed up before you perform disk expansion operations. For more information, see the [Azure Backup quickstart](../../backup/quick-backup-vm-portal.md).
2323
2424
## Expand an Azure Managed Disk
2525

26-
### Resize without downtime (preview)
26+
### Expand without downtime (preview)
2727

28-
You can now resize your managed disks without deallocating your VM.
28+
You can now expand your managed disks without deallocating your VM.
2929

3030
The preview for this has the following limitations:
3131

@@ -52,7 +52,7 @@ This article requires an existing VM in Azure with at least one data disk attach
5252
In the following samples, replace example parameter names such as *myResourceGroup* and *myVM* with your own values.
5353

5454
> [!IMPORTANT]
55-
> If you've enabled **LiveResize** and your disk meets the requirements in [Resize without downtime (preview)](#resize-without-downtime-preview), you can skip step 1 and 3.
55+
> If you've enabled **LiveResize** and your disk meets the requirements in [Expand without downtime (preview)](#expand-without-downtime-preview), you can skip step 1 and 3.
5656
5757
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*:
5858

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

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ manager: roshar
66
ms.service: virtual-machines
77
ms.collection: windows
88
ms.topic: article
9-
ms.date: 07/27/2022
9+
ms.date: 07/29/2022
1010
ms.author: kirpas
1111
ms.subservice: disks
1212
ms.custom: devx-track-azurepowershell, references_regions, ignite-fall-2021
@@ -21,15 +21,15 @@ When you create a new virtual machine (VM) in a resource group by deploying an i
2121
- To migrate a physical PC or VM from on-premises with a larger OS drive.
2222

2323
> [!IMPORTANT]
24-
> Unless you use [Resize without downtime (preview)](#resize-without-downtime-preview), resizing a data disk requires the VM to be deallocated.
24+
> Unless you use [Expand without downtime (preview)](#expand-without-downtime-preview), resizing a data disk requires the VM to be deallocated.
2525
>
2626
> Shrinking an existing disk isn’t supported, and can potentially result in data loss.
2727
>
2828
> After expanding the disks, you need to [Expand the volume in the operating system](#expand-the-volume-in-the-operating-system) to take advantage of the larger disk.
2929
30-
## Resize without downtime (preview)
30+
## Expand without downtime (preview)
3131

32-
You can now resize your managed disks without deallocating your VM.
32+
You can now expand your managed disks without deallocating your VM.
3333

3434
The preview for this has the following limitations:
3535

@@ -50,15 +50,15 @@ Get-AzProviderFeature -FeatureName "LiveResize" -ProviderNamespace "Microsoft.Co
5050
## Resize a managed disk in the Azure portal
5151

5252
> [!IMPORTANT]
53-
> If you've enabled **LiveResize** and your disk meets the requirements in [Resize without downtime (preview)](#resize-without-downtime-preview), you can skip step 1. To resize a disk without downtime in the Azure portal, you must use the following link: [https://aka.ms/iaasexp/DiskLiveResize](https://aka.ms/iaasexp/DiskLiveResize)
53+
> If you've enabled **LiveResize** and your disk meets the requirements in [Expand without downtime (preview)](#expand-without-downtime-preview), you can skip step 1. To expand a disk without downtime in the Azure portal, you must use the following link: [https://aka.ms/iaasexp/DiskLiveResize](https://aka.ms/iaasexp/DiskLiveResize)
5454
5555
1. In the [Azure portal](https://aka.ms/iaasexp/DiskLiveResize), go to the virtual machine in which you want to expand the disk. Select **Stop** to deallocate the VM.
5656
1. In the left menu under **Settings**, select **Disks**.
5757

5858
:::image type="content" source="./media/expand-os-disk/select-disks.png" alt-text="Screenshot that shows the Disks option selected in the Settings section of the menu.":::
5959

6060

61-
1. Under **Disk name**, select the disk you want to resize.
61+
1. Under **Disk name**, select the disk you want to expand.
6262

6363
:::image type="content" source="./media/expand-os-disk/disk-name.png" alt-text="Screenshot that shows the Disks pane with a disk name selected.":::
6464

@@ -105,7 +105,7 @@ $vm = Get-AzVM -ResourceGroupName $rgName -Name $vmName
105105
```
106106

107107
> [!IMPORTANT]
108-
> If you've enabled **LiveResize** and your disk meets the requirements in [Resize without downtime (preview)](#resize-without-downtime-preview), you can skip step 4 and 6.
108+
> If you've enabled **LiveResize** and your disk meets the requirements in [expand without downtime (preview)](#expand-without-downtime-preview), you can skip step 4 and 6.
109109
110110
Stop the VM before resizing the disk:
111111

0 commit comments

Comments
 (0)