Skip to content

Commit b878aed

Browse files
Update articles/reliability/reliability-app-service.md
Co-authored-by: Anastasia Harris <[email protected]>
1 parent 2f035c2 commit b878aed

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

articles/reliability/reliability-app-service.md

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -422,7 +422,7 @@ This feature is useful if it's hard to redeploy your code, or if you store state
422422
423423
## Reliability during service maintenance
424424
425-
Azure App Service performs regular service upgrades and other maintenance. During an upgrade, the platform automatically adds extra instances of the App Service plan to ensure that the same capacity is available during the upgrade.
425+
Azure App Service performs regular service upgrades, as well as other forms of maintenance. To ensure that the same capacity is available during an upgrade, the platform automatically adds extra instances of the App Service plan during the upgrade process.
426426
427427
::: zone pivot="free-shared-basic,premium"
428428
@@ -432,11 +432,13 @@ To learn more, see [Routine planned maintenance for Azure App Service](/azure/ap
432432
433433
::: zone pivot="isolated"
434434
435-
You can choose for upgrades to be applied automatically or manually. If you select automatic upgrades, you can specify whether you want your instance to be early or late in the upgrade cycle. If you select manual upgrades, you'll have a set period of time to initiate the upgrade before the App Service platform performs the upgrade automatically.
435+
There are two ways for you to customize the upgrade cycle.
436436
437-
If you need to validate the effect of upgrades on your workload, consider configuring your nonproduction instance to use automatic updates with the *early* upgrade preference, and configure your production instance to use the *late* upgrade preference. You can use the time between to perform validation and testing.
437+
**Automatic upgrades**. With automatic upgrades, you specify whether you want your instance to be *early* or *late* in the upgrade cycle. If you need to validate the effect of upgrades on your workload, consider configuring your nonproduction instance to use automatic updates with the *early* upgrade preference, and configure your production instance to use the *late* upgrade preference. You can use the time in between to perform validation and testing.
438438
439-
To learn more, see [Upgrade preference for App Service Environment planned maintenance](/azure/app-service/environment/how-to-upgrade-preference).
439+
**Manual upgrades**. With manual upgrades, you have a set period of time to initiate the upgrade before the App Service platform performs the upgrade automatically.
440+
441+
To learn more about maintenance preferences, see [Upgrade preference for App Service Environment planned maintenance](/azure/app-service/environment/how-to-upgrade-preference).
440442
441443
::: zone-end
442444

0 commit comments

Comments
 (0)