Skip to content

Commit 284b659

Browse files
Merge pull request #224965 from roygara/linuxResize
Removing signup requirement.
2 parents c53d719 + 12695e6 commit 284b659

File tree

1 file changed

+3
-15
lines changed

1 file changed

+3
-15
lines changed

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

Lines changed: 3 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ author: pagienge
55
ms.service: storage
66
ms.collection: linux
77
ms.topic: how-to
8-
ms.date: 01/06/2023
8+
ms.date: 01/24/2023
99
ms.author: pagienge
1010
ms.subservice: disks
1111
ms.custom: references_regions, ignite-fall-2021, devx-track-azurecli
@@ -55,24 +55,12 @@ lrwxrwxrwx. 1 root root 13 Sep 9 21:54 lun2-part1 -> ../../../sde1
5555

5656
### Expand without downtime
5757

58-
You now may be able to expand your managed disks without deallocating your VM.
58+
You may be able to expand your managed disks without deallocating your VM.
5959

6060
This feature has the following limitations:
6161

6262
[!INCLUDE [virtual-machines-disks-expand-without-downtime-restrictions](../../../includes/virtual-machines-disks-expand-without-downtime-restrictions.md)]
6363

64-
To register for the feature, use the following command:
65-
66-
```azurecli
67-
az feature register --namespace Microsoft.Compute --name LiveResize
68-
```
69-
70-
It may take a few minutes for registration to take complete. To confirm that you've registered, use the following command:
71-
72-
```azurecli
73-
az feature show --namespace Microsoft.Compute --name LiveResize
74-
```
75-
7664
### Expand Azure Managed Disk
7765

7866
Make sure that you have the latest [Azure CLI](/cli/azure/install-az-cli2) installed and are signed in to an Azure account by using [az login](/cli/azure/reference-index#az-login).
@@ -82,7 +70,7 @@ This article requires an existing VM in Azure with at least one data disk attach
8270
In the following samples, replace example parameter names such as *myResourceGroup* and *myVM* with your own values.
8371

8472
> [!IMPORTANT]
85-
> 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.
73+
> If your disk meets the requirements in [Expand without downtime](#expand-without-downtime), you can skip step 1 and 3.
8674
8775
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*:
8876

0 commit comments

Comments
 (0)