Skip to content

Commit 0daf654

Browse files
committed
updates
1 parent 878e5d9 commit 0daf654

File tree

1 file changed

+8
-10
lines changed

1 file changed

+8
-10
lines changed

articles/app-service/manage-backup.md

Lines changed: 8 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,12 @@
11
---
2-
title: Back up an app
2+
title: Backup 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
6-
ms.date: 10/24/2022
7-
ms.custom: seodec18
8-
6+
ms.date: 04/25/2023
97
---
108

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

1311
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.
1412

@@ -126,7 +124,7 @@ There are two types of backups in App Service. Automatic backups made for your a
126124
127125
1. In **Storage account**, select an existing storage account (in the same subscription) or select **Create new**. Do the same with **Container**.
128126
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.
130128
131129
> [!NOTE]
132130
> 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
153151
154152
1. Configure the backup schedule as desired and select **Configure**.
155153
156-
#### Back up and restore a linked database
154+
#### backup and restore a linked database
157155
158156
Custom backups can include linked databases. To make sure your backup includes a linked database, do the following:
159157
@@ -172,11 +170,11 @@ For troubleshooting information, see [Why is my linked database not backed up](#
172170
173171
## Configure partial backups
174172
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:
176174
177175
* 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.
180178
181179
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.
182180

0 commit comments

Comments
 (0)