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
+10-10Lines changed: 10 additions & 10 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,16 +1,16 @@
1
1
---
2
-
title: Backup an app
2
+
title: Back up 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
6
ms.date: 04/25/2023
7
7
---
8
8
9
-
# backup and restore your app in Azure App Service
9
+
# Back up and restore your app in Azure App Service
10
10
11
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.
12
12
13
-
Backup and restore are supported in **Basic**, **Standard**, **Premium**, and **Isolated** tiers. For **Basic** tier, only the production slot can be backed up and restored. For more information about scaling your App Service plan to use a higher tier, see [Scale up an app in Azure](manage-scale-up.md).
13
+
Back up and restore are supported in **Basic**, **Standard**, **Premium**, and **Isolated** tiers. For **Basic** tier, only the production slot can be backed up and restored. For more information about scaling your App Service plan to use a higher tier, see [Scale up an app in Azure](manage-scale-up.md).
14
14
15
15
> [!NOTE]
16
16
> For App Service environments:
@@ -21,7 +21,7 @@ Backup and restore are supported in **Basic**, **Standard**, **Premium**, and **
There are two types of backups in App Service. Automatic backups made for your app regularly as long as it's in a supported pricing tier. Custom backups require initial configuration, and can be made on-demand or on a schedule. The following table shows the differences between the two types.
27
27
@@ -124,7 +124,7 @@ There are two types of backups in App Service. Automatic backups made for your a
124
124
125
125
1. In **Storage account**, select an existing storage account (in the same subscription) or select **Create new**. Do the same with **Container**.
126
126
127
-
To backup the linked database(s), select **Next: Advanced** > **Include database**, and select the database(s) to backup.
127
+
To back up the linked databases, select **Next: Advanced** > **Include database**, and select the databases to backup.
128
128
129
129
> [!NOTE]
130
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.
@@ -151,7 +151,7 @@ There are two types of backups in App Service. Automatic backups made for your a
151
151
152
152
1. Configure the backup schedule as desired and select **Configure**.
153
153
154
-
#### backup and restore a linked database
154
+
#### Back up and restore a linked database
155
155
156
156
Custom backups can include linked databases. To make sure your backup includes a linked database, do the following:
157
157
@@ -170,11 +170,11 @@ For troubleshooting information, see [Why is my linked database not backed up](#
170
170
171
171
## Configure partial backups
172
172
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:
173
+
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:
174
174
175
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.
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.
176
+
* Your app has over 10 GB of content (that's the max amount you can back up at a time).
177
+
* You don't want to back up the log files.
178
178
179
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.
180
180
@@ -338,7 +338,7 @@ Automatic backups are simple and stored in the same datacenter as the App Servic
338
338
339
339
#### How do I stop the automatic backup?
340
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.
341
+
You cannot stop automatic backup. The automatic backup is stored on the platform and has no effect on the underlying app instance or its storage.
0 commit comments