Skip to content

Commit 8fe0473

Browse files
committed
edit
1 parent 9f68b72 commit 8fe0473

File tree

1 file changed

+10
-2
lines changed

1 file changed

+10
-2
lines changed

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

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,18 @@
1-
To prepare for availability zone failure, you should over-provision capacity of service. Over-provisioning allows the solution to tolerate 30% capacity loss and still continue to function without degraded performance.
21

3-
Follow these steps to find out how many instances you should provision:
2+
3+
4+
To prepare for availability zone failure, you should over-provision capacity of service. Over-provisioning allows the solution to tolerate capacity loss and still continue to function without degraded performance.
5+
6+
To find out how many instances to over-provision, it's important to know that the platform spreads virtual machines across multiple zones and you need to account for at least the failure of one zone.
7+
8+
Follow these steps to find out the total number of instances you should provision:
49

510
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.
611
2. Retrieve the over-provision instance count by multiplying the peak workload instance count by a factor of [(zones/(zones-1)]:
712

13+
>[!NOTE]
14+
>The following table assumes that the platform has three availability zones. If you have a different number of availability zones, adjust the formula accordingly.
15+
816
| Peak workload instance count | Factor of [(zones/(zones-1)]|Formula| Instances to provision (Rounded) |
917
|-------|---------|---------|--------|
1018
|3|3/2 or 1.5|(3 x 1.5 = 4.5)|5 instances|

0 commit comments

Comments
 (0)