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
> Deployment slots are not restored as part of your app. If you need to restore a staging slot, use the `-Slot <slot-name>` flag.
77
+
> The commandlet is restoring original slot to the target app's production slot.
77
78
> By default `Restore-AzDeletedWebApp` will restore both your app configuration as well any content to target app. If you want to only restore content, you use the `-RestoreContentOnly` flag with this commandlet.
78
79
79
80
>Restore only site content to the target app
@@ -95,7 +96,7 @@ The inputs for command are:
95
96
-**Name**: Name for the app, should be globally unique.
96
97
-**ResourceGroupName**: Original resource group for the deleted app
97
98
-**Slot**: Slot for the deleted app
98
-
-**RestoreContentOnly**: y default `Restore-AzDeletedWebApp` will restore both your app configuration as well any content. If you want to only restore content, you use the `-RestoreContentOnly` flag with this commandlet.
99
+
-**RestoreContentOnly**: By default `Restore-AzDeletedWebApp` will restore both your app configuration as well any content. If you want to only restore content, you can use the `-RestoreContentOnly` flag with this commandlet.
99
100
100
101
> [!NOTE]
101
102
> If the app was hosted on and then deleted from an App Service Environment, it can be restored only if the corresponding App Service Environment still exists.
0 commit comments