Skip to content

Commit fe25ebf

Browse files
committed
updates
1 parent 32bb71d commit fe25ebf

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

articles/app-service/manage-backup.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ There are two types of backups in App Service. Automatic backups are created for
7878
az webapp config snapshot list --name <app-name> --resource-group <group-name>
7979
```
8080
81-
2. To restore the automatic backup by overwriting the app's content and configuration:
81+
1. To restore the automatic backup by overwriting the app's content and configuration:
8282
8383
```azurecli-interactive
8484
az webapp config snapshot restore --name <app-name> --resource-group <group-name> --time <snapshot-timestamp>
@@ -174,7 +174,7 @@ For troubleshooting information, see [Why is my linked database not backed up?](
174174
175175
With [custom backups](#create-a-custom-backup), you can back up your app's files and configuration data to a firewall-protected storage account if the following requirements are fulfilled:
176176
177-
- The app is [integrated with a virtual network](overview-vnet-integration.md), or the app is in a v3 [App Service Environment](environment/app-service-app-service-environment-intro.md).
177+
- The app is [integrated with a virtual network](overview-vnet-integration.md), or the app is in a v3 [App Service Environment](environment/overview.md).
178178
- The storage account [allows access from the virtual network](../storage/common/storage-network-security.md#grant-access-from-a-virtual-network) that the app is integrated with, or that the v3 App Service Environment is created with.
179179
180180
To back up and restore over Azure Virtual Network:
@@ -213,7 +213,7 @@ Create a file called `_backup.filter` and put the preceding list in the file, bu
213213
\site\wwwroot\Images\2013
214214
```
215215
216-
Upload the `_backup.filter` file to the `D:\home\site\wwwroot\` directory of your site by using [ftp](deploy-ftp.md) or any other method. If you want, you can create the file directly by using Kudu `DebugConsole` and insert the content there.
216+
Upload the `_backup.filter` file to the `D:\home\site\wwwroot\` directory of your site by using [FTP](deploy-ftp.md) or any other method. If you want, you can create the file directly by using Kudu `DebugConsole` and insert the content there.
217217
218218
Run backups the same way you would normally do it: [custom on-demand](#create-a-custom-backup) or [custom scheduled](#configure-custom-scheduled-backups). Any files and folders that are specified in `_backup.filter` are excluded from the future backups.
219219
@@ -293,7 +293,7 @@ The following table shows which content is backed up in an automatic backup:
293293
|-|-|
294294
| **Windows apps**: All app content under the `%HOME%` directory.<br/>**Linux apps**: All app content under the `/home` directory.<br/>**Custom containers (Windows and Linux)**: Content in [persistent storage](configure-custom-container.md?pivots=container-linux#use-persistent-shared-storage).| Yes |
295295
| Content of the [run-from-ZIP package](deploy-run-package.md)| No |
296-
| Content from any [custom mounted Azure storage](configure-connect-to-azure-storage.md?pivots=container-windows), such as from an Azure Files share | No |
296+
| Content from any [custom-mounted Azure storage](configure-connect-to-azure-storage.md?pivots=container-windows), such as from an Azure Files share | No |
297297
298298
The following table shows which app configurations are restored when you choose to restore app configurations:
299299
@@ -310,7 +310,7 @@ The following table shows which app configurations are restored when you choose
310310
|[Scale out](../azure-monitor/autoscale/autoscale-get-started.md?toc=/azure/app-service/toc.json)| No |
311311
|[Diagnostics with Azure Monitor](troubleshoot-diagnostic-logs.md#send-logs-to-azure-monitor)| No |
312312
|[Alerts and metrics](../azure-monitor/alerts/alerts-classic-portal.md)| No |
313-
|[Backup](manage-backup.md)| No |
313+
|Backup| No |
314314
|Associated [deployment slots](deploy-staging-slots.md)| No |
315315
|Any linked database that [custom backup](#whats-included-in-a-custom-backup) supports| No |
316316

0 commit comments

Comments
 (0)