Skip to content

Commit 2f035c2

Browse files
committed
Reliability Hub - App Service - Add 'Reliability during service maintenance' section
1 parent d5792f4 commit 2f035c2

File tree

1 file changed

+20
-0
lines changed

1 file changed

+20
-0
lines changed

articles/reliability/reliability-app-service.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -420,6 +420,26 @@ When you use Basic tier or higher, you can back up your App Service app to a fil
420420
421421
This feature is useful if it's hard to redeploy your code, or if you store state on disk. For most solutions, you shouldn't rely on App Service backups. Use the other methods described in this article to support your resiliency requirements.
422422
423+
## Reliability during service maintenance
424+
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.
426+
427+
::: zone pivot="free-shared-basic,premium"
428+
429+
To learn more, see [Routine planned maintenance for Azure App Service](/azure/app-service/routine-maintenance).
430+
431+
::: zone-end
432+
433+
::: zone pivot="isolated"
434+
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.
436+
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.
438+
439+
To learn more, see [Upgrade preference for App Service Environment planned maintenance](/azure/app-service/environment/how-to-upgrade-preference).
440+
441+
::: zone-end
442+
423443
## Service-level agreement (SLA)
424444
425445
The service-level agreement (SLA) for Azure App Service describes the expected availability of the service. It also describes the conditions that must be met to achieve that availability expectation. To understand those conditions, review the [Service Level Agreements (SLA) for Online Services](https://www.microsoft.com/licensing/docs/view/Service-Level-Agreements-SLA-for-Online-Services).

0 commit comments

Comments
 (0)