Skip to content

Commit 08baff9

Browse files
committed
edit
1 parent 1b97246 commit 08baff9

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

articles/reliability/includes/reliability-over-provisioning-calculation-include.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,12 +16,13 @@ To find out how many instances to over-provision, it's important to know that th
1616
Follow these steps to find out the total number of instances you should provision:
1717

1818
1. Determine the number of instances your peak workload requires. In this example, we use two scenarios. One is with 3 instances and one is with 4.
19-
2. Retrieve the over-provision instance count by multiplying the peak workload instance count by a factor of [(zones/(zones-1)]:
19+
2. Retrieve the over-provision instance count by multiplying the peak workload instance count by a factor of [(zones/(zones-1)].
20+
3. Round the result to the nearest whole number.
2021

2122
>[!NOTE]
2223
>The following table assumes that you're using three availability zones. If you use a different number of availability zones, adjust the formula accordingly.
2324
2425
| Peak workload instance count | Factor of [(zones/(zones-1)]|Formula| Instances to provision (Rounded) |
2526
|-------|---------|---------|--------|
2627
|3|3/2 or 1.5|(3 x 1.5 = 4.5)|5 instances|
27-
|4|3/2 or 1.5|(4 x 1.5 = 4.5)|6 instances|
28+
|4|3/2 or 1.5|(4 x 1.5 = 6.5)|6 instances|

0 commit comments

Comments
 (0)