Skip to content

Commit 6508f5a

Browse files
Merge pull request #219677 from AjayKumar-MSFT/patch-160
(AzureCXP) https://github.com/MicrosoftDocs/azure-docs/issues/101875
2 parents 09898f0 + 2c8512c commit 6508f5a

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

articles/app-service/manage-backup.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -254,6 +254,8 @@ For samples, see:
254254
- [Can I use a storage account that has security features enabled?](#can-i-use-a-storage-account-that-has-security-features-enabled)
255255
- [How do I restore to an app in a different subscription?](#how-do-i-restore-to-an-app-in-a-different-subscription)
256256
- [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)
257259
258260
#### Are the backups incremental updates or complete backups?
259261
@@ -330,6 +332,15 @@ The following security features in Azure storage aren't supported for custom bac
330332
331333
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).
332334
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.
342+
343+
333344
<a name="nextsteps"></a>
334345
335346
## Next Steps

0 commit comments

Comments
 (0)