Skip to content

Commit 0125e4b

Browse files
Merge pull request #296303 from anaharris-ms/overprovision-ado-402414
Update service guides to link to new overprovisioning section - ADO 402414
2 parents 507c3ab + 4e5d355 commit 0125e4b

File tree

3 files changed

+2
-30
lines changed

3 files changed

+2
-30
lines changed

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

Lines changed: 0 additions & 28 deletions
This file was deleted.

articles/reliability/reliability-app-service.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,7 @@ Zone redundancy can only be configured when you create a new App Service plan. I
148148

149149
### Capacity planning and management
150150

151-
To prepare for availability zone failure, you should over-provision capacity of service. This approach ensures that the solution can tolerate 1/3 loss of capacity and continue to function without degraded performance during zone-wide outages. Since the platform spreads virtual machines across three zones and you need to account for at least the failure of one zone, multiply peak workload instance count by a factor of `zones/(zones-1)`, or 3/2. For example, if your typical peak workload requires four instances, you should provision six instances: (2/3 * 6 instances) = 4 instances.
151+
To prepare for availability zone failure, consider *over-provisioning* the capacity of your integration runtime. Over-provisioning allows the solution to tolerate some degree of capacity loss and still continue to function without degraded performance. To learn more about over-provisioning, see [Manage capacity with over-provisioning](./concept-redundancy-replication-backup.md#manage-capacity-with-over-provisioning).
152152

153153
### Traffic routing between zones
154154

articles/reliability/reliability-logic-apps.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -171,7 +171,7 @@ Consumption logic app workflows automatically support zone redundancy, so no con
171171

172172
### Capacity planning and management
173173

174-
[!INCLUDE [Over-provisioning description](includes/reliability-over-provisioning-calculation-include.md)]
174+
To prepare for availability zone failure, consider *over-provisioning* the capacity of your integration runtime. Over-provisioning allows the solution to tolerate some degree of capacity loss and still continue to function without degraded performance. To learn more about over-provisioning, see [Manage capacity with over-provisioning](./concept-redundancy-replication-backup.md#manage-capacity-with-over-provisioning).
175175

176176
::: zone-end
177177

0 commit comments

Comments
 (0)