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
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
-
76
64
### Expand Azure Managed Disk
77
65
78
66
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
82
70
In the following samples, replace example parameter names such as *myResourceGroup* and *myVM* with your own values.
83
71
84
72
> [!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.
86
74
87
75
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*:
0 commit comments