Skip to content

Commit 6d6f431

Browse files
author
Jill Grant
authored
Update manage-backup.md
Acrolinx fixes
1 parent 489c2b5 commit 6d6f431

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

articles/app-service/manage-backup.md

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,16 @@
11
---
2-
title: Backup an app
2+
title: Back up an app
33
description: Learn how to restore backups of your apps in Azure App Service or configure custom backups. Customize backups by including the linked database.
44
ms.assetid: 6223b6bd-84ec-48df-943f-461d84605694
55
ms.topic: article
66
ms.date: 04/25/2023
77
---
88

9-
# backup and restore your app in Azure App Service
9+
# Back up and restore your app in Azure App Service
1010

1111
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.
1212

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).
1414

1515
> [!NOTE]
1616
> For App Service environments:
@@ -21,7 +21,7 @@ Backup and restore are supported in **Basic**, **Standard**, **Premium**, and **
2121
2222
[!INCLUDE [backup-restore-vs-disaster-recovery](./includes/backup-restore-disaster-recovery.md)]
2323

24-
## Automatic vs custom backups
24+
## Automatic vs. custom backups
2525

2626
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.
2727

@@ -124,7 +124,7 @@ There are two types of backups in App Service. Automatic backups made for your a
124124
125125
1. In **Storage account**, select an existing storage account (in the same subscription) or select **Create new**. Do the same with **Container**.
126126
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.
128128
129129
> [!NOTE]
130130
> 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
151151
152152
1. Configure the backup schedule as desired and select **Configure**.
153153
154-
#### backup and restore a linked database
154+
#### Back up and restore a linked database
155155
156156
Custom backups can include linked databases. To make sure your backup includes a linked database, do the following:
157157
@@ -170,11 +170,11 @@ For troubleshooting information, see [Why is my linked database not backed up](#
170170
171171
## Configure partial backups
172172
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:
174174
175175
* 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.
178178
179179
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.
180180
@@ -338,7 +338,7 @@ Automatic backups are simple and stored in the same datacenter as the App Servic
338338
339339
#### How do I stop the automatic backup?
340340
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.
342342
343343
344344
<a name="nextsteps"></a>

0 commit comments

Comments
 (0)