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
Copy file name to clipboardExpand all lines: articles/app-service/manage-backup.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -15,10 +15,10 @@ In [Azure App Service](overview.md), you can easily restore app backups. You can
15
15
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).
16
16
17
17
> [!NOTE]
18
-
> For App Service environments:
18
+
> For App Service Environments:
19
19
>
20
-
> - Automatic backups can be restored to a target app within the ASE itself, not in another ASE.
21
-
> - Custom backups can be restored to a target app in another ASE, such as from a V2 ASE to a V3 ASE.
20
+
> - Automatic backups can be restored to a target app within the App Service environment itself, not in another App Service environment.
21
+
> - Custom backups can be restored to a target app in another App Service environment, such as from App Service Environment v2 to App Service Environment v3.
22
22
> - Backups can be restored to target app of the same OS platform as the source app.
@@ -173,7 +173,7 @@ For troubleshooting information, see [Why is my linked database not backed up](#
173
173
174
174
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:
175
175
176
-
- 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).
176
+
- 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
177
- The storage account has [granted 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.
178
178
179
179
To back up and restore over Azure Virtual Network:
0 commit comments