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
@@ -174,7 +174,7 @@ For troubleshooting information, see [Why is my linked database not backed up?](
174
174
175
175
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:
176
176
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).
178
178
- 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.
179
179
180
180
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
213
213
\site\wwwroot\Images\2013
214
214
```
215
215
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.
217
217
218
218
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.
219
219
@@ -293,7 +293,7 @@ The following table shows which content is backed up in an automatic backup:
293
293
|-|-|
294
294
| **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 |
295
295
| Content of the [run-from-ZIP package](deploy-run-package.md)| No |
296
-
| Content from any [custommounted 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 |
297
297
298
298
The following table shows which app configurations are restored when you choose to restore app configurations:
299
299
@@ -310,7 +310,7 @@ The following table shows which app configurations are restored when you choose
310
310
|[Scale out](../azure-monitor/autoscale/autoscale-get-started.md?toc=/azure/app-service/toc.json)| No |
311
311
|[Diagnostics with Azure Monitor](troubleshoot-diagnostic-logs.md#send-logs-to-azure-monitor)| No |
312
312
|[Alerts and metrics](../azure-monitor/alerts/alerts-classic-portal.md)| No |
313
-
|[Backup](manage-backup.md)| No |
313
+
|Backup| No |
314
314
|Associated [deployment slots](deploy-staging-slots.md)| No |
315
315
|Any linked database that [custom backup](#whats-included-in-a-custom-backup) supports| No |
0 commit comments