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/disks-performance-tiers-portal.md
-17Lines changed: 0 additions & 17 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -39,27 +39,10 @@ The following steps show how to change the performance tier of your disk when yo
39
39
40
40
You can also change your performance tier without downtime, so you don't have to deallocate your VM or detach your disk to change the tier.
41
41
42
-
### Prerequisites
43
-
44
-
You must enable the feature for your subscription before you can change the performance tier of a disk without downtime. Please follow the steps below to enable the feature for your subscription:
45
-
46
-
1. Execute the following command to register the feature for your subscription
47
-
48
-
```azurecli
49
-
az feature register --namespace Microsoft.Compute --name LiveTierChange
50
-
```
51
-
52
-
1. Confirm that the registration state is **Registered** (may take a few minutes) using the following command before trying out the feature.
53
-
54
-
```azurecli
55
-
az feature show --namespace Microsoft.Compute --name LiveTierChange
56
-
```
57
-
58
42
### Change performance tier
59
43
60
44
Now that the feature has been registered, you can change applicable disk's performance tiers without downtime.
61
45
62
-
1. Sign in to the Azure portal from the following link: [https://aka.ms/diskPerfTiersPreview](https://aka.ms/diskPerfTiersPreview).
63
46
1. Navigate to the VM containing the disk you'd like to change.
0 commit comments