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-enable-performance.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -30,7 +30,7 @@ Either use the Azure Cloud Shell to run your commands or install a version of th
30
30
31
31
## Enable performance plus
32
32
33
-
You'll need to create a new disk to use performance plus. The following script will create a disk that has performance plus enabled and attach it to a VM:
33
+
You need to create a new disk to use performance plus. The following script creates a disk that has performance plus enabled and attach it to a VM:
34
34
35
35
# [Azure CLI](#tab/azure-cli)
36
36
@@ -65,7 +65,7 @@ az disk create --name $myDisk --resource-group $myRG --size-gb $size -- --perfor
65
65
66
66
# [Azure PowerShell](#tab/azure-powershell)
67
67
68
-
You'll need to create a new disk to use performance plus. The following script will create a disk that has performance plus enabled and attach it to a VM:
68
+
You need to create a new disk to use performance plus. The following script creates a disk that has performance plus enabled and attach it to a VM:
0 commit comments