Skip to content

Commit 8418b11

Browse files
authored
Merge pull request #172254 from msangapu-msft/patch-2
Update app-service-web-restore-snapshots.md
2 parents 0bdc452 + 92f9a13 commit 8418b11

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

articles/app-service/app-service-web-restore-snapshots.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,6 @@ up your app, see [Scale up an app in Azure](manage-scale-up.md).
2424

2525
## Limitations
2626

27-
- Currently available as public preview for Windows apps only. Linux apps and custom container apps are not supported.
2827
- Maximum supported size for snapshot restore is 30GB. Snapshot restore fails if your storage size is greater than 30GB. To reduce your storage size, consider moving files like logs, images, audios, and videos to [Azure Storage](../storage/index.yml), for example.
2928
- Any connected database that [standard backup](manage-backup.md#what-gets-backed-up) supports or [mounted Azure storage](configure-connect-to-azure-storage.md?pivots=container-windows) is *not* included in the snapshot. Consider using the native backup capabilities of the connected Azure service (for example, [SQL Database](../azure-sql/database/automated-backups-overview.md) and [Azure Files](../storage/files/storage-snapshots-files.md)).
3029
- App Service stops the target app or target slot while restoring a snapshot. To minimize downtime for the production app, restore the snapshot to a [staging slot](deploy-staging-slots.md) first, then swap into production.
@@ -46,8 +45,7 @@ up your app, see [Scale up an app in Azure](manage-scale-up.md).
4645
![Screenshot that shows how to specify the restoration destination.](./media/app-service-web-restore-snapshots/3.png)
4746

4847
> [!WARNING]
49-
> If you choose **Overwrite**, all existing data in your app's current file system is erased and overwritten. Before you click **OK**,
50-
> make sure that it is what you want to do.
48+
> As a best practice we recommend restoring to a new slot then performing a swap. If you choose **Overwrite**, all existing data in your app's current file system is erased and overwritten. Before you click **OK**, make sure that it is what you want to do.
5149
>
5250
>
5351
@@ -62,4 +60,4 @@ up your app, see [Scale up an app in Azure](manage-scale-up.md).
6260

6361
![Screenshot that shows how to restore site configuration.](./media/app-service-web-restore-snapshots/4.png)
6462

65-
5. Click **OK**.
63+
5. Click **OK**.

0 commit comments

Comments
 (0)