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:
35
-
36
-
```azurecli
37
-
az feature register --namespace Microsoft.Compute --name LiveResize
38
-
```
39
-
40
-
It may take a few minutes for registration to take complete. To confirm that you've registered, use the following command:
41
-
42
-
```azurecli
43
-
az feature show --namespace Microsoft.Compute --name LiveResize
44
-
```
45
-
46
34
### Get started
47
35
48
36
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).
0 commit comments