Skip to content

Commit 78bd5a7

Browse files
committed
Acrolinx.
1 parent b511f6d commit 78bd5a7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/virtual-machines/disks-enable-performance.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ Either use the Azure Cloud Shell to run your commands or install a version of th
3030

3131
## Enable performance plus
3232

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:
3434

3535
# [Azure CLI](#tab/azure-cli)
3636

@@ -65,7 +65,7 @@ az disk create --name $myDisk --resource-group $myRG --size-gb $size -- --perfor
6565

6666
# [Azure PowerShell](#tab/azure-powershell)
6767

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:
6969

7070
```azurepowershell
7171
$myRG=yourResourceGroupName

0 commit comments

Comments
 (0)