Skip to content

Commit a541d35

Browse files
authored
Merge pull request #96427 from DevSecNinja/patch-3
Fix typo
2 parents 88b7c43 + e11d01b commit a541d35

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -143,21 +143,21 @@ Track the state of the overall reservation through the following properties:
143143
- `virtualMachinesAllocated` = List of VMs allocated against the Capacity Reservation and count towards consuming the capacity. These VMs are either *Running*, *Stopped* (*Allocated*), or in a transitional state such as *Starting* or *Stopping*. This list doesn’t include the VMs that are in deallocated state, referred to as *Stopped* (*deallocated*).
144144
- `virtualMachinesAssociated` = List of VMs associated with the Capacity Reservation. This list has all the VMs that have been configured to use the reservation, including the ones that are in deallocated state.
145145

146-
The previous example will start with `capacity` as 2 and length of `virutalMachinesAllocated` and `virtualMachinesAssociated` as 0.
146+
The previous example will start with `capacity` as 2 and length of `virtualMachinesAllocated` and `virtualMachinesAssociated` as 0.
147147

148148
When a VM is then allocated against the Capacity Reservation, it will logically consume one of the reserved capacity instances:
149149

150150
![Capacity Reservation image 2.](./media/capacity-reservation-overview/capacity-reservation-2.jpg)
151151

152-
The status of the Capacity Reservation will now show `capacity` as 2 and length of `virutalMachinesAllocated` and `virtualMachinesAssociated` as 1.
152+
The status of the Capacity Reservation will now show `capacity` as 2 and length of `virtualMachinesAllocated` and `virtualMachinesAssociated` as 1.
153153

154154
Allocations against the Capacity Reservation will succeed as along as the VMs have matching properties and there is at least one empty capacity instance.
155155

156156
Using our example, when a third VM is allocated against the Capacity Reservation, the reservation enters the [overallocated](capacity-reservation-overallocate.md) state. This third VM will require unused quota and extra capacity fulfillment from Azure. Once the third VM is allocated, the Capacity Reservation now looks like this:
157157

158158
![Capacity Reservation image 3.](./media/capacity-reservation-overview/capacity-reservation-3.jpg)
159159

160-
The `capacity` is 2 and the length of `virutalMachinesAllocated` and `virtualMachinesAssociated` is 3.
160+
The `capacity` is 2 and the length of `virtualMachinesAllocated` and `virtualMachinesAssociated` is 3.
161161

162162
Now suppose the application scales down to the minimum of two VMs. Since VM 0 needs an update, it is chosen for deallocation. The reservation automatically shifts to this state:
163163

@@ -226,4 +226,4 @@ Get started reserving Compute capacity. Check out our other related Capacity Res
226226
- [Remove a VM](capacity-reservation-remove-vm.md)
227227
- [Associate a VM scale set - Flexible](capacity-reservation-associate-virtual-machine-scale-set-flex.md)
228228
- [Associate a VM scale set - Uniform](capacity-reservation-associate-virtual-machine-scale-set.md)
229-
- [Remove a VM scale set](capacity-reservation-remove-virtual-machine-scale-set.md)
229+
- [Remove a VM scale set](capacity-reservation-remove-virtual-machine-scale-set.md)

0 commit comments

Comments
 (0)