You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/app-service/manage-backup.md
+11Lines changed: 11 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -254,6 +254,8 @@ For samples, see:
254
254
- [Can I use a storage account that has security features enabled?](#can-i-use-a-storage-account-that-has-security-features-enabled)
255
255
- [How do I restore to an app in a different subscription?](#how-do-i-restore-to-an-app-in-a-different-subscription)
256
256
- [How do I restore to an app in the same subscription but in a different region?](#how-do-i-restore-to-an-app-in-the-same-subscription-but-in-a-different-region)
257
+
- [Where are the automatic backups stored?](#where-are-the-automatic-backups-stored)
258
+
- [How do I stop the automatic backup?]((#how-do-i-stop-the-automatic-backup)
257
259
258
260
#### Are the backups incremental updates or complete backups?
259
261
@@ -330,6 +332,15 @@ The following security features in Azure storage aren't supported for custom bac
330
332
331
333
The steps are the same as in [How do I restore to an app in a different subscription](#how-do-i-restore-to-an-app-in-a-different-subscription).
332
334
335
+
#### Where are the automatic backups stored?
336
+
337
+
Automatic backups are simple and stored in the same datacenter as the App Service and should not be relied upon as your disaster recovery plan.
338
+
339
+
#### How do I stop the automatic backup?
340
+
341
+
You cannot stop automatic backup. The automatic backup is stored on the platform and has no effect on the underlying app instance or it’s storage.
0 commit comments