Skip to content

Commit 14a20e0

Browse files
Update disks-performance-tiers-portal.md
1 parent d035c02 commit 14a20e0

File tree

1 file changed

+0
-17
lines changed

1 file changed

+0
-17
lines changed

articles/virtual-machines/disks-performance-tiers-portal.md

Lines changed: 0 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -39,27 +39,10 @@ The following steps show how to change the performance tier of your disk when yo
3939

4040
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.
4141

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-
5842
### Change performance tier
5943

6044
Now that the feature has been registered, you can change applicable disk's performance tiers without downtime.
6145

62-
1. Sign in to the Azure portal from the following link: [https://aka.ms/diskPerfTiersPreview](https://aka.ms/diskPerfTiersPreview).
6346
1. Navigate to the VM containing the disk you'd like to change.
6447
1. Select your disk
6548
1. Select **Size + Performance**.

0 commit comments

Comments
 (0)