Skip to content

Commit c90b5a2

Browse files
authored
Update capacity-reservation-create.md
1 parent 7bd12da commit c90b5a2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/virtual-machines/capacity-reservation-create.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,14 +57,14 @@ Before creating capacity reservation, VM sizes available for reservation can be
5757

5858
### [CLI](#tab/cli1)
5959

60-
1. The following example lists the capacity reservation available VM sizes in East US location using Azure CLI:
60+
Before you create a capacity reservation, you can check the reservation available VM sizes for the region selected. The following example lists the capacity reservation available VM sizes in East US location using Azure CLI:
6161

6262
```azurecli-interactive
6363
az vm list-skus -l eastus --resource-type virtualMachines --query "[?contains(capabilities[?name == 'CapacityReservationSupported' && value == 'True'].name,'CapacityReservationSupported')].name"
6464
```
6565
### [PowerShell](#tab/powershell1)
6666

67-
1. Before you create a capacity reservation, you can check the reservation available VM sizes for the region selected using Get-AzComputeResourceSku for Capability property for Resource type Virtual Machines. The following example lists the capacity reservation available VM sizes in East US location:
67+
Before you create a capacity reservation, you can check the reservation available VM sizes for the region selected using Get-AzComputeResourceSku for Capability property for Resource type Virtual Machines. The following example lists the capacity reservation available VM sizes in East US location:
6868

6969

7070

0 commit comments

Comments
 (0)