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/capacity-reservation-overview.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -143,21 +143,21 @@ Track the state of the overall reservation through the following properties:
143
143
-`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*).
144
144
-`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.
145
145
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.
147
147
148
148
When a VM is then allocated against the Capacity Reservation, it will logically consume one of the reserved capacity instances:
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.
153
153
154
154
Allocations against the Capacity Reservation will succeed as along as the VMs have matching properties and there is at least one empty capacity instance.
155
155
156
156
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:
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.
161
161
162
162
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:
163
163
@@ -226,4 +226,4 @@ Get started reserving Compute capacity. Check out our other related Capacity Res
226
226
-[Remove a VM](capacity-reservation-remove-vm.md)
227
227
-[Associate a VM scale set - Flexible](capacity-reservation-associate-virtual-machine-scale-set-flex.md)
228
228
-[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