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
+8-10Lines changed: 8 additions & 10 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,14 +1,12 @@
1
1
---
2
-
title: Back up an app
2
+
title: Backup an app
3
3
description: Learn how to restore backups of your apps in Azure App Service or configure custom backups. Customize backups by including the linked database.
4
4
ms.assetid: 6223b6bd-84ec-48df-943f-461d84605694
5
5
ms.topic: article
6
-
ms.date: 10/24/2022
7
-
ms.custom: seodec18
8
-
6
+
ms.date: 04/25/2023
9
7
---
10
8
11
-
# Back up and restore your app in Azure App Service
9
+
# backup and restore your app in Azure App Service
12
10
13
11
In [Azure App Service](overview.md), you can easily restore app backups. You can also make on-demand custom backups or configure scheduled custom backups. You can restore a backup by overwriting an existing app by restoring to a new app or slot. This article shows you how to restore a backup and make custom backups.
14
12
@@ -126,7 +124,7 @@ There are two types of backups in App Service. Automatic backups made for your a
126
124
127
125
1. In **Storage account**, select an existing storage account (in the same subscription) or select **Create new**. Do the same with **Container**.
128
126
129
-
To back up the linked database(s), select **Next: Advanced** > **Include database**, and select the database(s) to back up.
127
+
To backup the linked database(s), select **Next: Advanced** > **Include database**, and select the database(s) to backup.
130
128
131
129
> [!NOTE]
132
130
> For a supported database to appear in this list, its connection string must exist in the **Connection strings** section of the **Configuration** page for your app.
@@ -153,7 +151,7 @@ There are two types of backups in App Service. Automatic backups made for your a
153
151
154
152
1. Configure the backup schedule as desired and select **Configure**.
155
153
156
-
#### Back up and restore a linked database
154
+
#### backup and restore a linked database
157
155
158
156
Custom backups can include linked databases. To make sure your backup includes a linked database, do the following:
159
157
@@ -172,11 +170,11 @@ For troubleshooting information, see [Why is my linked database not backed up](#
172
170
173
171
## Configure partial backups
174
172
175
-
Partial backups are supported for custom backups (not for automatic backups). Sometimes you don't want to back up everything on your app. Here are a few examples:
173
+
Partial backups are supported for custom backups (not for automatic backups). Sometimes you don't want to backup everything on your app. Here are a few examples:
176
174
177
175
* You [set up weekly backups](#configure-custom-scheduled-backups) of your app that contains static content that never changes, such as old blog posts or images.
178
-
* Your app has over 10 GB of content (that's the max amount you can back up at a time).
179
-
* You don't want to back up the log files.
176
+
* Your app has over 10 GB of content (that's the max amount you can backup at a time).
177
+
* You don't want to backup the log files.
180
178
181
179
To exclude folders and files from being stored in your future backups, create a `_backup.filter` file in the [`%HOME%\site\wwwroot` folder](operating-system-functionality.md#network-drives-unc-shares) of your app. Specify the list of files and folders you want to exclude in this file.
0 commit comments