Skip to content

Commit 4f2e5a3

Browse files
authored
Update capacity-reservation-create.md
1 parent 0f43af2 commit 4f2e5a3

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

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

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ Before you create a capacity reservation, you can check the reservation availabl
129129
The above request creates a reservation in the East US location for 5 quantities of the D2s_v3 VM size.
130130
131131
132-
### [Portal](#tab/portal1)
132+
### [Portal](#tab/portal2)
133133
134134
<!-- no images necessary if steps are straightforward -->
135135
@@ -154,7 +154,7 @@ Before you create a capacity reservation, you can check the reservation availabl
154154
1. Select **Create**
155155
156156
157-
### [CLI](#tab/cli1)
157+
### [CLI](#tab/cli2)
158158
159159
1. Before you can create a Capacity Reservation, create a resource group with `az group create`. The following example creates a resource group *myResourceGroup* in the East US location.
160160
@@ -187,7 +187,7 @@ Before you create a capacity reservation, you can check the reservation availabl
187187
--zone 1
188188
```
189189
190-
### [PowerShell](#tab/powershell1)
190+
### [PowerShell](#tab/powershell2)
191191
192192
1. Before you can create a Capacity Reservation, create a resource group with `New-AzResourceGroup`. The following example creates a resource group *myResourceGroup* in the East US location.
193193
@@ -271,7 +271,7 @@ https://management.azure.com/subscriptions/{subscriptionId}/resourceGroups/{reso
271271
}
272272
```
273273

274-
### [CLI](#tab/cli2)
274+
### [CLI](#tab/cli3)
275275

276276
```azurecli-interactive
277277
az capacity reservation show
@@ -280,7 +280,7 @@ https://management.azure.com/subscriptions/{subscriptionId}/resourceGroups/{reso
280280
-g myResourceGroup
281281
```
282282

283-
### [PowerShell](#tab/powershell2)
283+
### [PowerShell](#tab/powershell3)
284284

285285
Check on your Capacity Reservation:
286286

0 commit comments

Comments
 (0)