Skip to content

Commit 8758100

Browse files
Merge pull request #54065 from staleycyn/patch-3
Clarify backup and restore tier support
2 parents 87d222d + 1a07c0b commit 8758100

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

learn-pr/wwl-azure/configure-azure-app-services/includes/9-backup-app-service.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ The **Backups** page lists all the automatic and custom backups for your app and
88

99
Examine the following details about the Backup and Restore feature. Think about how you can implement this feature for your App Service apps.
1010

11-
- To use the Backup and Restore feature, you need the Standard or Premium tier App Service plan for your app or site.
12-
11+
- Back up and restore is supported in the Basic, Standard, Premium, and Isolated tiers. For the Basic tier, you can only back up and restore the production slot.
12+
1313
- You need an Azure storage account and container in the same subscription as the app to back up.
1414

1515
- Azure App Service can back up the following information to the Azure storage account and container you configured for your app:
@@ -47,4 +47,4 @@ Let's review some considerations about creating a backup for your app or site, a
4747

4848
- **Consider browsing back-up files**. Unzip and browse the Zip and XML files associated with your backup to access your backups. This option lets you view the content without actually performing an app or site restore.
4949

50-
- **Consider firewall on back-up destination**. If your storage account is enabled with a firewall, you can't use the storage account as the destination for your backups.
50+
- **Consider firewall on back-up destination**. If your storage account is enabled with a firewall, you can't use the storage account as the destination for your backups.

0 commit comments

Comments
 (0)