Skip to content

Commit 7ad32c2

Browse files
committed
Rephrasing.
1 parent 184b224 commit 7ad32c2

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

articles/virtual-machines/disks-deploy-premium-v2.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -198,7 +198,7 @@ You've now deployed a VM with a premium SSD v2.
198198

199199
## Adjust disk performance
200200

201-
Unlike other managed disks, the performance of Premium SSD v2 disks can be configured independently of its size by using the Azure CLI and PowerShell. Making adjustments to disk performance by using the Azure portal is not currently supported. The performance of Premium SSD v2 can only be changed four times within a 24 hour period.
201+
Unlike other managed disks, the performance of Premium SSD v2 disks can be configured independently of its size by using the Azure CLI and PowerShell. Making adjustments to disk performance by using the Azure portal is not currently supported. You can adjust the performance of a Premium SSD v2 disk four times within a 24 hour period.
202202

203203
For conceptual information on adjusting disk performance, see [Premium SSD v2 performance](disks-types.md#premium-ssd-v2-performance).
204204

articles/virtual-machines/disks-enable-ultra-ssd.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -445,7 +445,7 @@ Update-AzVM -VM $vm -ResourceGroupName $resourceGroup
445445

446446
# [Portal](#tab/azure-portal)
447447

448-
Ultra disks offer a unique capability that allows you to adjust their performance. You can make these adjustments from the Azure portal, on the disks themselves. The performance of Ultra Disks can only be changed four times within a 24 hour period.
448+
Ultra disks offer a unique capability that allows you to adjust their performance. You can adjust the performance of an Ultra Disk four times within a 24 hour period. The performance of Ultra Disks can only be changed four times within a 24 hour period.
449449

450450
1. Navigate to your VM and select **Disks**.
451451
1. Select the ultra disk you'd like to modify the performance of.
@@ -459,7 +459,7 @@ Ultra disks offer a unique capability that allows you to adjust their performanc
459459

460460
# [Azure CLI](#tab/azure-cli)
461461

462-
Ultra disks offer a unique capability that allows you to adjust their performance. The performance of Ultra Disks can only be changed four times within a 24 hour period. The following command depicts how to use this feature:
462+
Ultra disks offer a unique capability that allows you to adjust their performance. You can adjust the performance of an Ultra Disk four times within a 24 hour period. The following command depicts how to use this feature:
463463

464464
```azurecli-interactive
465465
az disk update --subscription $subscription --resource-group $rgname --name $diskName --disk-iops-read-write=5000 --disk-mbps-read-write=200
@@ -469,7 +469,7 @@ az disk update --subscription $subscription --resource-group $rgname --name $dis
469469

470470
## Adjust the performance of an ultra disk using PowerShell
471471

472-
Ultra disks have a unique capability that allows you to adjust their performance. The performance of Ultra Disks can only be changed four times within a 24 hour period. The following command is an example that adjusts the performance without having to detach the disk:
472+
Ultra disks have a unique capability that allows you to adjust their performance. You can adjust the performance of an Ultra Disk four times within a 24 hour period. The following command is an example that adjusts the performance without having to detach the disk:
473473

474474
```powershell
475475
$diskupdateconfig = New-AzDiskUpdateConfig -DiskMBpsReadWrite 2000

articles/virtual-machines/disks-types.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ The following table provides a comparison of disk sizes and performance caps to
6969

7070
### Ultra disk performance
7171

72-
Ultra disks are designed to provide low sub millisecond latencies and provisioned IOPS and throughput 99.99% of the time. Ultra disks also feature a flexible performance configuration model that allows you to independently configure IOPS and throughput, before and after you provision the disk. Ultra disks come in several fixed sizes, ranging from 4 GiB up to 64 TiB.
72+
Ultra disks are designed to provide low sub millisecond latencies and provisioned IOPS and throughput 99.99% of the time. Ultra disks also feature a flexible performance configuration model that allows you to independently configure IOPS and throughput, before and after you provision the disk. You can adjust the performance of an Ultra Disk four times within a 24 hour period. Ultra disks come in several fixed sizes, ranging from 4 GiB up to 64 TiB.
7373

7474
### Ultra disk IOPS
7575

@@ -116,7 +116,7 @@ Unlike Premium SSDs, Premium SSD v2 doesn't have dedicated sizes. You can set a
116116

117117
### Premium SSD v2 performance
118118

119-
Premium SSD v2 disks are designed to provide sub millisecond latencies and provisioned IOPS and throughput 99.9% of the time. With Premium SSD v2 disks, you can individually set the capacity, throughput, and IOPS of a disk based on your workload needs, providing you with more flexibility and reduced costs. Each of these values determines the cost of your disk. The performance of Premium SSD v2 can only be changed four times within a 24 hour period.
119+
Premium SSD v2 disks are designed to provide sub millisecond latencies and provisioned IOPS and throughput 99.9% of the time. With Premium SSD v2 disks, you can individually set the capacity, throughput, and IOPS of a disk based on your workload needs, providing you with more flexibility and reduced costs. Each of these values determines the cost of your disk. You can adjust the performance of a Premium SSD v2 disk four times within a 24 hour period.
120120

121121
#### Premium SSD v2 capacities
122122

0 commit comments

Comments
 (0)