Skip to content

Commit 6d57103

Browse files
authored
Merge pull request #171506 from v-hearya/Broken-link-fixes-vargupt-Sep06
Image Urls updated
2 parents 16070dd + 0da52c3 commit 6d57103

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

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

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@ Capacity Reservation doesn’t create limits on the number of VM deployments. Az
133133
134134
When a reservation is created, Azure sets aside the requested number of capacity instances in the specified location:
135135
136-
![Capacity Reservation image 1.](\media\capacity-reservation-overview\capacity-reservation-1.jpg)
136+
![Capacity Reservation image 1.](./media/capacity-reservation-overview/capacity-reservation-1.jpg)
137137
138138
Track the state of the overall reservation through the following properties:
139139
- `capacity` = Total quantity of instances reserved by the customer
@@ -144,31 +144,31 @@ The above example will start with `capacity` as 2 and length of `virutalMachines
144144
145145
When a VM is then allocated against the Capacity Reservation, it will logically consume one of the reserved capacity instances:
146146
147-
![Capacity Reservation image 2.](\media\capacity-reservation-overview\capacity-reservation-2.jpg)
147+
![Capacity Reservation image 2.](./media/capacity-reservation-overview/capacity-reservation-2.jpg)
148148
149149
The status of the Capacity Reservation will now show `capacity` as 2 and length of `virutalMachinesAllocated` and `virtualMachinesAssociated` as 1.
150150
151151
Allocations against the Capacity Reservation will succeed as along as the VMs have matching properties and there is at least one empty capacity instance.
152152
153153
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:
154154
155-
![Capacity Reservation image 3.](\media\capacity-reservation-overview\capacity-reservation-3.jpg)
155+
![Capacity Reservation image 3.](./media/capacity-reservation-overview/capacity-reservation-3.jpg)
156156
157157
The `capacity` is 2 and the length of `virutalMachinesAllocated` and `virtualMachinesAssociated` is 3.
158158
159159
Now suppose the application scales down to the minimum of two VMs. Since VM 0 needs an update, it's chosen for deallocation. The reservation automatically shifts to this state:
160160
161-
![Capacity Reservation image 4.](\media\capacity-reservation-overview\capacity-reservation-4.jpg)
161+
![Capacity Reservation image 4.](./media/capacity-reservation-overview/capacity-reservation-4.jpg)
162162
163163
The `capacity` and the length of `virtualMachinesAllocated` are both 2. However, the length for `virtualMachinesAssociated` is still 3 as VM 0, though deallocated, is still associated with the capacity reservation.
164164
165165
The Capacity Reservation will exist until explicitly deleted. To delete a Capacity Reservation, the first step is to dissociate all the VMs in the `virtualMachinesAssociated` property. Once disassociation is complete, the Capacity Reservation should look like this:
166166
167-
![Capacity Reservation image 5.](\media\capacity-reservation-overview\capacity-reservation-5.jpg)
167+
![Capacity Reservation image 5.](./media/capacity-reservation-overview/capacity-reservation-5.jpg)
168168
169169
The status of the Capacity Reservation will now show `capacity` as 2 and length of `virtualMachinesAssociated` and `virtualMachinesAllocated` as 0. From this state, the Capacity Reservation can be deleted. Once deleted, you'll not pay for the reservation anymore.
170170
171-
![Capacity Reservation image 6.](\media\capacity-reservation-overview\capacity-reservation-6.jpg)
171+
![Capacity Reservation image 6.](./media/capacity-reservation-overview/capacity-reservation-6.jpg)
172172
173173
174174
## Usage and billing
@@ -179,13 +179,13 @@ When a Capacity Reservation is empty, VM usage will be reported for the correspo
179179
180180
For example, let's say a Capacity Reservation with quantity reserved 2 has been created. The subscription has access to one matching Reserved VM Instance of the same size. The result is two usage streams for the Capacity Reservation, one of which is covered by the Reserved Instance:
181181
182-
![Capacity Reservation image 7.](\media\capacity-reservation-overview\capacity-reservation-7.jpg)
182+
![Capacity Reservation image 7.](./media/capacity-reservation-overview/capacity-reservation-7.jpg)
183183
184184
In the image above, a Reserved VM Instance discount is applied to one of the unused instances and the cost for that instance will be zeroed out. For the other instance, PAYG rate will be charged for the VM size reserved.
185185
186186
When a VM is allocated against the Capacity Reservation, the other VM components such as disks, network, extensions, and any other requested components must also be allocated. In this state, the VM usage will reflect one allocated VM and one unused capacity instance. The Reserved VM Instance will zero out the cost of either the VM or the unused capacity instance. The other charges for disks, networking, and other components associated with the allocated VM will also appear on the bill.
187187
188-
![Capacity Reservation image 8.](\media\capacity-reservation-overview\capacity-reservation-8.jpg)
188+
![Capacity Reservation image 8.](./media/capacity-reservation-overview/capacity-reservation-8.jpg)
189189
190190
In the image above, the VM Reserved Instance discount is applied to VM 0, which will only be charged for other components such as disk and networking. The other unused instance is being charged at PAYG rate for the VM size reserved.
191191
@@ -218,4 +218,4 @@ In the image above, the VM Reserved Instance discount is applied to VM 0, which
218218
Create a Capacity Reservation and start reserving Compute capacity in an Azure region or an Availability Zone.
219219
220220
> [!div class="nextstepaction"]
221-
> [Create a Capacity Reservation](capacity-reservation-create.md)
221+
> [Create a Capacity Reservation](capacity-reservation-create.md)

0 commit comments

Comments
 (0)