Skip to content

Commit b2a6582

Browse files
Merge pull request #293041 from anaharris-ms/uuf-logic-apps-formula-2
Reliability - provisioning calc fix
2 parents c54c10d + 3abcaa7 commit b2a6582

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

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

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
author: anaharris-ms
55
ms.service: azure
66
ms.topic: include
7-
ms.date: 1/7/2025
7+
ms.date: 1/14/2025
88
ms.author: anaharris
99
ms.custom: include file
1010
---
@@ -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)|7 instances|
28+
|4|3/2 or 1.5|(4 x 1.5 = 6)|6 instances|

0 commit comments

Comments
 (0)