Skip to content

Commit 761dbcd

Browse files
committed
mads feedback
1 parent 1891b98 commit 761dbcd

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

articles/app-service/manage-backup.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,10 @@ In [Azure App Service](overview.md), you can easily restore app backups. You can
1515
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).
1616

1717
> [!NOTE]
18-
> For App Service environments:
18+
> For App Service Environments:
1919
>
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.
2222
> - Backups can be restored to target app of the same OS platform as the source app.
2323
2424
[!INCLUDE [backup-restore-vs-disaster-recovery](./includes/backup-restore-disaster-recovery.md)]
@@ -173,7 +173,7 @@ For troubleshooting information, see [Why is my linked database not backed up](#
173173
174174
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:
175175
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).
177177
- 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.
178178
179179
To back up and restore over Azure Virtual Network:

0 commit comments

Comments
 (0)